template/index.html
author Shantanu <shantanu@fossee.in>
Wed, 21 Oct 2009 16:17:38 +0530
changeset 32 192ca2513f89
parent 23 2fea7d4bdcdb
permissions -rwxr-xr-x
Added changes suggested by Vimal.

<!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">	
  		
		   {% block sidebar %}			
		   {% endblock %}	 	 
	<!-- 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>