52d883df2bcffb756e970a52e0eef163a8b3fee1
[phpgitweb.git] / htdocs / templates / default / main.tpl
1 # [main]
2 <?xml version="1.0" encoding="utf-8"?>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
5 <!-- PHPGitWeb interface version %version%, (C) 2012-%year%, Philipp Kreil (pk910) -->
6 <!-- git core binaries version %git_version% -->
7 <head>
8 <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8"/>
9 <meta name="generator" content="phpgitweb/%version% git/%git_version%"/>
10 <meta name="robots" content="index, nofollow"/>
11 <title>%title%</title>
12 <link rel="stylesheet" type="text/css" href="gitweb.css"/>
13 <link rel="alternate" title="%title% projects list" href="?a=project_index" type="text/plain; charset=utf-8" />
14 <link rel="alternate" title="%title% projects feeds" href="?a=opml" type="text/x-opml" />
15 <link rel="shortcut icon" href="git-favicon.png" type="image/png" />
16 </head>
17 <body>
18 <div class="page_header">
19 <a title="git homepage" href="http://dev.pk910.de/phpgitweb/"><img src="img/git-logo.png" width="72" height="27" alt="git" class="logo"/></a>
20 %header_nav%
21 </div>
22 %content%
23 <div class="page_footer">
24 <div class="page_footer_text">
25 Rendertime: %rendertime% sec
26 </div>
27 <a class="rss_logo" href="?a=opml">OPML</a> <a class="rss_logo" href="?a=project_index">TXT</a>
28 </div>
29 </body>
30 </html>
31
32 # [error]
33 <div class="page_body">
34 <pre>
35 <b>%errtype%</b>: %errstr% in <b>%errfile%</b> on line <b>%errline%</b>
36 </pre>
37 </div>
38
39 # [project_error]
40 <div class="page_body">
41 404 - Project not found
42 <br /><br />
43 </div>
44
45 # [project_header]
46 <form method="get" enctype="application/x-www-form-urlencoded">
47 <div class="search">
48 <input name="p" type="hidden" value="%project%" />
49 <input name="a" type="hidden" value="search" />
50 <input name="h" type="hidden" value="%project_head%" />
51 <select name="st" >
52 <option selected="selected" value="commit">commit</option>
53 <option value="grep">grep</option>
54 <option value="author">author</option>
55 <option value="committer">committer</option>
56 <option value="pickaxe">pickaxe</option>
57 </select><sup><a href="?p=%project%&a=search_help">?</a></sup> search:
58 <input type="text" name="s"  />
59 <span title="Extended regular expression"><label><input type="checkbox" name="sr" value="1" />re</label></span></div>
60 </form>
61 <div class="page_nav">
62 %nav_summary% | %nav_shortlog% | %nav_log% | %nav_commit% | %nav_commitdiff% | %nav_tree%<br/>
63 %sub_nav%<br/>
64 </div>
65
66 # [project_header_nav_link]
67 <a href="/?p=%project%&a=%link%">%name%</a>
68
69 # [project_header_nav_active]
70 %name%
71