5
5
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
7
<title metal:define-slot="title"></title>
7
<title metal:define-slot="title">
8
11
<link rel="stylesheet"
9
tal:attributes="href python:branch.static_url('/static/css/global.css')" />
10
<script type="text/javascript"
11
tal:attributes="src python:branch.static_url('/static/javascript/mootools-1.2-core.js')"></script>
12
<script type="text/javascript"
13
tal:attributes="src python:branch.static_url('/static/javascript/mootools-1.2-more.js')"></script>
14
<script type="text/javascript"
15
tal:attributes="src python:branch.static_url('/static/javascript/custom.js')"></script>
16
<script language="javascript">
17
var global_path = <tal:block content="python:'\''+branch.url('/')+'\''" />;
12
tal:attributes="href python:branch.static_url('/static/css/zptstyle.css')" />
19
14
<metal:block metal:define-slot="header_extras" />
23
<!-- Loggerhead Content Area -->
25
<form tal:attributes="action python:branch.url('/changes', start_revid=getattr(navigation, 'start_revid', None),
26
file_id=getattr(navigation, 'file_id', None))">
28
<label>search:</label> <input type="search" name="q" id="q" autocomplete="off" onblur="hide_search();" />
29
<div><a tal:attributes="href python:url(['/atom']);
30
title string:RSS feed for ${branch/friendly_name}">
31
<img tal:attributes="src python:branch.static_url('/static/images/ico_rss.gif')" alt="RSS" class="rssfeed"/></a>
36
<tal:block tal:condition="not:fileview_active">
37
<li><a tal:attributes="href python:url('/changes', clear=1);
39
id string:on">Changes</a></li>
40
<li><a tal:attributes="href python:url('/files', clear=1);
41
title string:Files">Files</a></li>
43
<tal:block tal:condition="fileview_active">
44
<li><a tal:attributes="href python:url('/changes', clear=1);
45
title string:Changes">Changes</a></li>
46
<li><a tal:attributes="href python:url('/files', clear=1);
48
id string:on">Files</a></li>
51
<div id="loggerheadCont">
53
<div id="search_terms"></div>
55
<h1 metal:define-slot="heading"></h1>
56
<div metal:define-slot="content"></div>
58
<p class="fl">Loggerhead runs on <a href="http://bazaar-vcs.org/" class="link">Bazaar</a> branches</p>
17
<body tal:attributes="onload onload|nothing">
19
<div class="bar" tal:condition="navigation|nothing">
20
<form tal:attributes="action python:branch.url('/changes', start_revid=getattr(navigation, 'start_revid', None), file_id=getattr(navigation, 'file_id', None))">
24
<span class="buttons">
25
<a tal:attributes="href python:url('/changes', clear=1)"> changes </a>
26
<a tal:attributes="href python:url('/files', clear=1)"> files </a>
28
search: <input type="text" name="q" />
32
<td align="right" tal:condition="navigation/revid_list|nothing">
33
<span tal:condition="navigation/feed" class="rbuttons feed">
34
<a tal:attributes="href python:url(['/atom'])">
35
<img tal:attributes="src python:branch.static_url('/static/images/feed-icon-16x16.gif')" />
38
<span class="navbuttons">
39
<a tal:condition="navigation/prev_page_revid"
40
tal:attributes="href navigation/prev_page_url"
41
title="Previous page">
44
<tal:arrow condition="not:navigation/prev_page_revid">
47
revision <tal:b content="python:history.get_revno(revid)" />
48
(<tal:b condition="python:navigation.pagesize > 1">page </tal:b>
49
<tal:b content="navigation/page_position" /> / <tal:b content="navigation/page_count" />)
50
<a tal:condition="navigation/next_page_revid"
51
tal:attributes="href navigation/next_page_url"
55
<tal:arrow condition="not:navigation/next_page_revid">
65
<h1 metal:define-slot="heading">
69
<div metal:define-slot="content">
75
<a href="http://www.bazaar-vcs.org/">
76
<img tal:attributes="src python:branch.static_url('/static/images/bazaar-banner.png')" />
80
<a href="http://www.lag.net/loggerhead/">
81
<img tal:attributes="src python:branch.static_url('/static/images/loggerhead-banner.png')" />