6164ed1fa8c17b0e342bfc31dfb7732d70761ae4
[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 %difftree%
50
51
52 # [parent]
53         <tr>
54                 <td>parent</td>
55                 <td class="sha1"><a class="list" href="?p=%project%&a=commit&h=%hash%">%hash%</a></td>
56                 <td class="link">
57                         <a href="?p=%project%&a=commit&h=%hash%">commit</a> | 
58                         <a href="?p=%project%&a=commitdiff&h=%head%&hp=%hash%">diff</a>
59                 </td>
60         </tr>
61
62 # [commit_refs]
63 <span class="refs"> %refs%</span>
64
65 # [commit_ref_head]
66 <span class="head" title="heads/%name%">%name%</span>
67
68 # [commit_ref_remote]
69 <span class="remote" title="remotes/%name%">%name%</span>
70
71 # [commit_ref_tag]
72 <span class="tag" title="tags/%name%">%name%</span>
73
74 # [difftree]
75 <div class="list_head">
76 %tree_count%
77 </div>
78 <table class="diff_tree%class%">
79 %tree%
80 </table>
81
82 # [tree_count]
83 %count% files changed:
84
85 # [tree]
86 <tr class="%class%">
87         <td>%file%</td>
88         <td>%specials%</td>
89         %merge%
90         <td class="link">%links%</td>
91 </tr>
92
93 # [tree_merge]
94         <td class="link%class%">%links%</td>
95 # [tree_merge_new]
96         <td class="link" align="right"> | </td>
97 # [tree_merge_blob]
98 <a href="?p=%project%&a=blob&h=%hash%&f=%file%">blob</a>
99 # [tree_merge_history]
100 <a href="?p=%project%&a=history&h=%hash%&f=%file%">history</a>
101 # [tree_merge_diff]
102 <a href="?p=%project%&a=blobdiff&h=%hash%&f=%file%&hp=%parent%">diff%id%</a> | 
103 # [tree_merge_patch_link]
104         <td class="link"><a href="#%patch_marker%">patch</a> | </td>
105
106
107 # [tree_file_link]
108 <a class="list" href="?p=%project%&a=blob&h=%hash%&f=%file%">%file%</a>
109
110 # [tree_patch_link]
111 <a href="#%patch_marker%">patch</a> | 
112
113 # [tree_new]
114 <span class="file_status new">[new %type%]</span>
115
116 # [tree_new_file]
117 <span class="file_status new">[new %type% with mode: %mode%]</span>
118
119 # [tree_new_links]
120 <a href="?p=%project%&a=blob&h=%hash%&f=%file%">blob</a>
121
122 # [tree_deleted]
123 <span class="file_status deleted">[deleted %type%]</span>
124
125 # [tree_deleted_links]
126 <a href="?p=%project%&a=blob&h=%hash%&f=%file%">blob</a> | <a href="?p=%project%&a=history&h=%hash%&f=%file%">history</a>
127
128 # [tree_changed]
129 <span class="file_status mode_chnge">[changed%changes%]</span>
130 # [tree_changed_type]
131  from %from% to %to%
132 # [tree_changed_mode]
133  mode: %from%->%to%
134 # [tree_changed_mode_to]
135  mode: %to%
136
137 # [tree_changed_links_diff]
138 <a href="?p=%project%&a=blobdiff&h=%hash%&f=%file%&hp=%parent%">diff</a> | 
139 # [tree_changed_links]
140 <a href="?p=%project%&a=blob&h=%hash%&f=%file%">blob</a> | <a href="?p=%project%&a=history&h=%hash%&f=%file%">history</a>
141
142 # [tree_moved]
143 <span class="file_status moved">[moved from <a class="list" href="?p=%project%&a=blob&f=%file%&h=%hash%">%file%</a> with %similarity% similarity%mode%]</span>
144 # [tree_copied]
145 <span class="file_status copied">[copied from <a class="list" href="?p=%project%&a=blob&f=%file%&h=%hash%">%file%</a> with %similarity% similarity%mode%]</span>
146 # [tree_moved_mode]
147 , mode: %mode%
148
149 # [tree_moved_links_diff]
150 <a href="?p=%project%&a=blobdiff&h=%hash%&f=src/mod-helpserv.c&hp=%parent%">diff</a> | 
151 # [tree_moved_links]
152 <a href="?p=%project%&a=blob&h=%hash%&f=%file%">blob</a> | <a href="?p=%project%&a=history&h=%hash%&f=%file%">history</a>