James Moger
2011-04-04 fb01c9c8cc36ac28c895b6b7daad39038f3d17a2
src/com/gitblit/wicket/panels/PageFooter.html
@@ -2,11 +2,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<wicket:panel>
   <div class="page_footer">
      <div class="cachetime"><span wicket:id="cacheTime"></span></div>
      <div class="page_footer_text"><span wicket:id="footerText"></span></div>
      <div class="page_footer_text" style="text-align:right">
      <div style="float:right">
         <span wicket:id="gbVersion"></span> |
         <a title="about git:blit" href="about">About Git:Blit</a>
      </div>
   </div>
      <div wicket:id="footerText"></div>
   </div>
</wicket:panel>
</html>