James Moger
2011-05-24 56c549e384b1a648c77bbd09a2cc77976e8a64de
src/com/gitblit/wicket/BasePage.html
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<!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">
   <!-- Head with Wicket-controlled resources in this package -->
   <wicket:head>
         <title wicket:id="title">[page title]</title>
@@ -17,7 +21,9 @@
               <img src="resources/gitblt_25.png" width="79" height="25" alt="gitblit" class="logo"/>
            </wicket:link>
         </a>
         <a href="/"><span wicket:id="siteName">[site name]</span></a> / <span wicket:id="repositoryName">[repository name]</span> <span wicket:id="pageName">[page name]</span>
         <span>
            <a href="/"><span wicket:id="siteName">[site name]</span></a> / <span wicket:id="repositoryName">[repository name]</span> <span wicket:id="pageName">[page name]</span>
         </span>
      </div>
      <!-- page content -->
@@ -26,9 +32,9 @@
      <!-- page footer -->
      <div class="page_footer">
         <div style="float:right">
            <a href="http://gitblit.com"><span wicket:id="gbVersion"></span></a>
            <span wicket:id="gbVersion"></span>
         </div>
         <div wicket:id="footerText">[footer text]</div>
         <div wicket:id="userPanel">[user panel]</div>
      </div>
   </body>
</html>