diff options
-rw-r--r-- | templates/__init__.py | 0 | ||||
-rw-r--r-- | templates/skeleton.tmpl | 36 |
2 files changed, 0 insertions, 36 deletions
diff --git a/templates/__init__.py b/templates/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/templates/__init__.py +++ /dev/null diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl deleted file mode 100644 index 745dbcf..0000000 --- a/templates/skeleton.tmpl +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> - <head> - <title>$title</title> - <link rel="stylesheet" type="text/css" - href="$conf.root_url/static/css/patches.css"/> - <base href="$conf.root_url/" /> - </head> - <body> - <div class="pageheader"> - <img alt="[patchlogo]" src="$conf.root_url/static/img/swirlpatch.png"/> - <p> <a href="$conf.root_url/">Debian patch tracking system </a> </p> - <div class="breadcrumb"> - #set $crumblinks = [$link($conf.root_url+"/"+b[0],b[1]) for b in $crumbs] - #for $i in $crumblinks - - $i - #end for - </div> <!-- breadcrumb --> - </div> - $body - <div class="pagefooter"> - page code/design/content is copyright (c) 2008 sean finney - <seanius@debian.org>. <br/> - patches viewed/retrieved through this system are copyrighted by - their respective authors. <br/> - <a href="http://git.debian.org/?p=users/seanius/patch-tracker.git"> - browse git repo - </a> - - - <a href="http://git.debian.org/git/users/seanius/patch-tracker.git"> - clone git repo - </a> - </div> <!-- pagefooter --> - </body> -</html> |