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.

RepositoriesPage.html 955B

123456789101112131415161718192021222324252627
  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. <wicket:head>
  7. <wicket:link>
  8. <link href="/com/gitblit/wicket/resources/markdown.css" type="text/css" rel="stylesheet" />
  9. </wicket:link>
  10. </wicket:head>
  11. <body>
  12. <wicket:extend>
  13. <!-- Filler div -->
  14. <div style="padding-top:18px;"></div>
  15. <div style="text-align:center;padding-bottom:5px;" wicket:id="feedback">[Feedback Panel]</div>
  16. <div class="markdown" style="margin-top:-0.5em;padding-bottom:5px;" wicket:id="repositoriesMessage">[repositories message]</div>
  17. <div wicket:id="repositoriesPanel">[repositories panel]</div>
  18. <div style="padding-top: 10px;"wicket:id="usersPanel">[users panel]</div>
  19. </wicket:extend>
  20. </body>
  21. </html>