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.
 
 
 
 
 

15 lines
742 B

  1. <%page args="environ, cookies"/>\
  2. <%namespace module="copyvios.background" import="get_desc_url"/>\
  3. </div>
  4. <div id="footer">
  5. <p>Copyright &copy; 2009&ndash;2014 <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> &bull; \
  6. <a href="https://github.com/earwig/copyvios">View Source</a> &bull; \
  7. % if ("CopyviosBackground" in cookies and cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in cookies:
  8. <a href="${get_desc_url() | h}">Background</a> &bull; \
  9. % endif
  10. <a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a>
  11. </p>
  12. </div>
  13. </body>
  14. </html>