[svn] julian's quick makework and index page

Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8169 by julian @ 1/17/2009 7:46 PM
This commit is contained in:
substantialnoninfringinguser
2009-05-13 05:33:29 +01:00
parent 4fe4f8e578
commit 8d13864181
6 changed files with 56 additions and 29 deletions

View File

@@ -3,7 +3,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/main2.css" />
<title>{% block title %}{% endblock %}</title>
<title>{% block title %}THE TITLE{% endblock %}</title>
<script src="{{ settings.MEDIA_URL }}js/base.js" type="text/javascript"></script>
{% block javascript %}{% endblock %}
@@ -29,13 +30,18 @@
{% endblock %} </div>
<div id="currentLocation"> <br>
{% block currentLocation %}
Welcome to the website of the Cambridge University Caving Club's expeditions to Austria.
{% endblock %} </div>
<div class="content"> {% block content %}
{% endblock %} </div>
<div id="content">
{% block content %}
REPLACE : The content
{% endblock %}
</div>
<div id="footer">
{% block footer %}
<p>{% endblock %}</p>
THE FOOTER
{% endblock %}
</div>
</body>
</html>
</html>