Stripe the tables and semantify the pages.
[catagits/Gitalist.git] / root / default.tt2
CommitLineData
d64ea8a0 1[%- # git_header_html
2-%]
f71a83ab 3<!DOCTYPE html>
4<html lang="en">
d3feefcf 5<head>
f71a83ab 6 <!-- git web interface version [% version %], (C) 2005-2006, Kay Sievers <kay.sievers\@vrfy.org>, Christian Gierke -->
7 <!-- git core binaries version [% git_version %] -->
8 <meta charset="utf-8"/>
24701964 9 <meta name="generator" content="gitweb/[% version %] git/[% git_version %][% mod_perl_version %]"/>
10 <meta name="robots" content="index, nofollow"/>
d7c9a32f 11 <title>[% title | html %] (Gitalist)</title>
04d1d917 12 [% IF baseurl %]
13 <base href="[% baseurl %]" />
14 [% END %]
6c36040d 15 <link rel="stylesheet" href="[% c.uri_for('/static/css/blueprint/screen.css') %]" type="text/css" media="screen, projection">
16 <link rel="stylesheet" href="[% c.uri_for('/static/css/blueprint/print.css') %]" type="text/css" media="print">
f71a83ab 17 <!--[if lt IE 8]>
6c36040d 18 <link rel="stylesheet" href="[% c.uri_for('/static/css/blueprint/ie.css') %]" type="text/css" media="screen, projection">
f71a83ab 19 <![endif]-->
6c36040d 20 <link rel="stylesheet" type="text/css" href="[% c.uri_for('/static/css/site.css') %]"/>
7a88ffa4 21
04d1d917 22 [% FOR link IN links %]
23 <link rel="[% link.rel %]"
24 title="[% link.title %]"
25 href="[% link.href %]"
26 type="[% link.type %]"
27 />
28 [% END %]
29 [% IF favicon %]
30 <link rel="shortcut icon" href="[% favicon %]" type="image/png" />
31 [% END %]
24701964 32</head>
33
34<body>
35
36[% site_header %]
37
7a88ffa4 38<div id="page-header">
d7c9a32f 39 <a title="[% logo_label | url %]" href="[% logo_url | url %]"><img src="[% logo_img %]" alt="git" class="logo"/></a>
40 <a href="[% home_link | url %]">[% home_link_str %]</a>
04d1d917 41 [%- IF project %]
f71a83ab 42 / <a href="[% c.uri_for('summary') %]">[% project %]</a>
04d1d917 43 [% IF action; " / " _ action; END;
194fa4ff 44 END %]
d64ea8a0 45[%
4df2f62f 46 IF project;
47 INCLUDE 'nav/search.tt2';
d64ea8a0 48 END;
4df2f62f 49# / git_header_html
b3ad9e63 50%]
1fd8159c 51</div>
52
b3ad9e63 53<div id='body'>
54[%
86382b95 55 IF action;
295c9703 56 SET actmpl = action _ ".tt2";
57 INCLUDE $actmpl;
86382b95 58 ELSE;
59 # The output of gitweb.cgi is injected at this point.
60 content;
61 END;
d64ea8a0 62%]
b3ad9e63 63</div>
d3feefcf 64
d64ea8a0 65[%- # git_footer_html
66-%]
06281e11 67<div id="page-footer">
04d1d917 68[% IF project AND project_description %]
d7c9a32f 69 <div class="page_footer_text">[% project_description | html %]</div>
04d1d917 70[% END %]
71[% FOR feed IN feeds %]
72 <a class="[% feed.class %]" title="[% feed.title %]" href="[% feed.href %]">[% feed.name %]</a>
73[% END %]
69421cb7 74</div>
75
76[% site_footer %]
77
d3feefcf 78</body>
79</html>
d64ea8a0 80[%- # / git_footer_html
81-%]