A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
123456789101112131415161718192021222324
  1. <%page args="environ, title, slug=None"/>\
  2. <%!
  3. from os import path
  4. %>\
  5. <%
  6. root = path.dirname(environ["SCRIPT_NAME"])
  7. this = environ["PATH_INFO"]
  8. pretty = path.split(root)[0]
  9. if not slug:
  10. slug = path.split(this)[1]
  11. %>\
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
  14. <head>
  15. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  16. <title>${title} - earwig@toolserver</title>
  17. <link rel="stylesheet" href="${root}/static/css/main.css" type="text/css" />
  18. </head>
  19. <body>
  20. <div id="header">
  21. <h1 id="head"><a class="dark" href="${pretty}">earwig</a><span class="light">@</span><a class="mid" href="http://wiki.toolserver.org/">toolserver</a><span class="light">:</span><a class="dark" href="${this}">${slug}</a></h1>
  22. <h2 id="links"><span class="light">&gt;</span> <a class="dark" href="${pretty}/index">home</a> <span class="light">&#124;</span> <a class="dark" href="${pretty}/copyvios">copyvios</a></h2>
  23. </div>
  24. <div id="container">