You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TicketsPage.html 930B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  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. <body>
  7. <wicket:extend>
  8. <!-- header -->
  9. <div style="margin-top:5px;" class="header" wicket:id="header">[header]</div>
  10. <!-- tickets -->
  11. <table class="pretty">
  12. <tbody>
  13. <tr wicket:id="ticket">
  14. <td style="padding:0; margin:0;"><div wicket:id="ticketState">[ticket state]</div></td>
  15. <td class="date"><span wicket:id="ticketDate">[ticket date]</span></td>
  16. <td class="author"><div wicket:id="ticketHandler">[ticket handler]</div></td>
  17. <td><div wicket:id="ticketTitle">[ticket title]</div></td>
  18. </tr>
  19. </tbody>
  20. </table>
  21. </wicket:extend>
  22. </body>
  23. </html>