started diff parser
[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>
40
41 # [patch_continued]
42 <div class="patch cont">
43 <div class="diff header">%diffcmd%</div>
44 <div class="diff extended_header">
45 %header%
46 </div>
47 %patch%
48 </div>
49
50 # [patch_normal]
51 <div class="patch" id="patch%patch_id%">
52 <div class="diff header">%diffcmd%</div>
53 <div class="diff extended_header">
54 %header%
55 </div>
56 %patch%
57 </div>
58
59 # [patch_nodiff]
60 <div class="patch" id="patch%patch_id%">
61 <div class="diff header">%diffcmd%</div>
62 <div class="diff nodifferences">Simple merge</div>
63 </div>
64
65 # [patch_link_blob]
66 <a class="path" href="?p=%project%&a=blob&h=%hash%&f=%file%">%path%%file%</a>
67
68 # [patch_link_blob_id]
69 <a class="path" href="?p=%project%&a=blob&h=%hash%&f=%file%">%id%</a>
70
71 # [patch_fileinfo]
72 <span class="info"> (%info%)</span>
73
74 # [patch_diffline]
75 <div class="diff%class%">%line%</div>