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.

SearchPanel.html 1.2KB

12345678910111213141516171819202122232425262728293031
  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="header">[search header]</div>
  10. <table class="pretty">
  11. <tbody>
  12. <tr wicket:id="commit">
  13. <td class="date"><span wicket:id="commitDate">[commit date]</span></td>
  14. <td class="author"><span wicket:id="commitAuthor">[commit author]</span></td>
  15. <td class="icon"><img wicket:id="commitIcon" /></td>
  16. <td><div class="references" wicket:id="commitRefs">[commit refs]</div><span wicket:id="commitShortMessage">[commit short message]</span></td>
  17. <td class="rightAlign">
  18. <span class="link">
  19. <a wicket:id="commit"><wicket:message key="gb.commit"></wicket:message></a> | <a wicket:id="commitdiff"><wicket:message key="gb.commitdiff"></wicket:message></a> | <a wicket:id="tree"><wicket:message key="gb.tree"></wicket:message></a>
  20. </span>
  21. </td>
  22. </tr>
  23. </tbody>
  24. </table>
  25. </wicket:panel>
  26. </body>
  27. </html>