James Moger
2012-01-11 04627e5fff260c88120d3f7f01dba052d04c47da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"  
      xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"  
      xml:lang="en"  
      lang="en"> 
<body>
<wicket:extend>
 
    <div wicket:id="federationTokensPanel">[federation tokens panel]</div>
        
    <div style="padding-top: 10px;" wicket:id="federationProposalsPanel">[federation proposals panel]</div>
 
    <div style="padding-top: 10px;" wicket:id="federationRegistrationsPanel">[federation registrations panel]</div>
 
</wicket:extend>
</body>
</html>