57 lines
2.4 KiB
Plaintext
57 lines
2.4 KiB
Plaintext
include(qt-html-default-styles.qdocconf)
|
|
|
|
HTML.postheader = \
|
|
" <div class=\"header\" id=\"qtdocheader\">\n" \
|
|
" <div class=\"wrap\">\n" \
|
|
" <div class=\"toolbar\">\n" \
|
|
" <div class=\"breadcrumb toolblock\">\n" \
|
|
" <ul>\n" \
|
|
" <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \
|
|
" <!-- Bread crumbs goes here -->\n"
|
|
|
|
HTML.postpostheader = \
|
|
" </ul>\n" \
|
|
" </div>\n" \
|
|
" <div class=\"toolbuttons toolblock\">\n" \
|
|
" <ul>\n" \
|
|
" <li id=\"smallA\" class=\"t_button\">A</li>\n" \
|
|
" <li id=\"medA\" class=\"t_button active\">A</li>\n" \
|
|
" <li id=\"bigA\" class=\"t_button\">A</li>\n" \
|
|
" <li id=\"print\" class=\"t_button\"><a href=\"javascript:this.print();\">\n" \
|
|
" <span>Print</span></a></li>\n" \
|
|
" </ul>\n" \
|
|
" </div>\n" \
|
|
" </div>\n" \
|
|
" <div class=\"content\">\n"
|
|
|
|
HTML.footer = \
|
|
" <!-- /div -->\n" \
|
|
" <div class=\"feedback t_button\">\n" \
|
|
" [+] Documentation Feedback</div>\n" \
|
|
" </div>\n" \
|
|
" </div>\n" \
|
|
" <div class=\"ft\">\n" \
|
|
" <span></span>\n" \
|
|
" </div>\n" \
|
|
" </div> \n" \
|
|
" <div class=\"footer\">\n" \
|
|
" <p>\n" \
|
|
" <acronym title=\"Copyright\">©</acronym> 2015 The Qt Company Ltd.\n" \
|
|
" 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" \
|
|
" Qt and respective logos are trademarks of The Qt Company Ltd \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" \
|