summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/ShortLogPage.html
blob: 3336931611c1fa7d1bc0a6cc66bcd2bf4cb9706d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"  
      xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"  
      xml:lang="en"  
      lang="en"> 

<body>
<wicket:extend>

	<!-- page nav links -->	
	<div wicket:id="pageLinks">[page links]</div>
	
	<!-- shortlog -->	
	<div style="margin-top:5px;" class="header" wicket:id="summary">[shortlog header]</div>	
	<table style="width:100%" "class="pretty">
		<tbody>
       		<tr wicket:id="commit">
         		<td class="date"><span wicket:id="commitDate">[commit date]</span></td>
         		<td class="author"><span wicket:id="commitAuthor">[commit author]</span></td>
         		<td><div wicket:id="commitShortMessage">[commit short message]</div></td>
         		<td class="rightAlign"><div wicket:id="commitRefs">[commit refs]</div></td>         		
         		<td class="rightAlign"><span wicket:id="commitLinks">[commit links]</span></td>
       		</tr>
    	</tbody>
	</table>	
	<div class="pager" wicket:id="navigator">[pager]</div>
	
</wicket:extend>
</body>
</html>