comparison templates/base.djhtml @ 23:d9658d30b814

Implement initial user registration and authentication. Still way buggy.
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Sun, 27 Jun 2010 21:56:57 -0500
parents cb9a7c6c3800
children b2fd20d03fb4
comparison
equal deleted inserted replaced
22:37ced16ff95e 23:d9658d30b814
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head> 4 <head>
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
6 <meta http-equiv="Content-Language" content="en-us" /> 6 <meta http-equiv="Content-Language" content="en-us" />
7 7
8 <title>Agora Octave &mdash; {% block title %}Free your math!{% endblock %}</title> 8 <title>Agora Octave &mdash;
9 {% block title %}
10 Free your math!
11 {% endblock %}
12 </title>
9 13
10 <meta name="Copyright" content="Agora Octave is free software 14 <meta name="Copyright" content="Agora Octave is free software
11 under the Affero General Public License version 3 as published by 15 under the Affero General Public License version 3 as published by
12 the Free Software Foundation, or at your option, any later 16 the Free Software Foundation, or at your option, any later
13 version" /> 17 version" />
19 enables collaboration with Octave-related personal projects and 23 enables collaboration with Octave-related personal projects and
20 code" /> 24 code" />
21 25
22 <link href="/static/{% block cssid %}base{% endblock %}.css" 26 <link href="/static/{% block cssid %}base{% endblock %}.css"
23 rel="stylesheet" type="text/css" media="screen" /> 27 rel="stylesheet" type="text/css" media="screen" />
24 {% block extrahead %}{% endblock %} 28 {% block extrahead %}{% endblock %}
25 </head> 29 </head>
26 30
27 <body id="{% block sectionid %}generic{% endblock %}" 31 <body id="{% block sectionid %}generic{% endblock %}"
28 class="{% block coltype %}default{% endblock %}"> 32 class="{% block coltype %}default{% endblock %}">
29 33
30 <div id="container"> 34 <div id="container">
31 <div id="header"> 35 <div id="header">
32 <img src="/static/agora.png" id="agora-logo"> 36 <img src="/static/agora.png" id="agora-logo">
33 <h1 id="logo"><a href="http://www.octave.org/">Agora Octave</a> 37 <h1 id="logo"><a href="/">Agora Octave</a>
34 </h1> 38 </h1>
35 <div id="nav"> 39 <div id="nav">
36 <div id="nav-top"></div> 40 <div id="nav-top"></div>
37 <ul id="nav-main"> 41 <ul id="nav-main">
38 <li id="nav-homepage"><a href="/bundles" class="first">Latest</a></li> 42 <li id="nav-homepage"><a href="/bundles" class="first">Latest</a></li>