summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/test/qt-html-templates_ja_JP.qdocconf
blob: f5f191513f7e46fd116fb9d0dcd79babe4608990 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
include(qt-html-default-styles.qdocconf)

HTML.postheader = \
    " <div class=\"header\" id=\"qtdocheader\">\n" \
    "  <div class=\"wrap\">\n" \
    "    <div class=\"toolbar\">\n" \
    "      <div class=\"breadcrumb toolblock\">\n" \
    "        <ul>\n" \
    "          <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \
    "          <!--  Bread crumbs goes here -->\n"

HTML.postpostheader = \
    "            </ul>\n" \
    "          </div>\n" \
    "          <div class=\"toolbuttons toolblock\">\n" \
    "            <ul>\n" \
    "              <li id=\"smallA\" class=\"t_button\">A</li>\n" \
    "              <li id=\"medA\" class=\"t_button active\">A</li>\n" \
    "              <li id=\"bigA\" class=\"t_button\">A</li>\n" \
    "              <li id=\"print\" class=\"t_button\"><a href=\"javascript:this.print();\">\n" \
    "                <span>Print</span></a></li>\n" \
    "            </ul>\n" \
    "          </div>\n" \
    "        </div>\n" \
    "        <div class=\"content\">\n"

HTML.footer = \
    "        <!-- /div -->\n" \
    "        <div class=\"feedback t_button\">\n" \
    "          [+] Documentation Feedback</div>\n" \
    "      </div>\n" \
    "    </div>\n" \
    "    <div class=\"ft\">\n" \
    "      <span></span>\n" \
    "    </div>\n" \
    "  </div> \n" \
    "  <div class=\"footer\">\n" \
    "    <p>\n" \
    "      <acronym title=\"Copyright\">&copy;</acronym> 2008-2010 Nokia Corporation and/or its\n" \
    "      subsidiaries. Qt and their respective logos are trademarks of Digia Plc \n" \
    "      in Finland and/or other countries worldwide.</p>\n" \
    "    <p>\n" \
    "      All other trademarks are property of their respective owners. <a title=\"Privacy Policy\"\n" \
    "        href=\"http://qt.digia.com/about/privacy-policy\">Privacy Policy</a></p>\n" \
    "    <br />\n" \
    "    <p>\n" \
    "      Licensees holding valid Qt Commercial licenses may use this document in accordance with the" \
    "      Qt Commercial License Agreement provided with the Software or, alternatively, in accordance" \
    "      with the terms contained in a written agreement between you and Digia.</p>\n" \
    "    <p>\n" \
    "      Alternatively, this document may be used under the terms of the <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU\n" \
    "      Free Documentation License version 1.3</a>\n" \
    "      as published by the Free Software Foundation.</p>\n" \
    "  </div>\n" \
    "  <div id=\"feedbackBox\">\n" \
    "      <div id=\"feedcloseX\" class=\"feedclose t_button\">X</div>\n" \
    "    <form id=\"feedform\" action=\"http://doc.qt.nokia.com/docFeedbck/feedback.php\" method=\"get\">\n" \
    "      <p><textarea id=\"feedbox\" name=\"feedText\" rows=\"5\" cols=\"40\">Please submit your feedback...</textarea></p>\n" \
    "      <p><input id=\"feedsubmit\" class=\"feedclose\" type=\"submit\" name=\"feedback\" /></p>\n" \
    "    </form>\n" \
    "  </div>\n" \
    "  <div id=\"blurpage\">\n" \
    "  </div>\n"