OSDN Git Service

バージョンチェックのジャンプ先を日本公式に変更
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / documentation / index.html
index 3f230df..116244d 100755 (executable)
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
                <title>Nucleus CMS マニュアル</title>\r
                <link rel="stylesheet" type="text/css" href="styles/manual.css" />\r
-       <script type="text/javascript">\r
-               function fontSizeChange(size) {\r
-                       var elem = document.getElementsByTagName('body')[0];\r
-                       var flrg = document.getElementById('fontLarge');\r
-                       var fmdl = document.getElementById('fontMiddle');\r
-                       var fsml = document.getElementById('fontSmall');\r
-                       switch(size) {\r
-                               case 'l':\r
-                                       elem.style.fontSize = 'large';\r
-                                       flrg.style.fontWeight = 'bold';\r
-                                       fmdl.style.fontWeight = 'normal';\r
-                                       fsml.style.fontWeight = 'normal';\r
-                                       break;\r
-                               case 'm':\r
-                                       elem.style.fontSize = 'medium';\r
-                                       flrg.style.fontWeight = 'normal';\r
-                                       fmdl.style.fontWeight = 'bold';\r
-                                       fsml.style.fontWeight = 'normal';\r
-                                       break;\r
-                               case 's':\r
-                                       elem.style.fontSize = 'small';\r
-                                       flrg.style.fontWeight = 'normal';\r
-                                       fmdl.style.fontWeight = 'normal';\r
-                                       fsml.style.fontWeight = 'bold';\r
-                                       break;\r
-                       }\r
-                       \r
-               }\r
-       </script>\r
+               <script src="http://www.google.com/jsapi"></script>\r
+               <script type="text/javascript">\r
+                       google.load("jquery", "1");\r
+                       google.setOnLoadCallback(function() {\r
+                               $.getScript("devdocs/javascript/fontsizeChanger.js");\r
+                       });\r
+               </script>\r
        </head>\r
        <body>\r
-<div id="fontSizeCanger">\r
-<a href="#top" onClick="fontSizeChange('s');return false;" id="fontSmall">小</a>\r
-<a href="#top" onClick="fontSizeChange('m');return false;" id="fontMiddle">中</a>\r
-<a href="#top" onClick="fontSizeChange('l');return false;" id="fontLarge">大</a>\r
-</div>\r
+               <div id="fontSizeChanger">\r
+               <a href="#top" id="f_small">小</a>\r
+               <a href="#top" id="f_medium">中</a>\r
+               <a href="#top" id="f_large">大</a>\r
+               </div>\r
+\r
+       <div id="body">\r
 \r
                <div class="heading">\r
                        Nucleus CMS マニュアル\r
@@ -485,7 +465,7 @@ More information is available on the <a href="http://www.nucleuscms.org/convert.
                        <li><a href="http://forum.nucleuscms.org/groupcp.php?g=3">フォーラムを取り仕切ってくださっている方々</a> や <a href="http://forum.nucleuscms.org/memberlist.php?mode=posts&amp;order=DESC">フォーラムに来てくださっている方々</a>にも厚く御礼申し上げます。</li>\r
                </ul>\r
 \r
-\r
+       </div>\r
 \r
        </body>\r
 </html>
\ No newline at end of file