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.

header.mako 569 B

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