A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

18 行
716 B

  1. <%!
  2. from datetime import datetime
  3. from flask import g, request
  4. %>\
  5. </div>
  6. <div id="footer">
  7. <ul>
  8. <li>Maintained by <a href="https://en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a></li>
  9. <li><a href="${request.script_root}/api">API</a></li>
  10. <li><a href="https://github.com/earwig/copyvios">Source code</a></li>
  11. % if ("CopyviosBackground" in g.cookies and g.cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in g.cookies:
  12. <li><a href="${g.descurl | h}">Background image</a></li>
  13. % endif
  14. </ul>
  15. </div>
  16. </body>
  17. </html>