summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/test/qt-html-templates_zh_CN.qdocconf
blob: 5fb68cff52946e4a59b2d465d88451fd4cb36ebc (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
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\">&nbsp;&nbsp;</td>" \
                          "<td class=\"postheader\" valign=\"center\">" \
                          "<a href=\"http://qt.nokia.com/doc/4.7/index.html\">" \
                          "<font color=\"#004faf\">主页</font></a>&nbsp;&middot;" \
                          " <a href=\"http://qt.nokia.com/doc/4.7/classes.html\">" \
                          "<font color=\"#004faf\">所有类</font></a>&nbsp;&middot;" \
                          " <a href=\"http://qt.nokia.com/doc/4.7/functions.html\">" \
                          "<font color=\"#004faf\">所有函数</font></a>&nbsp;&middot;" \
                          " <a href=\"http://qt.nokia.com/doc/4.7/overviews.html\">" \
                          "<font color=\"#004faf\">简介</font></a>" \
                          "</td>" \
                          "</tr></table>"

HTML.footer             = "<p /><address><hr /><div align=\"center\">\n" \
                          "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
                          "<td width=\"40%\" align=\"left\">版权所有 &copy; 2010 诺基亚公司和/或其子公司</td>\n" \
                          "<td width=\"20%\" align=\"center\"><a href=\"trademarks.html\">商标</a></td>\n" \
                          "<td width=\"40%\" align=\"right\"><div align=\"right\">Qt \\version</div></td>\n" \
                          "</tr></table></div></address>"