James Moger
2011-04-04 5fe7df81eb38dc66f2cfc4bf1973863a19f55cf2
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?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>
    
    <!-- commit nav links -->    
    <div class="page_nav2">
        (parent: <span wicket:id="parentLink"></span>) | <span wicket:id="patchLink"></span>
    </div>    
    
    <!-- shortlog header -->
    <div class="header" wicket:id="shortlog"></div>
    
    <!-- Refs -->
    <div wicket:id="refsPanel"></div>
    
    <!-- commit info -->
    <div class="title_text">
    <table class="object_header">
        <tr><td>author</td><td><span wicket:id="commitAuthor">Message goes here</span></td></tr>
        <tr><td></td><td><span wicket:id="commitAuthorDate">Message goes here</span></td></tr>
        <tr><td>committer</td><td><span wicket:id="commitCommitter">Message goes here</span></td></tr>
        <tr><td></td><td><span wicket:id="commitCommitterDate">Message goes here</span></td></tr>
        <tr><td>commit</td><td class="sha1"><span wicket:id="commitId">Message goes here</span></td></tr>
        <tr><td>tree</td><td class="sha1"><span wicket:id="commitTree">Message goes here</span></td></tr>
        <tr><td>parent</td><td class="sha1"><span wicket:id="commitParents">
            <div wicket:id="commitParent">Message goes here</div></span></td></tr>
    </table>
    </div>
    
    <!-- full message -->
    <div class="page_body" wicket:id="fullMessage"></div>
    
    <!-- changed paths -->
    <div class="list_head"></div>
    <table class="diff_tree">
        <tr wicket:id="changedPath">
            <td class="path"><span wicket:id="pathName"></span></td>
            <td></td>
            <td><span wicket:id="pathLinks"></span></td>
        </tr>
    </table>
    
    <!-- footer -->
    <div wicket:id="pageFooter"></div>
</body>
</html>