From 92fb2d2676629aaf7e9667e4aa5e808a263e0837 Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 21 Oct 2001 11:42:15 +0000 Subject: [PATCH] Committed the changes to the templates for file indexes. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@325 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/templates/classic/html/file.index | 10 ++++++++-- roundup/templates/classic/htmlbase.py | 8 +++++++- roundup/templates/extended/html/file.index | 10 ++++++++-- roundup/templates/extended/htmlbase.py | 8 +++++++- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/roundup/templates/classic/html/file.index b/roundup/templates/classic/html/file.index index c6c76be..d8d7209 100644 --- a/roundup/templates/classic/html/file.index +++ b/roundup/templates/classic/html/file.index @@ -1,9 +1,15 @@ - + - + + + + + + + diff --git a/roundup/templates/classic/htmlbase.py b/roundup/templates/classic/htmlbase.py index 0240c7b..23f0103 100644 --- a/roundup/templates/classic/htmlbase.py +++ b/roundup/templates/classic/htmlbase.py @@ -5,11 +5,17 @@ fileDOTindex = """ - + + + + + + + """ diff --git a/roundup/templates/extended/html/file.index b/roundup/templates/extended/html/file.index index c22c80d..50c1697 100644 --- a/roundup/templates/extended/html/file.index +++ b/roundup/templates/extended/html/file.index @@ -1,9 +1,15 @@ - + - + + + + + + + diff --git a/roundup/templates/extended/htmlbase.py b/roundup/templates/extended/htmlbase.py index f32f5b2..f3e4386 100644 --- a/roundup/templates/extended/htmlbase.py +++ b/roundup/templates/extended/htmlbase.py @@ -5,11 +5,17 @@ fileDOTindex = """ - + + + + + + + """ -- 2.30.2