James Moger
2011-04-07 cebf455f3fd54b72e530942f308097ec54b408cd
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
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" >
<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>