2011-10-08 06:06:16 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
2011-12-31 14:58:06 +00:00
|
|
|
<meta name="keywords" content="Theatre, ITF, India, Best Practices, Theatre Resources" />
|
|
|
|
<meta name="title" content="India Theatre Forum" />
|
|
|
|
<meta name="description" content="India Theatre Forum: Best practices and theatre resources for the theatre community in India." />
|
2011-10-08 06:06:16 +00:00
|
|
|
<title>{% block title %} {% endblock %}</title>
|
|
|
|
<link rel="stylesheet" href="/static/css/reset.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="/static/css/noel/main.css" type="text/css" />
|
2011-10-13 19:35:45 +00:00
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
2011-10-08 06:06:16 +00:00
|
|
|
<script type="text/javascript" src="/static/js/jquery.js"></script>
|
|
|
|
{% block extra_head %}
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="header">
|
|
|
|
<div id="logo">
|
2011-10-25 10:31:59 +00:00
|
|
|
<img src="/static/images/noel/logo-itf.png" width="281" height="70">
|
|
|
|
<!--INDIA<br>
|
|
|
|
<span>THEATRE <span>FORUM</span></span>-->
|
|
|
|
</div>
|
2011-10-08 07:03:05 +00:00
|
|
|
<form id="searchForm" action="/search/" method="GET">
|
|
|
|
<input type="text" placeholder="search" name="q" id="search"/>
|
2011-10-08 06:06:16 +00:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<ul id="navMenu">
|
2011-10-21 17:05:02 +00:00
|
|
|
|
2011-12-31 14:58:06 +00:00
|
|
|
<li id="homeList"><a href="/"><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
|
2011-10-08 06:06:16 +00:00
|
|
|
{% for m in menus %}
|
|
|
|
<li><a href="">{{ m.name }}</a>
|
|
|
|
<ul>
|
|
|
|
{% for i in m.items %}
|
|
|
|
<li><a href="{{ i.url }}">{{ i.name }}</a></li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<ul id="loginMenu">
|
|
|
|
|
|
|
|
{% if user.is_authenticated %}
|
|
|
|
<li><a href="/accounts/logout">Logout</a></li>
|
|
|
|
{% else %}
|
|
|
|
<li><a href="/accounts/login">Login</a></li>
|
|
|
|
<li><a href="/accounts/register">Register</a></li>
|
|
|
|
{% endif %}
|
|
|
|
|
2011-10-21 17:03:43 +00:00
|
|
|
<li><a href="/contact">Contact Us</a></li>
|
2011-10-08 06:06:16 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
|
|
|
|
{% for m in menus %}
|
|
|
|
<ul class="footerList">
|
|
|
|
<a href="">{{ m.name }}</a>
|
|
|
|
{% for i in m.items %}
|
|
|
|
<li><a href="{{ i.url }}">- {{ i.name }}</a></li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
{% endfor %}
|
|
|
|
|
2011-12-31 14:58:06 +00:00
|
|
|
|
2011-10-08 06:06:16 +00:00
|
|
|
<p id="copyright">© 2011 India Theatre Forum. All Rights Reserved.</p>
|
|
|
|
</div>
|
|
|
|
|
2011-10-21 17:03:43 +00:00
|
|
|
</body>
|