James Moger
2011-04-04 5fe7df81eb38dc66f2cfc4bf1973863a19f55cf2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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">
<wicket:panel>
    <head>
        <title wicket:id="title">Message goes here</title>
        <link rel="stylesheet" type="text/css" href="gitblit.css"/>
        <link rel="stylesheet" type="text/css" href="gitweb.css"/>
        <link rel="shortcut icon" href="git-favicon.png" type="image/png" />
    </head>
    
    <div class="page_header">
        <a title="gitblit homepage" href="http://gitblit.com/"><img src="gitblt-logo.png" width="91" height="31" 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> 
    </div>
</wicket:panel>
</html>