--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app/templates/projrev/base.html Tue Aug 04 02:21:15 2009 -0400
@@ -0,0 +1,133 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+<meta name="Keywords" content="sakshath, National Mission on Education, NME, ICT" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<meta name="Author" content="Madhusudan.C.S - madhusudancs@gmail.com" />
+<meta name="Robots" content="index,follow" />
+
+{% block scripts %}
+<link rel="stylesheet" href="/site-content/css/projrev.css" type="text/css"/>
+{% endblock scripts %}
+
+<title>National Mission on Education through ICT</title>
+
+</head>
+
+<body>
+{% block body %}
+<!-- wrap starts here -->
+<div id="wrap">
+
+ {% block header %}
+ <div id="header"><div id="header-content">
+
+ <h1 id="logo"><a href="index.html" title="">National Mission on Education <span class="gray">through ICT</span></a></h1>
+ </div></div>
+
+ <div class="headerphoto"></div>
+ {% endblock header %}
+
+ <!-- content-wrap starts here -->
+ <div id="content-wrap"><div id="content">
+
+ {% block sidebar %}
+ <div id="sidebar" >
+
+ <div class="sidebox">
+
+ <h1>Short About</h1>
+
+ <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum.
+ 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>Sponsors</h1>
+ <ul class="sidemenu">
+ <li><a href="http://www.dreamhost.com/r.cgi?287326" class="top">Dreamhost</a></li>
+ <li><a href="http://www.4templates.com/?aff=ealigam">4templates</a></li>
+ <li><a href="http://store.templatemonster.com/?aff=ealigam">TemplateMonster</a></li>
+ <li><a href="http://www.fotolia.com/partner/114283">Fotolia.com</a></li>
+ <li><a href="http://www.text-link-ads.com/?ref=40025">Text Link Ads</a></li>
+ </ul>
+
+ </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>
+ {% endblock sidebar %}
+
+ <div id="main">
+ {% block content %}
+ {% comment %} To be filled in inherited templates {% endcomment %}
+ {% endblock content %}
+ </div>
+
+ </div></div>
+
+{% block footer %}
+<div id="footer"><div id="footer-content">
+
+ <div class="col float-left">
+ <h1>Site Partners</h1>
+ <ul>
+ <li><a href="http://www.dreamhost.com/r.cgi?287326"><strong>Dreamhost</strong> - Affordable & Reliable Webhosting</a></li>
+ <li><a href="http://www.4templates.com/?aff=ealigam"><strong>4templates</strong> - Low Cost Hi-Quality Templates</a></li>
+ <li><a href="http://store.templatemonster.com/?aff=ealigam"><strong>TemplateMonster</strong> - Best templates on the net!</a></li>
+ <li><a href="http://www.fotolia.com/partner/114283"><strong>Fotolia</strong> - Free stock images or from $1</a></li>
+ <li><a href="http://www.text-link-ads.com/?ref=40025"><strong>Text Link Ads</strong> - Easiest. Money. Ever.</a></li>
+ </ul>
+ </div>
+
+ <div class="col float-left">
+ <h1>Links</h1>
+ <ul>
+ <li><a href="http://www.openwebdesign.org/">openwebdesign.org</a></li>
+ <li><a href="http://www.opendesigns.org/">Opendesigns.org</a></li>
+ <li><a href="http://www.pdphoto.org/">PDPhoto.org</a></li>
+ <li><a href="http://www.alistapart.com">Alistapart</a></li>
+ <li><a href="http://www.cssremix.com">CSS Remix</a></li>
+ </ul>
+ </div>
+
+ <div class="col2 float-right">
+ <p>
+ © copyright 2006 <strong>Your Company Name</strong><br />
+ Design by: <a href="index.html"><strong>styleshout</strong></a>
+ Valid <a href="http://jigsaw.w3.org/css-validator/check/referer"><strong>CSS</strong></a> |
+ <a href="http://validator.w3.org/check/referer"><strong>XHTML</strong></a>
+ </p>
+
+ <ul>
+ <li><a href="index.html"><strong>Home</strong></a></li>
+ <li><a href="index.html"><strong>Sitemap</strong></a></li>
+ <li><a href="index.html"><strong>RSS Feed</strong></a></li>
+ </ul>
+ </div>
+
+</div></div>
+{% endblock footer %}
+
+<!-- wrap ends here -->
+</div>
+{% endblock body %}
+</body>
+</html>