From 29b94fd6448cbacaa30452cc1f7f294ee00c68d4 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 28 Jun 2011 14:19:44 +0000 Subject: [PATCH] 0021240: EDF OTHER: Impossible to go back to gui documentation after going to tui one - Add "Home" link on geompy doc pages in order to allow getting back to the main page --- configure.ac | 1 + doc/salome/gui/SMESH/doxyfile_py.in | 2 +- doc/salome/gui/SMESH/static/header.html | 12 ---------- doc/salome/gui/SMESH/static/header_py.html.in | 23 +++++++++++++++++++ 4 files changed, 25 insertions(+), 13 deletions(-) delete mode 100755 doc/salome/gui/SMESH/static/header.html create mode 100644 doc/salome/gui/SMESH/static/header_py.html.in diff --git a/configure.ac b/configure.ac index 642079280..22154ba84 100644 --- a/configure.ac +++ b/configure.ac @@ -481,6 +481,7 @@ AC_OUTPUT([ \ doc/salome/gui/SMESH/doxyfile \ doc/salome/gui/SMESH/doxyfile_py \ doc/salome/gui/SMESH/static/header.html \ + doc/salome/gui/SMESH/static/header_py.html \ doc/salome/tui/Makefile \ doc/salome/tui/doxyfile \ doc/salome/tui/static/header.html \ diff --git a/doc/salome/gui/SMESH/doxyfile_py.in b/doc/salome/gui/SMESH/doxyfile_py.in index 24803a00a..94359dfd5 100755 --- a/doc/salome/gui/SMESH/doxyfile_py.in +++ b/doc/salome/gui/SMESH/doxyfile_py.in @@ -110,7 +110,7 @@ EXAMPLE_PATH = @top_srcdir@/src/SMESH_SWIG #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = smeshpy_doc -HTML_HEADER = @builddir@/static/header.html +HTML_HEADER = @builddir@/static/header_py.html HTML_FOOTER = @srcdir@/static/footer.html HTML_STYLESHEET = @srcdir@/static/doxygen.css TOC_EXPAND = YES diff --git a/doc/salome/gui/SMESH/static/header.html b/doc/salome/gui/SMESH/static/header.html deleted file mode 100755 index a70a95e30..000000000 --- a/doc/salome/gui/SMESH/static/header.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - $title - - -
-
-SALOME documentation central -
-
diff --git a/doc/salome/gui/SMESH/static/header_py.html.in b/doc/salome/gui/SMESH/static/header_py.html.in new file mode 100644 index 000000000..36e6a0c38 --- /dev/null +++ b/doc/salome/gui/SMESH/static/header_py.html.in @@ -0,0 +1,23 @@ + + + + +$title + + + + + + + + + + + +
+
Version: @VERSION@
+
Home
+ +
-- 2.39.2