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.

BranchesPage.html 757B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <html xmlns="http://www.w3.org/1999/xhtml" >
  3. <body>
  4. <wicket:extend>
  5. <!-- page nav links -->
  6. <div wicket:id="pageLinks">[page links]</div>
  7. <!-- shortlog -->
  8. <div style="margin-top:5px;" class="header" wicket:id="summary">[header]</div>
  9. <table class="pretty">
  10. <tbody>
  11. <tr wicket:id="branch">
  12. <td class="date"><span wicket:id="branchDate">[branch date]</span></td>
  13. <td><div wicket:id="branchName">[branch name]</div></td>
  14. <td><div wicket:id="branchType">[branch type]</div></td>
  15. <td class="rightAlign"><span wicket:id="branchLinks">[branch links]</span></td>
  16. </tr>
  17. </tbody>
  18. </table>
  19. </wicket:extend>
  20. </body>
  21. </html>