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.

ForkPage.html 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738
  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:head>
  8. <noscript>
  9. <meta http-equiv="refresh" content="5"></meta>
  10. </noscript>
  11. <script type="text/javascript"">
  12. function doLoad() { setTimeout( "refresh()", 5*1000 ); }
  13. function refresh() { window.location.reload(); }
  14. </script>
  15. </wicket:head>
  16. <wicket:extend>
  17. <!-- need to specify body.onload -->
  18. <body onload="doLoad()">
  19. <div class="row">
  20. <div class="span6 offset3">
  21. <div style="opacity:0.2;">
  22. <center><img style="padding:10px" src="git-black_210x210.png"></img></center>
  23. </div>
  24. <div wicket:id="forkText" class="pageTitle project" style="border:0;font-weight:bold; text-align:center;">[fork text]</div>
  25. </div>
  26. <div class="span4 offset4">
  27. <div class="progress progress-striped active">
  28. <div class="bar" style="width: 100%;"></div>
  29. </div>
  30. </div>
  31. </div>
  32. </body>
  33. </wicket:extend>
  34. </body>
  35. </html>