2009-05-13 05:13:38 +01:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2009-05-13 05:25:17 +01:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
2009-05-13 05:50:31 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/main3.css" />
|
2009-05-13 05:33:29 +01:00
|
|
|
<title>{% block title %}THE TITLE{% endblock %}</title>
|
2009-05-13 05:25:17 +01:00
|
|
|
<script src="{{ settings.MEDIA_URL }}js/base.js" type="text/javascript"></script>
|
2009-05-13 05:40:35 +01:00
|
|
|
{% block head %}{% endblock %}
|
2009-05-13 05:13:38 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2009-05-13 06:08:04 +01:00
|
|
|
<div class="wrapper">
|
2009-05-13 05:48:10 +01:00
|
|
|
<div id="expoHeader"> <img id="frontPageBanner" src="{{ settings.MEDIA_URL }}loserBanner.jpg"/>
|
2009-05-13 05:31:44 +01:00
|
|
|
<div id="expoHeaderText">
|
2009-05-13 05:48:10 +01:00
|
|
|
<h1>CUCC Expeditions to Austria: 1976 - </h1>
|
|
|
|
<div id="expoFinalDate">
|
|
|
|
<h1>2009</h1>
|
|
|
|
</div>
|
2009-05-13 05:31:44 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr/>
|
2009-05-13 06:08:04 +01:00
|
|
|
<div id="editLink"> {% block loginInfo %}
|
|
|
|
{% if user.username %}
|
|
|
|
You are logged in as {{ user.username }}.
|
|
|
|
| <a href="{{ settings.URL_ROOT }}/accounts/logout/">Log out</a> {% else %} <a href="{{ settings.URL_ROOT }}/accounts/register">Sign up</a> | <a href="{{ settings.URL_ROOT }}/accounts/login/">Log in</a> {% endif %}
|
2009-05-13 05:48:10 +01:00
|
|
|
{% endblock%}
|
2009-05-13 05:56:56 +01:00
|
|
|
| <a href="{{ settings.URL_ROOT }}">Home </a> |
|
2009-05-13 06:08:04 +01:00
|
|
|
{% block editLink %}
|
|
|
|
|
|
|
|
{% endblock %} </div>
|
2009-05-13 05:40:35 +01:00
|
|
|
{% block nav %}
|
|
|
|
<!-- Use id="nav" for the left side menu -->
|
2009-05-13 06:08:04 +01:00
|
|
|
{% endblock %}
|
|
|
|
<div id="content" > {% block contentheader %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
2009-05-13 05:33:29 +01:00
|
|
|
REPLACE : The content
|
2009-05-13 06:08:04 +01:00
|
|
|
{% endblock %} <br class="clearfloat" />
|
|
|
|
<!--This is to ensure that the content div expands around floated objects*/-->
|
|
|
|
</div>
|
2009-05-13 05:33:29 +01:00
|
|
|
</div>
|
2009-05-13 06:08:04 +01:00
|
|
|
<div class="push"></div>
|
2009-05-13 05:33:29 +01:00
|
|
|
</div>
|
2009-05-13 06:08:04 +01:00
|
|
|
<div id="footer"> {% block footer %} <a href="http://cucc.survex.com"> CUCC website</a>| <a href="http://cucc.survex.com/expo"> Expedition website </a>| <a href="{% url frontpage %}"> Troggle front page </a>| <a href="{% url caveindex %}"> All caves </a>| <a href="{% url personindex %}"> All cavers </a>| <a href="{% url caveindex %}"> Virtual survey binder </a>| <a href="{% url survey %}"> Expedition statistics </a>| <a href="{% url calendar 2007 %}"> Expedition calendar </a> {% endblock %} </div>
|
2009-05-13 05:25:17 +01:00
|
|
|
</body>
|
2009-05-13 05:33:29 +01:00
|
|
|
</html>
|