diff options
author | Michi Henning <michi@zeroc.com> | 2007-03-13 06:34:32 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-03-13 06:34:32 +0000 |
commit | dde23c83356998d875f36aad43c97e39a6da4e55 (patch) | |
tree | 17057a8f30d189c7b1cb48b1361e9ae631befddf /cpp/src/slice2html/Gen.cpp | |
parent | Add index/noindex commands for swish-e. (diff) | |
download | ice-dde23c83356998d875f36aad43c97e39a6da4e55.tar.bz2 ice-dde23c83356998d875f36aad43c97e39a6da4e55.tar.xz ice-dde23c83356998d875f36aad43c97e39a6da4e55.zip |
Swish-e changes.
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index 20d9f219684..c663b49bc48 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -678,6 +678,7 @@ Slice::GeneratorBase::printHeaderFooter(const ContainedPtr& c) indexImage = "<img class=\"Button\" src=\"" + path + indexImage + "\" alt=\"Index\"/>"; } + _out << nl << "<!-- SwishCommand noindex -->"; start("div", "HeaderFooter"); start("table", "ButtonTable"); @@ -743,6 +744,8 @@ Slice::GeneratorBase::printHeaderFooter(const ContainedPtr& c) printLogo(c, container, onEnumPage); + _out << nl << "<!-- SwishCommand index>"; + end(); } @@ -1528,6 +1531,7 @@ Slice::StartPageGenerator::~StartPageGenerator() printHeaderFooter(); + _out << nl << "<!-- SwishCommand noindex -->"; _out << nl << "<hr>"; start("h1"); |