web/hgbook/templates/index.html
changeset 2 52d12eb31c30
parent 1 672eaaab9204
child 3 6cee07c589cb
--- a/web/hgbook/templates/index.html	Fri Feb 05 23:42:24 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-<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>
-