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.

RepositoryPage.html 1.3KB

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:extend>
  8. <!-- page header bar -->
  9. <div>
  10. <!-- floating search form on right -->
  11. <form wicket:id="searchForm">
  12. <div class="search">
  13. <select wicket:id="searchType"/>
  14. <input type="text" id="searchBox" wicket:id="searchBox" size="25" value=""/>
  15. </div>
  16. </form>
  17. <!-- page nav links -->
  18. <div class="page_nav">
  19. <a wicket:id="summary"><wicket:message key="gb.summary"></wicket:message></a> | <a wicket:id="log"><wicket:message key="gb.log"></wicket:message></a> | <a wicket:id="branches"><wicket:message key="gb.branches"></wicket:message></a> | <a wicket:id="tags"><wicket:message key="gb.tags"></wicket:message></a> | <a wicket:id="tree"><wicket:message key="gb.tree"></wicket:message></a> <span wicket:id="extra"><span wicket:id="extraSeparator"></span><span wicket:id="extraLink"></span></span>
  20. </div>
  21. </div>
  22. <div style="text-align:center;" wicket:id="feedback">[Feedback Panel]</div>
  23. <!-- page content -->
  24. <wicket:child />
  25. </wicket:extend>
  26. </body>
  27. </html>