summaryrefslogtreecommitdiff
path: root/templates/base.html
blob: a1da32fb62bdcd20eb7fceec427e59793c371ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                      "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
    <title>{% block pagetitle %}Luxagraf - Topografical Writings{% endblock %}</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    

    <link rel="alternate" 
          type="application/rss+xml" 
          title="RSS 2.0"
          href="http://feeds.feedburner.com/luxagraf/everything">


    <link rel="stylesheet" 
          href="{{media_url}}css/base.css" 
          type="text/css" 
          media="screen" 
          charset="utf-8">

<!--[if IE 6]><link rel="stylesheet" href="http://media.luxagraf.net/new/css/ie6.css" type="text/css" media="screen, projection"><![endif]-->
       
    <link rel="shortcut icon" 
          href="http://media.luxagraf.net/img/favicon.ico" 
          type="image/vnd.microsoft.icon">

    <link rel="apple-touch-icon" 
          href="http://media.luxagraf.net/img/luxagrafiphoneicon.png">

    <meta name="author" content="luxagraf">
    <meta name="description" 
          content="{% block metadescription %}Luxagraf: a travelogue of sorts, Recording journeys around the world and just next door.{% endblock %}">
    <meta name="keywords" 
          content="luxagraf writing travel authors philosophy ramblings">
    <meta name="copyright" 
          content="Licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0  License">
    
    
    <link rel="openid.server" 
          href="http://www.myopenid.com/server" >

    <link rel="openid.delegate" 
          href="http://luxagraf.myopenid.com/" >
    
<meta name="verify-v1" content="ZCZSYGNdjeLCPx5trSQELyhY9kq9N7CznTcv5JFkpnM=">
{%block extrahead%}{%endblock%}
</head>

<body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}>

<div id="header">
	<h1><a href="/" title="home">Luxagraf, a travelgue</a></h1>
	<ul id="menu">
	    <li id="stories"><a href="/writing/1/" title="An archive of previous writings from around the world">Stories</a></li>
	    <li id="photos" title="Photos from travels around the world"><a href="/photos/1/">Photos</a></li>
	    <li id="map" title="luxagraf stories plotted on a map"><a href="/map/">Map</a></li>
	    <!--<li id="books"><a href="/books/">Books</a></li>-->
	</ul>
</div>


<div class="container">

	<div id="primary">
	
	        {% block primaryoverride %}
			<div class="content">
				{% block titleoverride %}<h2>{% block title %}{% endblock %}</h2>{% endblock %}
								
				{% block primary %}
				{% endblock %}
				
			</div>
            {% endblock %}
			
           
			<div class="meta">
				<p class="date">{% block date %}{% endblock %}</p>
				
			</div>
			
			{% block extrabody %}

	        {% endblock %}


	
	
	
	</div>
{% block sidebar %}

{% endblock %}
<div class="push"></div>
</div><!-- end of main top content -->

<div id="foot">
        <div id="footer">
            <span id="foot-float">Other stuff:</span>
            <ul>
                <li><a href="/about/" title="About Luxagraf">About</a></li>
                <li><a href="/contact/" title="Get in touch">Contact</a></li>
                <li><a href="/colophon/" title="How Luxagraf is made">Colophon</a></li>
            </ul>
            <p>All content licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en" title="read the Attribution-Noncommercial-Share Alike 3.0 deed">details</a>). <span>Built with <a href="http://geodjango.org/" title="a GeoDjango joint">GeoDjango</a> and hosted on <a href="http://www.webfaction.com/" title="webfaction">Webfaction</a>.</span></p>
        </div>
</div>
{% block js %}{% endblock%}
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1186171-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>