James Moger
2011-11-11 d65f712ea3d8941f4b9145c0630c30c20af80d13
src/com/gitblit/wicket/pages/SummaryPage.html
@@ -4,25 +4,27 @@
      xml:lang="en"  
      lang="en"> 
<wicket:head>
     <link href="markdown.css" type="text/css" rel="stylesheet" />
</wicket:head>
<body>
<wicket:extend>
   <!-- page nav links -->
   <div wicket:id="pageLinks">[page links]</div>
   
   <div>
   <div style="clear:both;">
      <!-- Repository Activity Chart -->   
      <div style="width:400px;float:right;">
      <div style="float:right;">
         <img class="activityGraph" wicket:id="commitsChart" />
      </div>   
   
      <!-- Repository info -->
      <div style="margin-right:410px;">
      <div>
         <table class="plain">
            <tr><th><wicket:message key="gb.description">description</wicket:message></th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
            <tr><th><wicket:message key="gb.owner">owner</wicket:message></th><td><span wicket:id="repositoryOwner">[repository owner]</span></td></tr>
            <tr><th><wicket:message key="gb.lastChange">last change</wicket:message></th><td><span wicket:id="repositoryLastChange">[repository last change]</span></td></tr>
            <tr><th><wicket:message key="gb.url">URL</wicket:message></th><td><span wicket:id="repositoryCloneUrl">[repository clone url]</span></td></tr>
            <tr><th><wicket:message key="gb.description">[description]</wicket:message></th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
            <tr><th><wicket:message key="gb.owner">[owner]</wicket:message></th><td><span wicket:id="repositoryOwner">[repository owner]</span></td></tr>
            <tr><th><wicket:message key="gb.lastChange">[last change]</wicket:message></th><td><span wicket:id="repositoryLastChange">[repository last change]</span></td></tr>
            <tr><th><wicket:message key="gb.stats">[stats]</wicket:message></th><td><span wicket:id="branchStats">[branch stats]</span> <span class="link"><a wicket:id="metrics"><wicket:message key="gb.metrics">[metrics]</wicket:message></a></span></td></tr>
            <tr><th valign="top"><wicket:message key="gb.url">[URL]</wicket:message></th><td><img style="vertical-align: top; padding-right:5px;" wicket:id="accessRestrictionIcon" /><span wicket:id="repositoryCloneUrl">[repository clone url]</span></td></tr>
         </table>
      </div>
   </div>
@@ -30,16 +32,14 @@
   <!-- commits -->
   <div style="padding-bottom:10px;" wicket:id="commitsPanel">[commits panel]</div>   
   <!-- branches -->
   <div style="padding-bottom:10px;width:400px; float:left;">
      <div wicket:id="branchesPanel">[branches panel]</div>
   </div>
   <!-- tags -->
   <div style="padding-bottom:10px;margin-left:405px;">
      <div wicket:id="tagsPanel">[tags panel]</div>
   </div>
   <div style="padding-bottom:10px;" wicket:id="tagsPanel">[tags panel]</div>
   <!-- branches -->
   <div style="padding-bottom:10px;" wicket:id="branchesPanel">[branches panel]</div>
   
   <!-- markdown readme -->
   <div wicket:id="readme" class="markdown" style="clear:both;padding-bottom:5px;"></div>
</wicket:extend>   
</body>
</html>