SEESenv/web/hgbook/templates/index.html~
author amit@thunder
Wed, 10 Mar 2010 17:39:26 +0530
changeset 45 b5bff924ef69
parent 2 52d12eb31c30
permissions -rw-r--r--
Some more changes to soup is made in final html also comment.html has been changed so the links don't appear

<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>