2013-02-19 16:54:54 +00:00
|
|
|
#include standard set of HTML header and footer.
|
|
|
|
include(html-config.qdocconf)
|
|
|
|
include(html-header-offline.qdocconf)
|
|
|
|
include(html-footer.qdocconf)
|
|
|
|
|
|
|
|
#uncomment if navigation bar is not wanted
|
|
|
|
#HTML.nonavigationbar = "true"
|
2012-08-30 15:51:30 +00:00
|
|
|
|
2012-11-16 10:48:58 +00:00
|
|
|
HTML.stylesheets = template/style/offline.css
|
2012-12-06 15:17:43 +00:00
|
|
|
HTML.extraimages += template/images/ico_out.png \
|
|
|
|
template/images/ico_note.png \
|
|
|
|
template/images/ico_note_attention.png \
|
|
|
|
template/images/btn_prev.png \
|
|
|
|
template/images/btn_next.png \
|
|
|
|
template/images/bullet_dn.png \
|
|
|
|
template/images/bullet_sq.png \
|
|
|
|
template/images/bgrContent.png
|
|
|
|
|
|
|
|
#specify which files in the output directory should be packed into the qch file.
|
|
|
|
qhp.extraFiles += style/offline.css \
|
|
|
|
images/ico_out.png \
|
|
|
|
images/ico_note.png \
|
|
|
|
images/ico_note_attention.png \
|
|
|
|
images/btn_prev.png \
|
|
|
|
images/btn_next.png \
|
|
|
|
images/bullet_dn.png \
|
|
|
|
images/bullet_sq.png \
|
|
|
|
images/bgrContent.png
|