author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 3 | 41300fa6a67c |
child 30 | 5dc02b23752f |
permissions | -rw-r--r-- |
0 | 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 |
"</tr></table>" |
|
19 |
||
20 |
HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \ |
|
21 |
"<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ |
|
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
22 |
"<td width=\"40%\" align=\"left\">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \ |
0 | 23 |
"<td width=\"20%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \ |
24 |
"<td width=\"40%\" align=\"right\"><div align=\"right\">Qt \\version</div></td>\n" \ |
|
25 |
"</tr></table></div></address>" |