From 99ab5153034053e51630bf529f1fbe57d6361839 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 21 Apr 2007 21:38:24 +0000 Subject: [PATCH] Part 1 of 2: Moving templates out of the default/ folder because we no longer are using this concept of "styles" --- templates/{default => }/blame.tpl | 0 templates/{default => }/blame_line.tpl | 0 templates/{default => }/browse.tpl | 0 templates/{default => }/browse_node.tpl | 0 templates/{default => }/bullet.gif | Bin templates/{default => }/code.css | 0 templates/{default => }/code2.css | 0 templates/{default => }/diff.css | 0 templates/{default => }/diff.tpl | 0 templates/{default => }/diff_file.tpl | 0 templates/{default => }/diff_hunk.tpl | 0 templates/{default => }/diff_line.tpl | 0 templates/{default => }/doctype.tpl | 0 templates/{default => }/file.css | 0 templates/{default => }/file_change.tpl | 0 templates/{default => }/footer.tpl | 0 templates/{default => }/head.gif | Bin templates/{default => }/header.tpl | 0 templates/{default => }/headinclude.tpl | 0 templates/{default => }/index.tpl | 0 templates/{default => }/index_node.tpl | 0 templates/{default => }/log.tpl | 0 templates/{default => }/log_node.tpl | 0 templates/{default => }/main.css | 0 templates/{default => }/pagenav.tpl | 0 templates/{default => }/pagenav_bit.tpl | 0 templates/{default => }/property.tpl | 0 templates/{default => }/select_option.tpl | 0 templates/{default => }/subhead.gif | Bin templates/{default => }/view.tpl | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename templates/{default => }/blame.tpl (100%) rename templates/{default => }/blame_line.tpl (100%) rename templates/{default => }/browse.tpl (100%) rename templates/{default => }/browse_node.tpl (100%) rename templates/{default => }/bullet.gif (100%) rename templates/{default => }/code.css (100%) rename templates/{default => }/code2.css (100%) rename templates/{default => }/diff.css (100%) rename templates/{default => }/diff.tpl (100%) rename templates/{default => }/diff_file.tpl (100%) rename templates/{default => }/diff_hunk.tpl (100%) rename templates/{default => }/diff_line.tpl (100%) rename templates/{default => }/doctype.tpl (100%) rename templates/{default => }/file.css (100%) rename templates/{default => }/file_change.tpl (100%) rename templates/{default => }/footer.tpl (100%) rename templates/{default => }/head.gif (100%) rename templates/{default => }/header.tpl (100%) rename templates/{default => }/headinclude.tpl (100%) rename templates/{default => }/index.tpl (100%) rename templates/{default => }/index_node.tpl (100%) rename templates/{default => }/log.tpl (100%) rename templates/{default => }/log_node.tpl (100%) rename templates/{default => }/main.css (100%) rename templates/{default => }/pagenav.tpl (100%) rename templates/{default => }/pagenav_bit.tpl (100%) rename templates/{default => }/property.tpl (100%) rename templates/{default => }/select_option.tpl (100%) rename templates/{default => }/subhead.gif (100%) rename templates/{default => }/view.tpl (100%) diff --git a/templates/default/blame.tpl b/templates/blame.tpl similarity index 100% rename from templates/default/blame.tpl rename to templates/blame.tpl diff --git a/templates/default/blame_line.tpl b/templates/blame_line.tpl similarity index 100% rename from templates/default/blame_line.tpl rename to templates/blame_line.tpl diff --git a/templates/default/browse.tpl b/templates/browse.tpl similarity index 100% rename from templates/default/browse.tpl rename to templates/browse.tpl diff --git a/templates/default/browse_node.tpl b/templates/browse_node.tpl similarity index 100% rename from templates/default/browse_node.tpl rename to templates/browse_node.tpl diff --git a/templates/default/bullet.gif b/templates/bullet.gif similarity index 100% rename from templates/default/bullet.gif rename to templates/bullet.gif diff --git a/templates/default/code.css b/templates/code.css similarity index 100% rename from templates/default/code.css rename to templates/code.css diff --git a/templates/default/code2.css b/templates/code2.css similarity index 100% rename from templates/default/code2.css rename to templates/code2.css diff --git a/templates/default/diff.css b/templates/diff.css similarity index 100% rename from templates/default/diff.css rename to templates/diff.css diff --git a/templates/default/diff.tpl b/templates/diff.tpl similarity index 100% rename from templates/default/diff.tpl rename to templates/diff.tpl diff --git a/templates/default/diff_file.tpl b/templates/diff_file.tpl similarity index 100% rename from templates/default/diff_file.tpl rename to templates/diff_file.tpl diff --git a/templates/default/diff_hunk.tpl b/templates/diff_hunk.tpl similarity index 100% rename from templates/default/diff_hunk.tpl rename to templates/diff_hunk.tpl diff --git a/templates/default/diff_line.tpl b/templates/diff_line.tpl similarity index 100% rename from templates/default/diff_line.tpl rename to templates/diff_line.tpl diff --git a/templates/default/doctype.tpl b/templates/doctype.tpl similarity index 100% rename from templates/default/doctype.tpl rename to templates/doctype.tpl diff --git a/templates/default/file.css b/templates/file.css similarity index 100% rename from templates/default/file.css rename to templates/file.css diff --git a/templates/default/file_change.tpl b/templates/file_change.tpl similarity index 100% rename from templates/default/file_change.tpl rename to templates/file_change.tpl diff --git a/templates/default/footer.tpl b/templates/footer.tpl similarity index 100% rename from templates/default/footer.tpl rename to templates/footer.tpl diff --git a/templates/default/head.gif b/templates/head.gif similarity index 100% rename from templates/default/head.gif rename to templates/head.gif diff --git a/templates/default/header.tpl b/templates/header.tpl similarity index 100% rename from templates/default/header.tpl rename to templates/header.tpl diff --git a/templates/default/headinclude.tpl b/templates/headinclude.tpl similarity index 100% rename from templates/default/headinclude.tpl rename to templates/headinclude.tpl diff --git a/templates/default/index.tpl b/templates/index.tpl similarity index 100% rename from templates/default/index.tpl rename to templates/index.tpl diff --git a/templates/default/index_node.tpl b/templates/index_node.tpl similarity index 100% rename from templates/default/index_node.tpl rename to templates/index_node.tpl diff --git a/templates/default/log.tpl b/templates/log.tpl similarity index 100% rename from templates/default/log.tpl rename to templates/log.tpl diff --git a/templates/default/log_node.tpl b/templates/log_node.tpl similarity index 100% rename from templates/default/log_node.tpl rename to templates/log_node.tpl diff --git a/templates/default/main.css b/templates/main.css similarity index 100% rename from templates/default/main.css rename to templates/main.css diff --git a/templates/default/pagenav.tpl b/templates/pagenav.tpl similarity index 100% rename from templates/default/pagenav.tpl rename to templates/pagenav.tpl diff --git a/templates/default/pagenav_bit.tpl b/templates/pagenav_bit.tpl similarity index 100% rename from templates/default/pagenav_bit.tpl rename to templates/pagenav_bit.tpl diff --git a/templates/default/property.tpl b/templates/property.tpl similarity index 100% rename from templates/default/property.tpl rename to templates/property.tpl diff --git a/templates/default/select_option.tpl b/templates/select_option.tpl similarity index 100% rename from templates/default/select_option.tpl rename to templates/select_option.tpl diff --git a/templates/default/subhead.gif b/templates/subhead.gif similarity index 100% rename from templates/default/subhead.gif rename to templates/subhead.gif diff --git a/templates/default/view.tpl b/templates/view.tpl similarity index 100% rename from templates/default/view.tpl rename to templates/view.tpl -- 2.22.5