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.

пре 13 година
пре 13 година
пре 13 година
12345678910111213141516171819202122232425262728
  1. <%page args="environ"/>\
  2. <%!
  3. from os import path
  4. %>\
  5. <% root = path.dirname(environ["SCRIPT_NAME"]) %>\
  6. </div>
  7. <div id="footer">
  8. <div id="foot-divider"></div>
  9. <table id="footer">
  10. <tr>
  11. <td>
  12. <a href="http://wiki.toolserver.org/"><img src="${root}/static/images/toolserver-button.png" title="Powered by the Wikimedia Toolserver" alt="Powered by the Wikimedia Toolserver" /></a>
  13. </td>
  14. <td>
  15. <p>Copyright &copy; 2009&ndash;2012 <a href="http://earwig.github.com/">Ben Kurtovic</a> &bull; \
  16. <a href="mailto:earwig@toolserver.org">Contact</a> &bull; \
  17. <a href="https://github.com/earwig/toolserver">View Source</a> &bull; \
  18. <a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a>
  19. </p>
  20. </td>
  21. <td>
  22. <a href="http://en.wikipedia.org/wiki/User:The_Earwig"><img src="${root}/static/images/earwig-button.png" title="Powered by Earwig Technology" alt="Powered by Earwig Technology" /></a>
  23. </td>
  24. </tr>
  25. </table>
  26. </div>
  27. </body>
  28. </html>