app/templates/projrev/base.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 06 Aug 2009 20:20:36 +0530
changeset 8 294ff7ac9cb6
parent 6 17cab73c49eb
child 9 38727da8a948
permissions -rw-r--r--
Added new set of files.

<!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 stylesheets %} 
<link rel="stylesheet" href="/site-content/css/projrev.css" type="text/css"/>
{% endblock stylesheets %}

{% block scripts %}
  <script type="text/javascript" 
  src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
  </script>
{% 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>Links</h1>
				<ul class="sidemenu">
				  {% if user.is_authenticated %}
            <li>Welcome, {{ user.username }}</li>
            <li><a href="/logout/" class="top">Logout</a></li>
            {% if user.is_staff%}
              <li><a href="/proposal/review/" class="top">Review Proposals</a></li>
            {% else %}
              <li><a href="/proposal/submit/" class="top">Create/Edit Proposals</a></li>
            {% endif %}
          {% else %}
            <li>Welcome, new user. Please log in.</li>
            <li><a href="/login/" class="top">Login</a></li>
          {% endif %}
          
				   
					
		
				</ul>
				
			</div>

      <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>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 &amp; 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>
		&copy; copyright 2006 <strong>Your Company Name</strong><br /> 
		Design by: <a href="index.html"><strong>styleshout</strong></a> &nbsp; &nbsp;
		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>