2013-02-19 16:54:54 +00:00
|
|
|
#include standard set of HTML header and footer.
|
|
|
|
include(html-config.qdocconf)
|
|
|
|
include(html-header-online.qdocconf)
|
|
|
|
include(html-footer.qdocconf)
|
|
|
|
|
|
|
|
#uncomment if navigation bar is not wanted
|
|
|
|
#HTML.nonavigationbar = "true"
|
2012-11-19 12:45:44 +00:00
|
|
|
|
|
|
|
HTML.stylesheets = template/style/online.css
|
2012-12-18 16:04:01 +00:00
|
|
|
HTML.extraimages += template/images/ico_out.png \
|
|
|
|
template/images/ico_note.png \
|
2012-11-19 14:37:21 +00:00
|
|
|
template/images/ico_note_attention.png \
|
2012-12-18 16:04:01 +00:00
|
|
|
template/images/btn_prev.png \
|
2012-11-19 14:37:21 +00:00
|
|
|
template/images/btn_next.png \
|
|
|
|
template/images/bullet_dn.png \
|
|
|
|
template/images/bullet_sq.png \
|
2013-06-11 15:19:11 +00:00
|
|
|
template/images/bgrContent.png \
|
|
|
|
template/images/Qt-logo.png \
|
|
|
|
template/images/Qt-dark_gradient.png \
|
|
|
|
template/images/Qt-footer-bg.jpg \
|
|
|
|
template/images/Qt-footer_shadow.png \
|
|
|
|
template/images/Qt-gradient.png \
|
|
|
|
template/images/Qt-header-bg.jpg
|