2012-08-30 15:51:30 +00:00
|
|
|
HTML.nobreadcrumbs = "true"
|
|
|
|
|
|
|
|
HTML.stylesheets = global/style/offline.css
|
|
|
|
|
|
|
|
HTML.headerstyles = \
|
|
|
|
" <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n"
|
|
|
|
|
|
|
|
HTML.endheader = \
|
|
|
|
"</head>\n" \
|
|
|
|
|
2012-05-11 08:40:07 +00:00
|
|
|
HTML.footer = \
|
|
|
|
"<div class=\"footer\">\n" \
|
|
|
|
" <p>\n" \
|
2012-09-24 15:16:47 +00:00
|
|
|
" <acronym title=\"Copyright\">©</acronym> 2012 Digia Plc and/or its\n" \
|
2012-05-11 08:40:07 +00:00
|
|
|
" 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" \
|
2012-09-24 15:16:47 +00:00
|
|
|
" Digia, Qt and their respective logos are trademarks of Digia Plc \n" \
|
2012-05-11 08:40:07 +00:00
|
|
|
" 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" \
|
|
|
|
|