tools/qdoc3/test/qt-html-templates_zh_CN.qdocconf
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 21:20:32 +0300
changeset 34 a33bf25e6f72
parent 30 5dc02b23752f
child 37 758a864f9613
permissions -rw-r--r--
Revision: 201033 Kit: 201035

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>"