template/index.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 12 Oct 2009 17:19:10 +0530
changeset 26 207e95f41820
parent 23 2fea7d4bdcdb
child 32 192ca2513f89
permissions -rwxr-xr-x
Made some template corrections for settings.py

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--

Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Title      : Concrete
Version    : 1.0
Released   : 20080825
Description: A Web 2.0 design with fluid width suitable for blogs and small websites.

-->
<html xmlns="http://www.w3.org/1999/xhtml">
{% load i18n %}
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{% trans "SciPy India 2009" %}</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="/site-content/default.css" rel="stylesheet" type="text/css" media="screen" />
{% block head %}
{% endblock %}
</head>
<body>
{% block body %}
{% endblock %}
<!-- start header -->
<div id="header">
	<div id="logo">
		<h1><a href="#">SciPy.in</a></h1>		
	</div>
	<div id="menu">
		<ul>
			<li class="current_page_item"><a href="/">Home</a></li>
			<li><a href="/accounts/register">Register</a></li>
			<li><a href="#">Photos</a></li>
			<li><a href="#">About</a></li>
			<li class="last"><a href="#">Contact</a></li>
		</ul>
	</div>
</div>
<!-- end header -->
<!-- start page -->
<div id="page">	
  <div id="sidebar">
		<ul>
		   <li>
		   <ul>   
		     {% if user.is_authenticated %}
		     <li>{{ user.username }}</li>
		     <li><a href="logout" >{% trans "Logout" %}</a></li>
		     {% else %}
		     <form id="search" method="post" action=".">				
					{{ form.as_p }}
		     <input type="submit" value="login" />		     
		     </form>
		     <li><a href="/accounts/register">Register</a> </li>
		     {% endif %}
		     </ul>
		   <li id="categories">
				    <h2>Links</h2>
				    <ul>
					    <li><a href="http://scipy.in/#venue">Venue</a> </li>
					    <li><a href="http://scipy.in/#theme">Theme</a> </li>
					    <li><a href="http://scipy.in/#date">Dates</a> </li>
					    <li><a href="http://scipy.in/#organizers">Organizers</a> </li>
				    </ul>
		   </li>		
		   {% block sidebar %}			
		   {% endblock %}			  
	 	</ul>
	</div>
	<!-- end sidebar --> 
	<!-- start content -->
	<div id="content">		
			{% block centercontent %}			
      {% endblock %}			
	<!-- end content -->
	<br style="clear: both;" />
</div>
<!-- end page -->
<!-- start footer -->
<div id="footer">
	<p class="links">
<!--		<a href="http://validator.w3.org/check/referer" class="xhtml" title="This page validates as XHTML">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a>
		&nbsp;&nbsp;&nbsp;
		<a href="http://jigsaw.w3.org/css-validator/check/referer" class="css" title="This page validates as CSS">Valid <abbr title="Cascading Style Sheets">CSS</abbr></a>
		-->
	</p>
	<p class="legal">
		&copy;2009 FOSSEE Group. All Rights Reserved.
		&nbsp;&nbsp;&bull;&nbsp;&nbsp;
		Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>
		&nbsp;&nbsp;&bull;&nbsp;&nbsp;
		Icons by <a href="http://famfamfam.com/">FAMFAMFAM</a>. </p>
</div>
<!-- end footer -->
</body>
</html>