James Moger
2011-05-11 dfb88962fdbd29f59abe92178bb042738d57c3e1
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>
5fe7df 9     
7203a4 10     <div style="clear:both;">
fc8426 11         <!-- Repository Activity Chart -->    
45c0d6 12         <div style="float:right;">
fb01c9 13             <img class="activityGraph" wicket:id="commitsChart" />
fc8426 14         </div>    
5fe7df 15     
fc8426 16         <!-- Repository info -->
45c0d6 17         <div> 
fc8426 18             <table class="plain">
45c0d6 19                 <tr><th><wicket:message key="gb.description">[description]</wicket:message></th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
JM 20                 <tr><th><wicket:message key="gb.owner">[owner]</wicket:message></th><td><span wicket:id="repositoryOwner">[repository owner]</span></td></tr>
21                 <tr><th><wicket:message key="gb.lastChange">[last change]</wicket:message></th><td><span wicket:id="repositoryLastChange">[repository last change]</span></td></tr>
22                 <tr><th><wicket:message key="gb.stats">[stats]</wicket:message></th><td><span wicket:id="repositoryStats">[repository stats]</span></td></tr>
23                 <tr><th><wicket:message key="gb.url">[URL]</wicket:message></th><td><span wicket:id="repositoryCloneUrl">[repository clone url]</span></td></tr>
fc8426 24             </table>
JM 25         </div>
26     </div>
27
698678 28     <!-- commits -->
50984c 29     <div style="padding-bottom:10px;" wicket:id="commitsPanel">[commits panel]</div>    
5fe7df 30
698678 31     <!-- branches -->
50984c 32     <div style="padding-bottom:10px;width:400px; float:left;">
698678 33         <div wicket:id="branchesPanel">[branches panel]</div>
fb01c9 34     </div>
232890 35
698678 36     <!-- tags -->
50984c 37     <div style="padding-bottom:10px;margin-left:405px;">
698678 38         <div wicket:id="tagsPanel">[tags panel]</div>
fc8426 39     </div>
JM 40     
cebf45 41 </wicket:extend>    
5fe7df 42 </body>
JM 43 </html>