A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
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.
 
 
 
 
 

34 rivejä
1.6 KiB

  1. <%page args="environ"/>\
  2. <%namespace name="bash" file="/bash.mako" import="get_bash"/>\
  3. <%!
  4. from os import path
  5. %>\
  6. <%
  7. root = path.dirname(environ["SCRIPT_NAME"])
  8. pretty = path.split(root)[0]
  9. %>\
  10. </div>
  11. <div id="footer">
  12. <div id="foot-divider"></div>
  13. <table id="footer-box">
  14. <tr>
  15. <td>
  16. <a href="https://wiki.toolserver.org/"><img src="${root}/static/images/toolserver-button.png" title="Powered by the Wikimedia Toolserver" alt="Powered by the Wikimedia Toolserver" /></a>
  17. </td>
  18. <td>
  19. <p>Copyright &copy; 2009&ndash;2012 <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> &bull; \
  20. <a href="mailto:earwig@toolserver.org">Contact</a> &bull; \
  21. <a href="https://github.com/earwig/toolserver">View Source</a> &bull; \
  22. <a id="bg_image_link" href="">Background</a> &bull; \
  23. <a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a><br />
  24. <i><a class="black" href="${pretty}/bash">"${get_bash()}"</a></i>
  25. </p>
  26. </td>
  27. <td>
  28. <a href="http://earwig.github.com/"><img src="${root}/static/images/earwig-button.png" title="Powered by Earwig Technology" alt="Powered by Earwig Technology" /></a>
  29. </td>
  30. </tr>
  31. </table>
  32. </div>
  33. </body>
  34. </html>