summaryrefslogtreecommitdiffstats
path: root/doc-snapshot/templates/qt-html-templates-snapshot.qdocconf
blob: a733ed98dd3d1c84ea3c8df18e398d5feb8037d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#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"

HTML.stylesheets =  template/style/online.css
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 \
                    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

#Google Analytics script
HTML.headerscripts = \
    "<script src=\"scripts/superfish.js\" type=\"text/javascript\"></script>\n" \
    "<script src=\"scripts/narrow.js\" type=\"text/javascript\"></script>\n\n" \
    "<script type=\"text/javascript\">\n" \
    "  \n" \
    "  var _gaq = _gaq || [];\n" \
    "  _gaq.push(['_setAccount', 'UA-35529873-1']);\n" \
    "  _gaq.push(['_trackPageview']);\n" \
    "  \n" \
    "  (function() {\n" \
    "    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n" \
    "    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n" \
    "    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n" \
    "  })();\n" \
    "  \n" \
    "</script>\n\n" \