summaryrefslogtreecommitdiffstats
path: root/doc/global/qt-html-templates-online.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/global/qt-html-templates-online.qdocconf')
-rw-r--r--doc/global/qt-html-templates-online.qdocconf90
1 files changed, 90 insertions, 0 deletions
diff --git a/doc/global/qt-html-templates-online.qdocconf b/doc/global/qt-html-templates-online.qdocconf
new file mode 100644
index 0000000000..4e6770d2f3
--- /dev/null
+++ b/doc/global/qt-html-templates-online.qdocconf
@@ -0,0 +1,90 @@
+HTML.nobreadcrumbs = "true"
+
+HTML.stylesheets = template/style/online.css
+extraimages.HTML = images/btn_next_green.png \
+ images/box_bg.png \
+ images/page.png \
+ images/arrow_down.png \
+ images/btn_prev.png \
+ images/blu_dot.png \
+ images/ico_note_attention.png \
+ images/btn_prev_green.png \
+ images/bg_ll_blank.png \
+ images/btn_next.png \
+ images/bg_l_blank.png \
+ images/ico_note.png \
+ images/home.png \
+ images/ico_out.png \
+ images/header_bg.png \
+ images/page_bg.png \
+ images/bg_l.png \
+ images/bg_r.png \
+ images/breadcrumb.png \
+ images/bullet_dn.png \
+ images/feedbackground.png \
+ images/bullet_gt.png \
+ images/arrow.png \
+ images/bullet_sq.png \
+ images/bullet_up.png \
+ images/sprites-combined.png \
+ images/horBar.png \
+ images/bg_ul_blank.png \
+ images/bgrContent.png \
+
+
+HTML.headerstyles = \
+ " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/online.css\" />\n"
+
+HTML.endheader = \
+ "</head>\n" \
+ "<body>\n" \
+ " <header>\n" \
+ " <div class=\"nav\">\n" \
+ " <a href=\"http://qt-project.org/\">Qt Home</a>\n" \
+ " <a href=\"https://bugreports.qt-project.org/\">Bug Tracker</a>\n" \
+ " <a href=\"https://codereview.qt-project.org/\">Code Review</a>\n" \
+ " </div>\n" \
+ " <a href=\"http://qt-project.org/\">\n" \
+ " <img src=\"http://doc-snapshot.qt-project.org/images/logo.png\" alt=\"Qt\"></img>\n" \
+ " </a>\n" \
+ " <h1 >Reference Documentation Snapshots</h1>\n" \
+ " <div class=\"nav-main\">\n" \
+ " <div class=\"nav-main-content\">\n" \
+ " <a href=\"http://qt-project.org/doc\">Qt Releases</a>\n" \
+ " </div>\n" \
+ " <div class=\"nav-main-content\">\n" \
+ " <a href=\"http://doc-snapshot.qt-project.org\">Snapshots</a>\n" \
+ " </div>\n" \
+ " <div class=\"nav-main-content\">\n" \
+ " <a href=\"http://doc.qt.digia.com\">Archives</a>\n" \
+ " </div>\n" \
+ " </div>\n" \
+ "</header>\n" \
+ "<div class=\"content\">\n" \
+ " <div class=\"line\">\n" \
+ " <div class=\"content mainContent\">\n" \
+
+HTML.footer = \
+ " </div>\n" \
+ " </div>\n" \
+ "</div>\n" \
+ "<div class=\"footer\">\n" \
+ " <p>\n" \
+ " <acronym title=\"Copyright\">&copy;</acronym> 2012 Digia Plc and/or its\n" \
+ " subsidiaries. Documentation contributions included herein are the copyrights of\n" \
+ " their respective owners.</p>\n" \
+ " <br />\n" \
+ " <p>\n" \
+ " The documentation provided herein is licensed under the terms of the\n" \
+ " <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU Free Documentation\n" \
+ " License version 1.3</a> as published by the Free Software Foundation.</p>\n" \
+ " <p>\n" \
+ " Documentation sources may be obtained from <a href=\"http://www.qt-project.org\">\n" \
+ " www.qt-project.org</a>.</p>\n" \
+ " <br />\n" \
+ " <p>\n" \
+ " Digia, Qt and their respective logos are trademarks of Digia Plc \n" \
+ " in Finland and/or other countries worldwide. All other trademarks are property\n" \
+ " of their respective owners. <a title=\"Privacy Policy\"\n" \
+ " href=\"http://en.gitorious.org/privacy_policy/\">Privacy Policy</a></p>\n" \
+ "</div>\n" \