summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorivan <ivan>2009-02-24 10:09:25 +0000
committerivan <ivan>2009-02-24 10:09:25 +0000
commitb3ba253520c5886e6a80d180beaac934b7092fff (patch)
tree414948a85ef1ac5e06021955db9f7a99cc26d4cd /conf
parentddec196978bc99c3273a62103993407097c08dc7 (diff)
more bootstrapping bs
Diffstat (limited to 'conf')
-rw-r--r--conf/report_template14
1 files changed, 0 insertions, 14 deletions
diff --git a/conf/report_template b/conf/report_template
deleted file mode 100644
index 9c6bb2b4a..000000000
--- a/conf/report_template
+++ /dev/null
@@ -1,14 +0,0 @@
-{ sprintf("%-19s", "Page $page of $total_pages"); } {
- my $spacer = (40 - length($title) > 0) ? 40 - length($title) : 0;
- $spacer = int($spacer / 2);
- my $titlelen = 40 - $spacer;
- sprintf("%*s%-*s", $spacer, " ", $titlelen, $title);
- } { use Date::Format; time2str("%x %X", $date); }
-
-
-{
- join("\n", map { $_ } report_lines(57));
-}
-
-
-