1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8"/>
5 <title>{% block title %}{{ application_name }}{% endblock %}
</title>
6 <link href=
"/static/css/base.css" rel=
"stylesheet" type=
"text/css"/>
7 <link href=
"/static/css/chrome.css" rel=
"stylesheet" type=
"text/css"/>
8 <script type=
"text/javascript">
11 var pageName
= window
.prompt("Enter the WikiName of your new page:");
13 location
.href
= pageName
+ "?mode=edit";
18 {% block head %}{% endblock %}
25 <span class=
"item nickname">{{ user.nickname }}
</span> |
26 <span class=
"item"><a href=
"{{ logout_url|escape }}">Sign out
</a></span>
28 <span class=
"item"><a href=
"{{ login_url|escape }}">Sign in
</a></span>
31 <div class=
"title"><a href=
"/"><img src=
"/static/images/logo.png" alt=
"Google Wiki"/></a></div>
34 <div class=
"attribution">
36 Edited on {{ page.entity.modified|date:
"D, M j, Y \a\t P" }} by
38 {{ page.user.nickname }}
44 <div class=
"buttons"><span class=
"item"><input type=
"button" value=
"New Page" onclick=
"NewPage()"/></span>{% block buttons %}{% endblock %}
</div>
45 <div style=
"clear: both"></div>
48 <div id=
"body">{% block body %}{% endblock %}
</div>