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.

BranchesPanel.html 1.1KB

1234567891011121314151617181920212223242526272829303132
  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:panel>
  8. <!-- header -->
  9. <div class="header" wicket:id="branches">[branches header]</div>
  10. <table class="pretty">
  11. <tbody>
  12. <tr wicket:id="branch">
  13. <td class="date"><span wicket:id="branchDate">[branch date]</span></td>
  14. <td><span wicket:id="branchName">[branch name]</span></td>
  15. <td><span wicket:id="branchType">[branch type]</span></td>
  16. <td class="rightAlign">
  17. <span class="link">
  18. <a wicket:id="log"><wicket:message key="gb.log"></wicket:message></a> | <a wicket:id="tree"><wicket:message key="gb.tree"></wicket:message></a>
  19. </span>
  20. </td>
  21. </tr>
  22. </tbody>
  23. </table>
  24. <div wicket:id="allBranches">[all branches]</div>
  25. </wicket:panel>
  26. </body>
  27. </html>