continued :)
[phpgitweb.git] / htdocs / templates / default / commit.tpl
1 # [main]
2 <div class="header">
3 <a class="title" href="?p=%project%&a=commitdiff&h=%hash%">%message% %refs%</a>
4 </div>
5 <div class="title_text">
6 <table class="object_header">
7         <tr>
8                 <td>author</td>
9                 <td>
10                         <a title="Search for commits authored by %author%" class="list" href="?p=%project%&a=search&h=%hash%&s=%author%&st=author">%author%</a> 
11                         <a title="Search for commits authored by %author_mail%" class="list" href="?p=%project%&a=search&h=%hash%&s=%author_mail%&st=author">&lt;%author_mail%&gt;</a>
12                 </td>
13                 <td rowspan="2"></td>
14         </tr>
15         <tr>
16                 <td></td>
17                 <td> %author_date% (%author_local_date% %author_timezone%)</td>
18         </tr>
19         <tr>
20                 <td>committer</td>
21                 <td>
22                         <a title="Search for commits committed by %committer%" class="list" href="?p=%project%&a=search&h=%hash%&s=pk910&st=committer">%committer%</a> 
23                         <a title="Search for commits committed by %committer_mail%" class="list" href="?p=%project%&a=search&h=%hash%&s=%committer_mail%&st=committer">&lt;%committer_mail%&gt;</a>
24                 </td>
25                 <td rowspan="2"></td>
26         </tr>
27         <tr>
28                 <td></td>
29                 <td> %committer_date% (%committer_local_date% %committer_timezone%)</td>
30         </tr>
31         <tr>
32                 <td>commit</td>
33                 <td class="sha1">%hash%</td>
34         </tr>
35         <tr>
36                 <td>tree</td>
37                 <td class="sha1"><a class="list" href="?p=%project%&a=tree&h=%tree_hash%&hb=%hash%">%tree_hash%</a></td>
38                 <td class="link">
39                         <a href="?p=%project%&a=tree&h=%tree_hash%&hb=%hash%">tree</a> | 
40                         <a title="in format: tar.gz" href="?p=%project%&a=snapshot&h=%hash%&sf=tgz">snapshot</a>
41                 </td>
42         </tr>
43 %parents%
44 </table>
45 </div>
46 <div class="page_body">
47 %full_message%<br/>
48 </div>
49
50 <div class="list_head">
51 </div>
52 <table class="diff_tree">
53 %tree%
54 </table>
55
56
57 # [parent]
58         <tr>
59                 <td>parent</td>
60                 <td class="sha1"><a class="list" href="?p=%project%&a=commit&h=%hash%">%hash%</a></td>
61                 <td class="link">
62                         <a href="?p=%project%&a=commit&h=%hash%">commit</a> | 
63                         <a href="?p=%project%&a=commitdiff&h=%head%;hp=%hash%">diff</a>
64                 </td>
65         </tr>
66
67 # [commit_refs]
68 <span class="refs"> %refs%</span>
69
70 # [commit_ref_head]
71 <span class="head" title="heads/%name%">%name%</span>
72
73 # [commit_ref_remote]
74 <span class="remote" title="remotes/%name%">%name%</span>
75
76 # [commit_ref_tag]
77 <span class="tag" title="tags/%name%">%name%</span>
78
79 # [tree]
80 <tr class="%class%">
81         <td><a class="list" href="?p=%project%&a=blob&h=%hash%&f=%file%">src/mod-helpserv.c</a></td>
82         <td></td>
83         <td class="link">
84                 <a href="?p=%project%&a=blobdiff&h=%hash%&f=src/mod-helpserv.c&hp=%parent%">diff</a> | 
85                 <a href="?p=%project%&a=blob&h=%hash%&f=%file%">blob</a> | 
86                 <a href="?p=%project%&a=history&h=%hash%&f=%file%">history</a></td>
87 </tr>