James Moger
2011-05-11 dfb88962fdbd29f59abe92178bb042738d57c3e1
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"> 
6
232890 7 <body>
cebf45 8 <wicket:extend>
232890 9
cebf45 10     <!-- header -->    
698678 11     <div style="margin-top:5px;" class="header" wicket:id="header">[header]</div>
cebf45 12     
JM 13     <!-- tickets -->    
a645ba 14     <table class="pretty">
232890 15         <tbody>
JM 16                <tr wicket:id="ticket">
cebf45 17                  <td style="padding:0; margin:0;"><div wicket:id="ticketState">[ticket state]</div></td>
JM 18                  <td class="date"><span wicket:id="ticketDate">[ticket date]</span></td>
61b094 19                  <td class="author"><div wicket:id="ticketHandler">[ticket handler]</div></td>
cebf45 20                  <td><div wicket:id="ticketTitle">[ticket title]</div></td>
232890 21                </tr>
JM 22         </tbody>
23     </table>    
cebf45 24
JM 25 </wicket:extend>
232890 26 </body>
JM 27 </html>