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.

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <html xmlns="http://www.w3.org/1999/xhtml" >
  3. <!-- contribute google-code-prettify resources to the page header -->
  4. <wicket:head>
  5. <wicket:link>
  6. <link href="prettify/prettify.css" type="text/css" rel="stylesheet" />
  7. <script type="text/javascript" src="prettify/prettify.js"></script>
  8. </wicket:link>
  9. </wicket:head>
  10. <wicket:extend>
  11. <!-- need to specify body.onload -->
  12. <body onload="prettyPrint()">
  13. <!-- page nav links -->
  14. <div wicket:id="pageLinks">[page links]</div>
  15. <!-- blob nav links -->
  16. <div class="page_nav2">
  17. <span wicket:id="historyLink">[history link]</span> | <span wicket:id="rawLink">[raw link]</span> | <span wicket:id="headLink">[head link]</span>
  18. </div>
  19. <!-- shortlog header -->
  20. <div class="header" wicket:id="shortlog">[shortlog header]</div>
  21. <!-- breadcrumbs -->
  22. <div wicket:id="breadcrumbs">[breadcrumbs]</div>
  23. <!-- blob content -->
  24. <pre wicket:id="blobText">[blob content]</pre>
  25. </body>
  26. </wicket:extend>
  27. </html>