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.
 
 
 
 
 

17 regels
610 B

  1. <%page args="environ, title"/>\
  2. <%!
  3. from os import path
  4. %>\
  5. <%
  6. root = path.dirname(environ["SCRIPT_NAME"])
  7. pretty = path.split(root)[0]
  8. %>\
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
  11. <head>
  12. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  13. <title>${title} - earwig@toolserver</title>
  14. <link rel="stylesheet" href="${root}/static/css/main.css" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="container">