James Moger
2011-04-06 87c3d714693b216cee9c31cdc5170715c56f541d
1
2
3
4
5
6
7
8
<?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>
    <span class="refs" wicket:id="ref">
        <span wicket:id="refName">ref</span>
    </span>    
</wicket:panel>
</html>