James Moger
2011-09-12 831469ba89ea8bca3bfbd1d662dbdd2c9f233798
commit | author | age
1e47ab 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
JM 2 <html xmlns="http://www.w3.org/1999/xhtml"  
3       xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"  
4       xml:lang="en"  
5       lang="en"> 
c3f4f1 6 <wicket:head>
5450d0 7        <link href="markdown.css" type="text/css" rel="stylesheet" />
c3f4f1 8 </wicket:head>
1e47ab 9
5fe7df 10 <body>
00afd7 11 <wicket:extend>
JM 12     <!-- Filler div -->
13     <div style="padding-top:18px;"></div>
14         
15     <div style="text-align:center;padding-bottom:5px;" wicket:id="feedback">[Feedback Panel]</div>
7ba0ec 16     
00afd7 17     <div class="markdown" style="margin-top:-0.5em;padding-bottom:5px;" wicket:id="repositoriesMessage">[repositories message]</div>
bc9d4a 18     
a4d249 19     <div wicket:id="repositoriesPanel">[repositories panel]</div>
00afd7 20
a4d249 21     <div style="padding-top: 10px;"wicket:id="usersPanel">[users panel]</div>
831469 22     
JM 23     <div style="padding-top: 10px;"wicket:id="federationTokensPanel">[federation tokens panel]</div>
24
25     <div style="padding-top: 10px;"wicket:id="federationProposalsPanel">[federation proposals panel]</div>
26
27     <div style="padding-top: 10px;"wicket:id="federationRegistrationsPanel">[federation registrations panel]</div>
00afd7 28         
cebf45 29 </wicket:extend>
5fe7df 30 </body>
JM 31 </html>