SEESenv/web/hgbook/templates/index.html~
author amit@thunder
Fri, 12 Feb 2010 01:11:21 +0530
changeset 2 52d12eb31c30
parent 0 web/hgbook/templates/index.html~@8083d21c0020
permissions -rw-r--r--
Virtual enviroment for SEES-hacks added ...

<html>
  <head>
    <title>Software Engineering for Engineers and Scientists</title>
    <link rel="stylesheet" href="/review/support/styles.css" type="text/css"/>

    <link rel="shortcut icon" type="image/png" href="/support/figs/favicon.png"/>
    <script type="text/javascript" src="/review/support/jquery.js"></script>

      <script type="text/javascript" src="/review/support/form.js"></script>
    <script type="text/javascript" src="/review/support/hsbook.js"></script>
  </head>

<body>
    
<div class="navheader"><h1 class="booktitle">SEES Documentation<div class="authors">by The FOSSEE TEAM</div></h1></div>
<div class="book"> 
{% if resp_dict %}
{% for item in resp_dict %}
<li>
<a href={{ item(0) }}>{{ item(1) }}</a>
</li>
{% endfor %}
{% endif %}



<!-- <ul> 
{% if resp_dict %}
{% for key, value in resp_dict.items %}
<li>   <a href={{ key }}>{{ val }}</a></li>
{% endfor %} {% endif %}

</ul>
-->
</div>



    
</body>
</html>