OSDN Git Service

Update project date from '2002 - 2009' to '2002 - 2010'.
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / documentation / devdocs / custominstall.html
index fe829f7..15e5322 100755 (executable)
@@ -4,7 +4,7 @@
 <head>\r
        <!--\r
                Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
-               Copyright (C) 2002-2009 The Nucleus Group\r
+               Copyright (C) 2002-2010 The Nucleus Group\r
 \r
                This program is free software; you can redistribute it and/or\r
                modify it under the terms of the GNU General Public License\r
                (see nucleus/documentation/index.html#license for more info)\r
 \r
                @license http://nucleuscms.org/license.txt GNU General Public License\r
-               @copyright Copyright (C) 2002-2009 The Nucleus Group\r
+               @copyright Copyright (C) 2002-2010 The Nucleus Group\r
        -->\r
-       <!-- $Id$ -->
-       <!-- $NucleusJP: custominstall.html,v 1.5 2006/07/12 07:11:46 kimitake Exp $ -->
+       <!-- $Id$ -->\r
+       <!-- $NucleusJP: custominstall.html,v 1.5 2006/07/12 07:11:46 kimitake Exp $ -->\r
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
     <link rel="index" href="./index.html" />\r
        <title>Nucleus - インストールスクリプトのカスタマイズ</title>\r
        <link rel="stylesheet" type="text/css" href="styles/manual.css" />\r
+       <script src="http://www.google.com/jsapi"></script>\r
        <script type="text/javascript">\r
-               function fontSizeChange(size) {\r
-                       var elem = document.getElementById('body');\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
+               google.load("jquery", "1");\r
+               google.setOnLoadCallback(function() {\r
+                       $.getScript("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 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
 <div id="body">\r
 \r