|
@@ -1,7 +1,10 @@ |
|
|
<%! from flask import g, request %>\ |
|
|
|
|
|
|
|
|
<%! |
|
|
|
|
|
from datetime import datetime |
|
|
|
|
|
from flask import g, request |
|
|
|
|
|
%>\ |
|
|
</div> |
|
|
</div> |
|
|
<div id="footer"> |
|
|
<div id="footer"> |
|
|
<p>Copyright © 2009–2014 <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> • \ |
|
|
|
|
|
|
|
|
<p>Copyright © 2009–${datetime.now().year} <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> • \ |
|
|
<a href="${request.script_root}/api">API</a> • \ |
|
|
<a href="${request.script_root}/api">API</a> • \ |
|
|
<a href="https://github.com/earwig/copyvios">Source Code</a> • \ |
|
|
<a href="https://github.com/earwig/copyvios">Source Code</a> • \ |
|
|
% if ("CopyviosBackground" in g.cookies and g.cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in g.cookies: |
|
|
% if ("CopyviosBackground" in g.cookies and g.cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in g.cookies: |
|
|