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 lines
1.6 KiB

  1. <%page args="environ, cookies"/>\
  2. <%!
  3. from os import path
  4. %>\
  5. <%
  6. root = path.dirname(environ["SCRIPT_NAME"])
  7. pretty = path.split(root)[0]
  8. %>\
  9. </div>
  10. <div id="footer">
  11. <div id="foot-divider"></div>
  12. <table id="footer-box">
  13. <tr>
  14. <td>
  15. <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>
  16. </td>
  17. <td>
  18. <p>Copyright &copy; 2009&ndash;2012 <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> &bull; \
  19. <a href="mailto:earwig@toolserver.org">Contact</a> &bull; \
  20. <a href="https://github.com/earwig/toolserver">View Source</a> &bull; \
  21. % if ("EarwigBackground" in cookies and cookies["EarwigBackground"].value in ["potd", "list"]) or "EarwigBackground" not in cookies:
  22. <a id="bg_image_link" href="">Background</a> &bull; \
  23. % endif
  24. <a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a>
  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>