summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/panels/PageFooter.html
blob: e2e708d7a832cf691c3e217b4e9defbf47c8ec59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>
	<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">
			<a title="about git:blit" href="about">About Git:Blit</a>
		</div>
	</div>	
</wicket:panel>
</html>