app/templates/projrev/base.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 10 Aug 2009 02:13:02 +0530
changeset 28 be65e84e7d03
parent 23 91cf6872d853
child 31 ef9fdc847543
permissions -rw-r--r--
Added star-plugin 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"/>
<link type="text/css" rel="stylesheet" href="/site-content/css/colorbox.css" />
<link type="text/css" rel="stylesheet" href="/site-content/css/jquery-purr.css" />
<link type="text/css" rel="stylesheet" href="/site-content/css/jquery.rating.css" />
{% endblock stylesheets %}

{% block scripts %}
  <script type="text/javascript" 
  src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
  </script>
  <script type="text/javascript" src="/site-content/js/jquery.colorbox-min.js">
  </script>
  <script language="JavaScript" type="text/javascript" src="/site-content/js/jquery.purr.js">
  </script>
  <script language="JavaScript" type="text/javascript" src="/site-content/js/jquery.rating.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>  -->
	<br /> <br />
	{% 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"><strong>Logout</strong></a></li>
            {% if user.is_staff%}
              <li><a href="/proposal/review/" class="top">Review Proposals</a></li>
              <li><a href="/proposal/rank/" class="top">Aggregated Scores for 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"><strong>Login</strong></a></li>
          {% endif %}
				</ul>
			</div>

      <div class="sidebox">
      
        <h1>About NME ICT</h1>
        
        <p>National Mission on Education is an Ministry of Human Resources 
        Development, Govt. of India initiative. The goal .</p>  
            
      </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>Funded projects</h1>
			<ul>				
				<li><a href="http://scilab.in"><strong>Scilab</strong> - scilab.in</a></li>
			</ul>			
		</div>
		
		<div class="col float-left">
			<h1>Links</h1>
			<ul>				
				<li><a href="http://www.education.nic.in/">Ministry of HRD</a></li>	
				<li><a href="http://www.iitb.ac.in/">IIT Bombay</a></li>
			</ul>			
		</div>		
	
		<div class="col2 float-right">
		<p>
		&copy; copyright 2009 <strong>Sakshath</strong><br /> 
		Design by: <a href="index.html"><strong>IIT Bombay</strong></a> &nbsp; &nbsp;<br/>
		Information Provided and Updated by Ministry of Human Resource Development<br/>
		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="/"><strong>Home</strong></a></li>
			<li><a href=""><strong>Sitemap</strong></a></li>								
		</ul>	
		</div>
	
</div></div>
{% endblock footer %}
	
<!-- wrap ends here -->
</div>
{% endblock body %}
</body>
</html>