X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fshow_new.py;h=19566881ca2d2bdbf6606d8bd1185d3423c0383d;hb=06b17e68fd4a76e7a12f741f26654e55bff05c79;hp=674eca391917220e7c297db232c72520be8d2fc6;hpb=30662a0d8af5ab5873ff7bdd7d59de52c1ce7fb5;p=dak.git diff --git a/dak/show_new.py b/dak/show_new.py old mode 100755 new mode 100644 index 674eca39..19566881 --- a/dak/show_new.py +++ b/dak/show_new.py @@ -29,7 +29,7 @@ import copy, os, sys, time import apt_pkg import examine_package import daklib.database -import daklib.queue +import daklib.queue import daklib.utils # Globals @@ -51,42 +51,42 @@ def html_header(name): """ print "%s - Debian NEW package overview" % (name) print """ - - - -
- + + + +
+ - + Debian Project -
-
- - - +
+ +
+ + + """ print """""" % (name) print """ - - - + + - - -
Debian NEW package overview for %s
+
+
- """ +
+ """ def html_footer(): print "

Timestamp: %s (UTC)

" % (time.strftime("%d.%m.%Y / %H:%M:%S", time.gmtime())) print """ Valid HTML 4.01! - + Valid CSS! """