0ee2b3866313c459c99ca789ef5f3265b6d0c192
[phpgitweb.git] / htdocs / templates / default / commitdiff.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 </table>
32 </div>
33 <div class="page_body">
34 %difftree%
35 <br/>
36 <div class="patchset">
37 %patchset%
38 </div>
39 </div>