James Moger
2011-04-20 45c0d6ed8c9c3afc4d09200358ee2d53f06023e2
commit | author | age
1e47ab 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
JM 2 <html xmlns="http://www.w3.org/1999/xhtml"  
3       xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"  
4       xml:lang="en"  
5       lang="en"> 
6
5fe7df 7 <body>
cebf45 8 <wicket:extend>
JM 9
5fe7df 10     <!-- page nav links -->    
cebf45 11     <div wicket:id="pageLinks">[page links]</div>
5fe7df 12     
7203a4 13     <div style="clear:both;">
fc8426 14         <!-- Repository Activity Chart -->    
45c0d6 15         <div style="float:right;">
fb01c9 16             <img class="activityGraph" wicket:id="commitsChart" />
fc8426 17         </div>    
5fe7df 18     
fc8426 19         <!-- Repository info -->
45c0d6 20         <div> 
fc8426 21             <table class="plain">
45c0d6 22                 <tr><th><wicket:message key="gb.description">[description]</wicket:message></th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
JM 23                 <tr><th><wicket:message key="gb.owner">[owner]</wicket:message></th><td><span wicket:id="repositoryOwner">[repository owner]</span></td></tr>
24                 <tr><th><wicket:message key="gb.lastChange">[last change]</wicket:message></th><td><span wicket:id="repositoryLastChange">[repository last change]</span></td></tr>
25                 <tr><th><wicket:message key="gb.stats">[stats]</wicket:message></th><td><span wicket:id="repositoryStats">[repository stats]</span></td></tr>
26                 <tr><th><wicket:message key="gb.url">[URL]</wicket:message></th><td><span wicket:id="repositoryCloneUrl">[repository clone url]</span></td></tr>
fc8426 27             </table>
JM 28         </div>
29     </div>
30
698678 31     <!-- commits -->
50984c 32     <div style="padding-bottom:10px;" wicket:id="commitsPanel">[commits panel]</div>    
5fe7df 33
698678 34     <!-- branches -->
50984c 35     <div style="padding-bottom:10px;width:400px; float:left;">
698678 36         <div wicket:id="branchesPanel">[branches panel]</div>
fb01c9 37     </div>
232890 38
698678 39     <!-- tags -->
50984c 40     <div style="padding-bottom:10px;margin-left:405px;">
698678 41         <div wicket:id="tagsPanel">[tags panel]</div>
fc8426 42     </div>
JM 43     
cebf45 44 </wicket:extend>    
5fe7df 45 </body>
JM 46 </html>