James Moger
2011-04-13 94b96b5a98bef254128ccc4f5fc0e0c4376324e4
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>
@@ -28,7 +32,7 @@
         <div style="float:right">
            <a href="http://gitblit.com"><span wicket:id="gbVersion"></span></a> 
         </div>
         <div wicket:id="footerText">[footer text]</div>
         <div wicket:id="userText">[user text]</div>
      </div>
   </body>
</html>