From: richard Date: Sun, 21 Oct 2001 11:42:15 +0000 (+0000) Subject: Committed the changes to the templates for file indexes. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=92fb2d2676629aaf7e9667e4aa5e808a263e0837;p=roundup.git 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 --- 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 = """ - + + + + + + + """