A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

35 lines
1.7 KiB

  1. <%page args="environ, cookies"/>\
  2. <%namespace module="toolserver.background" import="get_desc_url"/>\
  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;2013 <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. % if ("EarwigBackground" in cookies and cookies["EarwigBackground"].value in ["potd", "list"]) or "EarwigBackground" not in cookies:
  23. <a href="${get_desc_url() | h}">Background</a> &bull; \
  24. % endif
  25. <a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a>
  26. </p>
  27. </td>
  28. <td>
  29. <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>
  30. </td>
  31. </tr>
  32. </table>
  33. </div>
  34. </body>
  35. </html>