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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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"><img style="vertical-align: top;" src="commit_branch_16x16.png"></img><span wicket:id="branches">[branches header]</span></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 class="author"><span wicket:id="branchAuthor">[branch author]</span></td>
  16. <td><span wicket:id="branchLog">[branch log]</span></td>
  17. <td class="rightAlign">
  18. <span wicket:id="branchLinks"></span>
  19. </td>
  20. </tr>
  21. </tbody>
  22. </table>
  23. <div wicket:id="allBranches">[all branches]</div>
  24. <!-- branch page links -->
  25. <wicket:fragment wicket:id="branchPageLinks">
  26. <span class="link">
  27. <a wicket:id="log"><wicket:message key="gb.log"></wicket:message></a> | <a wicket:id="tree"><wicket:message key="gb.tree"></wicket:message></a> | <a wicket:id="metrics"><wicket:message key="gb.metrics"></wicket:message></a> | <a wicket:id="syndication"><wicket:message key="gb.feed"></wicket:message></a>
  28. </span>
  29. </wicket:fragment>
  30. <!-- branch panel links -->
  31. <wicket:fragment wicket:id="branchPanelLinks">
  32. <span class="link">
  33. <a wicket:id="log"><wicket:message key="gb.log"></wicket:message></a> | <a wicket:id="tree"><wicket:message key="gb.tree"></wicket:message></a>
  34. </span>
  35. </wicket:fragment>
  36. </wicket:panel>
  37. </body>
  38. </html>