|
1 HTML.stylesheets = classic.css |
|
2 HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \ |
|
3 "<tr>\n" \ |
|
4 "<td align=\"left\" valign=\"top\" width=\"32\">" \ |
|
5 "<a href=\"http://qt.nokia.com/\"><img src=\"images/qt-logo.png\" align=\"left\" border=\"0\" /></a>" \ |
|
6 "</td>\n" \ |
|
7 "<td width=\"1\"> </td>" \ |
|
8 "<td class=\"postheader\" valign=\"center\">" \ |
|
9 "<a href=\"index.html\">" \ |
|
10 "<font color=\"#004faf\">Home</font></a> ·" \ |
|
11 " <a href=\"classes.html\">" \ |
|
12 "<font color=\"#004faf\">All Classes</font></a> ·" \ |
|
13 " <a href=\"functions.html\">" \ |
|
14 "<font color=\"#004faf\">All Functions</font></a> ·" \ |
|
15 " <a href=\"overviews.html\">" \ |
|
16 "<font color=\"#004faf\">Overviews</font></a>" \ |
|
17 "</td>" \ |
|
18 "<td class=\"searchBar\" align=\"right\" valign=\"center\">" \ |
|
19 "<form action=\"http://www.google.com/cse\" id=\"cse-search-box\">" \ |
|
20 "<div>" \ |
|
21 "<input type=\"hidden\" name=\"cx\" value=\"000136343326384750312:dhbxnqlakyu\" />" \ |
|
22 "<input type=\"hidden\" name=\"ie\" value=\"UTF-8\" />" \ |
|
23 "<input type=\"text\" name=\"q\" size=\"31\" />" \ |
|
24 "<input type=\"submit\" name=\"sa\" value=\"Search\" />" \ |
|
25 "</div>" \ |
|
26 "</form>" \ |
|
27 "</td>\n" \ |
|
28 "</tr></table>" |
|
29 |
|
30 HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \ |
|
31 "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ |
|
32 "<td width=\"40%\" align=\"left\">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \ |
|
33 "<td width=\"20%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \ |
|
34 "<td width=\"40%\" align=\"right\"><div align=\"right\">Qt \\version</div></td>\n" \ |
|
35 \ |
|
36 "<script type=\"text/javascript\" src=\"http://www.google.com/jsapi\"></script>" \ |
|
37 "<script type=\"text/javascript\">google.load(\"elements\", \"1\", {packages: \"transliteration\"});</script>" \ |
|
38 "<script type=\"text/javascript\" src=\"http://www.google.com/coop/cse/t13n?form=cse-search-box&t13n_langs=en\"></script>" \ |
|
39 \ |
|
40 "<script type=\"text/javascript\" src=\"http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en\"></script>"\ |
|
41 "</tr></table></div></address>" |