James Moger
2011-04-04 fc84260e4238fda10842c1bd3b9fb0cb74b95426
1
2
3
4
5
6
7
8
9
10
11
<?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 style="float:right">
            <a title="about git:blit" href="about">About Git:Blit</a>
        </div>
        <div wicket:id="footerText"></div>
    </div>    
</wicket:panel>
</html>