--- a/app/templates/projrev/base.html Thu Aug 06 22:43:02 2009 +0530
+++ b/app/templates/projrev/base.html Thu Aug 06 22:48:30 2009 +0530
@@ -60,12 +60,7 @@
<li>Welcome, new user. Please log in.</li>
<li><a href="/login/" class="top">Login</a></li>
{% endif %}
-
-
-
-
</ul>
-
</div>
<div class="sidebox">
@@ -76,25 +71,13 @@
Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu
posuere nunc justo tempus leo.</p>
- </div>
- <div class="sidebox">
-
- <h1>Search Box</h1>
- <form action="#" class="searchform">
- <p>
- <input name="search_query" class="textbox" type="text" />
- <input name="search" class="button" value="Search" type="submit" />
- </p>
- </form>
-
- </div>
-
+ </div>
</div>
{% endblock sidebar %}
<div id="main">
{% block content %}
- {% comment %} To be filled in inherited templates {% endcomment %}
+ {% comment %} To be filled in inherited templates {% endcomment %}
{% endblock content %}
</div>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app/templates/projrev/home.html Thu Aug 06 22:48:30 2009 +0530
@@ -0,0 +1,21 @@
+{% extends "projrev/base.html" %}
+{% block content %}
+<div class="post">
+
+ <a name="TemplateInfo"></a>
+ <h1>Home Page</h1>
+
+ <form method="post" action="">
+ <p>
+ National Mission on Education through ICT Home Page.
+ Funded projects:
+ <ul>
+ <li>Sakshath</li>
+ <li>Scilab</li>
+ <li>FOSSEE</li>
+ </ul>
+ </p>
+ </form>
+
+</div>
+{% endblock content %}
\ No newline at end of file