continued :)
[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 # [err400]
40 <div class="page_body">
41 <br /><br />
42 404 - Project needed
43 <br /><br />
44 </div>
45
46 # [err404_project]
47 <div class="page_body">
48 <br /><br />
49 404 - Project not found
50 <br /><br />
51 </div>
52
53 # [err404_object]
54 <div class="page_body">
55 <br /><br />
56 404 - Unknown commit object
57 <br /><br />
58 </div>
59
60 # [project_header]
61 <form method="get" enctype="application/x-www-form-urlencoded">
62 <div class="search">
63 <input name="p" type="hidden" value="%project%" />
64 <input name="a" type="hidden" value="search" />
65 <input name="h" type="hidden" value="%project_head%" />
66 <select name="st" >
67 <option selected="selected" value="commit">commit</option>
68 <option value="grep">grep</option>
69 <option value="author">author</option>
70 <option value="committer">committer</option>
71 <option value="pickaxe">pickaxe</option>
72 </select><sup><a href="?p=%project%&a=search_help">?</a></sup> search:
73 <input type="text" name="s"  />
74 <span title="Extended regular expression"><label><input type="checkbox" name="sr" value="1" />re</label></span></div>
75 </form>
76 <div class="page_nav">
77 %nav_summary% | %nav_shortlog% | %nav_log% | %nav_commit% | %nav_commitdiff% | %nav_tree%<br/>
78 %sub_nav%<br/>
79 </div>
80
81 # [project_header_nav_link]
82 <a href="/?p=%project%&a=%link%">%name%</a>
83
84 # [project_header_nav_active]
85 %name%
86