summaryrefslogtreecommitdiffstats
path: root/doc/docconf/qchart-html-template.qdocconf
blob: b399afbc646dacb5ebcf3982eda99befc03709be (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
42
43
44
45
46
47
48
49
include(qchart-html.qdocconf)

HTML.postheader = \
    "<div class=\"header\" id=\"qtdocheader\">\n" \
    "  <div class=\"content\"> \n" \
    "    <img src=\"images/qcharts.png\" alt=\"qcharts\"/>\n" \
    "    <p class=\"qtcharts\"> \n" \
    "       <span>Qt Charts</span>\n" \
    "    </p>\n" \
    "    <p class=\"qtref\"> \n" \
    "       <span>Reference Documentation</span>\n" \
    "    </p>\n" \
    "  </div>\n" \
    "  <div class=\"breadcrumb toolblock\">\n" \
    "    <ul>\n" \
    "      <li class=\"first\"><a href=\"index.html\">About</a></li>\n" \
    "      <li><a href=\"gettingstarted.html\">Getting started</a></li>\n" \
    "      <li><a href=\"classes.html\">API Classes</a></li>\n" \
    "      <li><a href=\"qml.html\">QML API</a></li>\n" \
    "      <li><a href=\"examples.html\">Examples</a></li>\n" \
    "      <li><a href=\"demos.html\">Demos</a></li>\n" \
    "      <!--  Breadcrumbs go here -->\n"

HTML.postpostheader = \
    "    </ul>\n" \
    "  </div>\n" \
    "</div>\n" \
    "<div class=\"content mainContent\">\n"

HTML.footer = \
    "  <div class=\"ft\">\n" \
    "    <span></span>\n" \
    "  </div>\n" \
    "</div> \n" \
    "<div class=\"footer\">\n" \
    "  <p>\n" \
    "     <acronym title=\"Copyright\">&copy;</acronym> 2014 Digia." \
    "     Qt and Qt logos are trademarks of of Digia Corporation \n" \
    "     in Finland and/or other countries worldwide.</p>\n" \
    "  <p>\n" \
    "     All other trademarks are property of their respective owners.</p>\n" \
    "  <br />\n" \
    "  <p>\n" \
    "    Licensees holding valid Qt Enterprise licenses may use this document in accordance with the" \
    "    Qt Enterprise License Agreement provided with the Software or, alternatively, in accordance" \
    "    with the terms contained in a written agreement between you and Digia.</p>\n" \
    "  <p>\n" \
    "     <img src=\"images/digia_logo.png\" alt=\"digia\" /></p>\n" \
    "</div>\n" \