Provided support for blob_plain legacy URIs.
[catagits/Gitalist.git] / root / wrapper.tt2
CommitLineData
c8a42dd5 1[%- IF no_wrapper || template.name.match('\.(css|js|txt)'); content; ELSE; -%]
f71a83ab 2<!DOCTYPE html>
3<html lang="en">
d3feefcf 4<head>
f71a83ab 5 <!-- git core binaries version [% git_version %] -->
c8a42dd5 6 <meta charset="utf-8">
906a2dd2 7 <meta name="generator" content="gitweb/[% version %] git/[% git_version %]">
38a4951e 8 <meta name="robots" content="index, nofollow">
a349e797 9 <title>[%# FIXME - MING %][%-
da8f4f82 10 title = BLOCK;
11 c.config.sitename;
87581f05 12 IF Repository; ' - ' _ Repository.name | html; END;
906a2dd2 13 IF c.action; ' / ' _ c.action; END;
14 IF filename; ' - ' _ filename | html; END;
a349e797 15 IF c.action && c.action == 'tree'; '/'; END;
da8f4f82 16 END;
17 title;
18 -%] (Gitalist)</title>
19 [% INCLUDE '_header_feeds.tt2' %]
6c36040d 20 <link rel="stylesheet" href="[% c.uri_for('/static/css/blueprint/screen.css') %]" type="text/css" media="screen, projection">
21 <link rel="stylesheet" href="[% c.uri_for('/static/css/blueprint/print.css') %]" type="text/css" media="print">
f71a83ab 22 <!--[if lt IE 8]>
6c36040d 23 <link rel="stylesheet" href="[% c.uri_for('/static/css/blueprint/ie.css') %]" type="text/css" media="screen, projection">
84f49778 24 <![endif]-->
c8a42dd5 25 <link rel="stylesheet" type="text/css" href="[% c.uri_for('/static/css/site.css') %]">
7c24d86c 26 <link rel="shortcut icon" href="[% c.uri_for('/static/git-favicon.png') %]" type="image/png">
24701964 27</head>
28
29<body>
30
2cf1e781 31<div id='the-container'>
32
7a88ffa4 33<div id="page-header">
da8f4f82 34 <a title="git homepage" href="http://git-scm.org">
35 <img src="[% c.uri_for('/logo.png') %]" alt="git" class="logo">
c8a42dd5 36 </a>
906a2dd2 37 <div id='header-title'>
38 <a href="[% c.uri_for('/') %]">A Gitalist</a>
39 [%- IF Repository %]
40 / <a href="[% c.uri_for_action('/repository/summary', [Repository.name]) %]">[% Repository.name %]</a>
41 [%# INCLUDE 'nav/branches.tt2' %]
42 </div>
43 [% INCLUDE 'nav/search.tt2' %]
44 [% END %]
1fd8159c 45</div>
46
b3ad9e63 47<div id='body'>
906a2dd2 48[% content %]
b3ad9e63 49</div>
d3feefcf 50
06281e11 51<div id="page-footer">
87581f05 52[% IF Repository %]
53 [% Repository.description | html %]
04d1d917 54[% END %]
cf1f989d 55[% INCLUDE 'inc/footer_feeds.tt2' %]
69421cb7 56</div>
57
2cf1e781 58</div>
59
d3feefcf 60</body>
61</html>
c8a42dd5 62[%- END -%]