James Moger
2011-04-11 ef5c58d12ff33e4f2b83b6dcd53bdb6c96a6150d
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"  
      xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"  
      xml:lang="en"  
      lang="en"> 
 
<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>