James Moger
2011-04-04 fb01c9c8cc36ac28c895b6b7daad39038f3d17a2
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>
    <!-- page path links -->
    <div class="page_path">    
        <span wicket:id="path">
            <span wicket:id="pathLink"></span> <span wicket:id="pathSeparator"></span>
        </span>
    </div>
</wicket:panel>
</html>