You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
  3. <wicket:panel>
  4. <head>
  5. <title wicket:id="title">Message goes here</title>
  6. <link rel="stylesheet" type="text/css" href="gitblit.css"/>
  7. <link rel="shortcut icon" href="gitblt-favicon.png" type="image/png" />
  8. </head>
  9. <div class="page_header">
  10. <a title="gitblit homepage" href="http://gitblit.com/"><img src="gitblt_25.png" width="79" height="25" alt="gitblit" class="logo"/></a><a href="/"><span wicket:id="siteName">name</span></a> / <span wicket:id="repositoryName">name</span> <span wicket:id="pageName">name</span>
  11. </div>
  12. </wicket:panel>
  13. </html>