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

1234567891011121314151617181920212223242526272829303132333435
  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. <div class="search">
  12. <form wicket:id="searchForm">
  13. <select wicket:id="searchType"/>
  14. <input type="text" id="searchBox" wicket:id="searchBox" size="25" value=""/>
  15. </form>
  16. </div>
  17. <!-- page nav links -->
  18. <div class="page_nav">
  19. <a style="text-decoration: none;" wicket:id="syndication">
  20. <img style="border:0px;vertical-align:middle;" src="/com/gitblit/wicket/resources/feed_16x16.png"></img>
  21. </a>
  22. <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>
  23. </div>
  24. </div>
  25. <div style="text-align:center;" wicket:id="feedback">[Feedback Panel]</div>
  26. <!-- page content -->
  27. <wicket:child />
  28. </wicket:extend>
  29. </body>
  30. </html>