James Moger
2011-04-04 fb01c9c8cc36ac28c895b6b7daad39038f3d17a2
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>
    <!-- page header -->
    <div wicket:id="pageHeader"></div>
    
    <!-- page nav links -->    
    <div wicket:id="pageLinks"></div>
 
    <!-- summary header -->
    <div style="padding-top: 5px;" class="header" wicket:id="commit"></div>
    
    <!-- commit info -->
    <table class="plain">
        <tr><th>object</th><td><span wicket:id="tagId">Message goes here</span></td></tr>
        <tr><th>author</th><td><span wicket:id="tagAuthor">Message goes here</span></td></tr>
        <tr><th></th><td><span wicket:id="tagDate">Message goes here</span></td></tr>
    </table>
    
    <!--  full message -->
    <div style="border-bottom:0px;" class="commit_message" wicket:id="fullMessage"></div>
    
    <!-- footer -->
    <div wicket:id="pageFooter"></div>
</body>
</html>