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
<?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>
 
    <!-- summary header -->
    <div style="padding-top: 5px;" class="header" wicket:id="commit">[shortlog header]</div>
    
    <!-- commit info -->
    <table class="plain">
        <tr><th>object</th><td><span wicket:id="tagId">[tag id]</span></td></tr>
        <tr><th>author</th><td><span wicket:id="tagAuthor">[tag author]</span></td></tr>
        <tr><th></th><td><span wicket:id="tagDate">[tag date]</span></td></tr>
    </table>
    
    <!--  full message -->
    <div style="border-bottom:0px;" class="commit_message" wicket:id="fullMessage">[tag full message]</div>
    
</wicket:extend>
</body>
</html>