blob: c18e4f0f9c98e2fe3a7066bcbed3ba5adbe4ddaf (
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
|
HTML.stylesheets = classic.css
HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \
"<tr>\n" \
"<td align=\"left\" valign=\"top\" width=\"32\">" \
"<a href=\"http://qt.nokia.com/\"><img src=\"images/qt-logo.png\" align=\"left\" border=\"0\" /></a>" \
"</td>\n" \
"<td width=\"1\"> </td>" \
"<td class=\"postheader\" valign=\"center\">" \
"<a href=\"index.html\">" \
"<font color=\"#004faf\">Home</font></a> ·" \
" <a href=\"modules.html\">" \
"<font color=\"#004faf\">Modules</font></a> ·" \
" <a href=\"classes.html\">" \
"<font color=\"#004faf\">Classes</font></a> ·" \
" <a href=\"functions.html\">" \
"<font color=\"#004faf\">Functions</font></a> ·" \
" <a href=\"namespaces.html\">" \
"<font color=\"#004faf\">Namespaces</font></a>" \
"</td>" \
"<td class=\"searchBar\" align=\"right\" valign=\"center\">" \
"<form action=\"http://www.google.com/cse\" id=\"cse-search-box\">" \
"<div>" \
"<input type=\"hidden\" name=\"cx\" value=\"000136343326384750312:dhbxnqlakyu\" />" \
"<input type=\"hidden\" name=\"ie\" value=\"UTF-8\" />" \
"<input type=\"text\" name=\"q\" size=\"31\" />" \
"<input type=\"submit\" name=\"sa\" value=\"Search\" />" \
"</div>" \
"</form>" \
"<script type=\"text/javascript\" src=\"http://www.google.com/coop/cse/brand?form=cse-search-box;lang=en\"></script>" \
"</td>\n" \
"</tr></table>"
HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
"<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
"<td width=\"30%\" align=\"left\">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \
"<td width=\"40%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \
"<td width=\"30%\" align=\"right\"><div align=\"right\">Qt \\version</div></td>\n" \
"</tr></table></div></address>"
|