SEESenv/web/hgbook/templates/index.html
changeset 2 52d12eb31c30
parent 0 8083d21c0020
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SEESenv/web/hgbook/templates/index.html	Fri Feb 12 01:11:21 2010 +0530
@@ -0,0 +1,42 @@
+<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 key,value in resp_dict %}
+<li>
+<a href={{ key }}>{{ value }}</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>
+