##// END OF EJS Templates
Update copyright year...
Update copyright year Task-number: QTRD-3083 Change-Id: Ide516e5299d2363953d46bf9dc5e2f9ec277154e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2688:bdd8266c9c7d
r2688:bdd8266c9c7d
Show More
qchart-html-template.qdocconf
49 lines | 1.9 KiB | text/plain | TextLexer
/ doc / docconf / qchart-html-template.qdocconf
Michal Klocek
Refactor documentation...
r330 include(qchart-html.qdocconf)
HTML.postheader = \
"<div class=\"header\" id=\"qtdocheader\">\n" \
" <div class=\"content\"> \n" \
" <img src=\"images/qcharts.png\" alt=\"qcharts\"/>\n" \
Miikka Heikkinen
Fix documentation header...
r2589 " <p class=\"qtcharts\"> \n" \
" <span>Qt Charts</span>\n" \
" </p>\n" \
Michal Klocek
Refactor documentation...
r330 " <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" \
Jani Honkonen
rename introduction.qdoc -> gettingstarted.qdoc
r1483 " <li><a href=\"gettingstarted.html\">Getting started</a></li>\n" \
Michal Klocek
Refactor documentation...
r330 " <li><a href=\"classes.html\">API Classes</a></li>\n" \
Tero Ahola
Began documenting the QML api
r1443 " <li><a href=\"qml.html\">QML API</a></li>\n" \
Michal Klocek
Refactor documentation...
r330 " <li><a href=\"examples.html\">Examples</a></li>\n" \
Jani Honkonen
Add demos to docs
r921 " <li><a href=\"demos.html\">Demos</a></li>\n" \
Michal Klocek
Refactor documentation...
r330 " <!-- 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" \
Titta Heikkala
Update copyright year...
r2688 " <acronym title=\"Copyright\">&copy;</acronym> 2014 Digia." \
Jani Honkonen
Change doc footer Nokia->Digia
r2222 " Qt and Qt logos are trademarks of of Digia Corporation \n" \
Michal Klocek
Refactor documentation...
r330 " 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" \
Miikka Heikkinen
Qt Commercial -> Qt Enterprise...
r2574 " 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" \
Michal Klocek
Refactor documentation...
r330 " 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" \