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
27
28
29
30
31
32
<?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>
    
    <!-- blob nav links -->    
    <div class="page_nav2">
        <span wicket:id="historyLink">[history link]</span> | <span wicket:id="headLink">[head link]</span>
    </div>    
    
    <!-- shortlog header -->
    <div class="header" wicket:id="shortlog">[shortlog header]</div>
 
    <!-- breadcrumbs -->
    <div wicket:id="breadcrumbs">[breadcrumbs]</div>
        
    <!-- changed paths -->    
    <table style="width:100%" class="pretty">
        <tr wicket:id="changedPath">
            <td><span wicket:id="pathName"></span></td>            
            <td class="size"><span wicket:id="pathSize">[path size]</span></td>
            <td class="mode"><span wicket:id="pathPermissions">[path permissions]</span></td>
            <td class="rightAlign"><span wicket:id="treeLinks">[path links]</span></td>
        </tr>
    </table>
 
</wicket:extend>    
</body>
</html>