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.

LogPanel.html 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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"><i class="icon-refresh"></i> <b><span wicket:id="header">[log header]</span></b></div>
  10. <table class="pretty">
  11. <tbody>
  12. <tr class="hidden-phone hidden-tablet">
  13. <td wicket:id="graph" class="graph"><img wicket:id="image"></img></td>
  14. <td></td>
  15. <td></td>
  16. <td></td>
  17. <td></td>
  18. <td></td>
  19. <td></td>
  20. </tr>
  21. <tr class="commit" wicket:id="commit">
  22. <td class="date" style="width:6em;"><span wicket:id="commitDate">[commit date]</span></td>
  23. <td class="hidden-phone author ellipsize"><span wicket:id="commitAuthor">[commit author]</span></td>
  24. <td class="hidden-phone icon"><img wicket:id="commitIcon" /></td>
  25. <td class="message ellipsize">
  26. <table class="nestedTable">
  27. <tr>
  28. <td class="ellipsize"><span style="vertical-align:middle;" wicket:id="commitShortMessage">[commit short message]</span></td>
  29. <td><div style="text-align:right;" wicket:id="commitRefs">[commit refs]</div></td>
  30. </tr>
  31. </table>
  32. </td>
  33. <td class="hidden-phone hidden-tablet rightAlign"><span wicket:id="hashLink">[hash link]</span></td>
  34. <td class="hidden-phone hidden-tablet rightAlign" style="white-space: nowrap;">
  35. <span class="link">
  36. <a wicket:id="diff"><wicket:message key="gb.diff"></wicket:message></a> | <a wicket:id="tree"><wicket:message key="gb.tree"></wicket:message></a>
  37. </span>
  38. </td>
  39. </tr>
  40. </tbody>
  41. </table>
  42. <div wicket:id="moreLogs">[more...]</div>
  43. </wicket:panel>
  44. </body>
  45. </html>