OSDN Git Service

UPDATE: update version history and change version to 3.41 RC for testing purposes
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / documentation / tips.html
index d8791ed..4cb463c 100755 (executable)
@@ -3,7 +3,20 @@
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja-JP" xml:lang="ja-JP">\r
 <head>\r
-       <!-- $Id: tips.html,v 1.7 2007-04-25 07:01:16 kimitake Exp $ -->\r
+       <!--\r
+               Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+               Copyright (C) 2002-2009 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
+               as published by the Free Software Foundation; either version 2\r
+               of the License, or (at your option) any later version.\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
+       -->\r
+       <!-- $Id$ -->\r
        <!-- $NucleusJP: tips.html,v 1.6 2007/02/04 06:28:45 kimitake Exp $ -->\r
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
     <meta http-equiv="Content-Style-Type" content="text/css" />\r
             font-style: italic;\r
         }\r
     </style>\r
+       <script src="http://www.google.com/jsapi"></script>\r
+       <script type="text/javascript">\r
+               google.load("jquery", "1", {uncompressed:true});\r
+               google.setOnLoadCallback(function() {\r
+                       $.getScript("devdocs/javascript/fontsizeChanger.js");\r
+                       var prm = 0;\r
+                       $("#txtTotal").val("000");\r
+                       $("input[type='checkbox']").click(function() {\r
+                               if ($(this).attr("checked") == true)\r
+                                       prm += parseInt($(this).val());\r
+                               else if (prm >= $(this).val())\r
+                                       prm -= parseInt($(this).val());\r
+                               $("#txtTotal").val(zeroFormat(prm));\r
+                       });\r
+               });\r
+               function zeroFormat(num) {\r
+                       if (num < 1)\r
+                               return "000";\r
+                       var ret = String(num);\r
+                       while(ret.length < 3){\r
+                               ret = "0" + num;\r
+                       }\r
+                       return ret;\r
+               }\r
+       </script>\r
 </head>\r
 <body>\r
-\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
 <div class="heading">\r
 Tips &amp; Suggestions\r
 </div>\r
@@ -177,7 +220,7 @@ Windows版では、「FFFTP」というソフトを例に用いて説明させ
 </p>\r
 \r
 <div class="screenshot">\r
-       <img src="pics/screen4.png" width="682" height="379" alt="menu" />\r
+       <img src="pics/screen4.png" width="370" height="257" alt="menu" />\r
 </div>\r
 \r
 <p>\r
@@ -202,84 +245,6 @@ MacOS上で動作する日本語が使えるFTPクライアントでは、「Fet
 または、下記の表にチェックを入れてみて指示されているパーミッション値になるようにテストしてみても良いかと思います。\r
 <!-- (上記のWindows版FTPソフトの設定画面とは縦軸と横軸が逆になっていますので混同しないように。) -->\r
 </p>\r
-<script type="text/javascript">\r
-\r
-//************************************************************\r
-//javascript by @うさ http://usagi-js.com/\r
-// mod by しづき\r
-//************************************************************/\r
-var nCurrentValue;\r
-function ResetValue()\r
-{\r
-       nCurrentValue = 0;\r
-}\r
-function CheckValue()\r
-{\r
-       var frm = document.getElementById('frmSample');\r
-       //リセット\r
-       ResetValue()\r
-       //全てをチェック\r
-//     if (document.frmSample.chkValue11.checked)\r
-       if (frm.chkValue11.checked)\r
-       {\r
-//             nCurrentValue = eval(document.frmSample.chkValue11.value);\r
-               nCurrentValue = eval(frm.chkValue11.value);\r
-       }\r
-//     if (document.frmSample.chkValue12.checked)\r
-       if (frm.chkValue12.checked)\r
-       {\r
-//             nCurrentValue += eval(document.frmSample.chkValue12.value);\r
-               nCurrentValue += eval(frm.chkValue12.value);\r
-       }\r
-//     if (document.frmSample.chkValue13.checked)\r
-       if (frm.chkValue13.checked)\r
-       {\r
-//             nCurrentValue += eval(document.frmSample.chkValue13.value);\r
-               nCurrentValue += eval(frm.chkValue13.value);\r
-       }\r
-//     if (document.frmSample.chkValue21.checked)\r
-       if (frm.chkValue21.checked)\r
-       {\r
-//             nCurrentValue += eval(document.frmSample.chkValue21.value);\r
-               nCurrentValue += eval(frm.chkValue21.value);\r
-       }\r
-//     if (document.frmSample.chkValue22.checked)\r
-       if (frm.chkValue22.checked)\r
-       {\r
-//             nCurrentValue += eval(document.frmSample.chkValue22.value);\r
-               nCurrentValue += eval(frm.chkValue22.value);\r
-       }\r
-//     if (document.frmSample.chkValue23.checked)\r
-       if (frm.chkValue23.checked)\r
-       {\r
-//             nCurrentValue += eval(document.frmSample.chkValue23.value);\r
-               nCurrentValue += eval(frm.chkValue23.value);\r
-       }\r
-//     if (document.frmSample.chkValue31.checked)\r
-       if (frm.chkValue31.checked)\r
-       {\r
-//             nCurrentValue += eval(document.frmSample.chkValue31.value);\r
-               nCurrentValue += eval(frm.chkValue31.value);\r
-       }\r
-//     if (document.frmSample.chkValue32.checked)\r
-       if (frm.chkValue32.checked)\r
-       {\r
-//             nCurrentValue += eval(document.frmSample.chkValue32.value);\r
-               nCurrentValue += eval(frm.chkValue32.value);\r
-       }\r
-//     if (document.frmSample.chkValue33.checked)\r
-       if (frm.chkValue33.checked)\r
-       {\r
-//             nCurrentValue += eval(document.frmSample.chkValue33.value);\r
-               nCurrentValue += eval(frm.chkValue33.value);\r
-       }\r
-       //表示\r
-//     document.frmSample.txtTotal.value=nCurrentValue;\r
-       frm.txtTotal.value=nCurrentValue;\r
-}\r
-\r
-</script>\r
-\r
 <form id="frmSample" action="#">\r
 <table style="margin:auto;text-align:center;" summary="パーミッション設定"><tr>\r
 <td> </td>\r
@@ -289,26 +254,26 @@ function CheckValue()
 </tr>\r
 <tr>\r
 <td>読む</td>\r
-<td><input type="checkbox" name="chkValue11" value="400" onkeypress="CheckValue()" onclick="CheckValue()" tabindex="10001" /></td>\r
-<td><input type="checkbox" name="chkValue21" value="40" onkeypress="CheckValue()" onclick="CheckValue()" tabindex="10004" /></td>\r
-<td><input type="checkbox" name="chkValue31" value="4" onkeypress="CheckValue()" onclick="CheckValue()" tabindex="10007" /></td>\r
+<td><input type="checkbox" id="chkValue11" name="chkValue11" value="400" tabindex="10001" /></td>\r
+<td><input type="checkbox" id="chkValue21" name="chkValue21" value="40" tabindex="10004" /></td>\r
+<td><input type="checkbox" id="chkValue31" name="chkValue31" value="4" tabindex="10007" /></td>\r
 </tr>\r
 <tr>\r
 <td>書込</td>\r
-<td><input type="checkbox" name="chkValue12" value="200" onkeypress="CheckValue()" onclick="CheckValue()" tabindex="10002" /></td>\r
-<td><input type="checkbox" name="chkValue22" value="20" onkeypress="CheckValue()" onclick="CheckValue()" tabindex="10005" /></td>\r
-<td><input type="checkbox" name="chkValue32" value="2" onkeypress="CheckValue()" onclick="CheckValue()" tabindex="10008" /></td>\r
+<td><input type="checkbox" id="chkValue12" name="chkValue12" value="200" tabindex="10002" /></td>\r
+<td><input type="checkbox" id="chkValue22" name="chkValue22" value="20" tabindex="10005" /></td>\r
+<td><input type="checkbox" id="chkValue32" name="chkValue32" value="2" tabindex="10008" /></td>\r
 </tr>\r
 <tr>\r
 <td>検索/実行</td>\r
-<td><input type="checkbox" name="chkValue13" value="100" onkeypress="CheckValue()" onclick="CheckValue()" tabindex="10003" /></td>\r
-<td><input type="checkbox" name="chkValue23" value="10" onkeypress="CheckValue()" onclick="CheckValue()" tabindex="10006" /></td>\r
-<td><input type="checkbox" name="chkValue33" value="1" onkeypress="CheckValue()" onclick="CheckValue()" tabindex="10009" /></td>\r
+<td><input type="checkbox" id="chkValue13" name="chkValue13" value="100" tabindex="10003" /></td>\r
+<td><input type="checkbox" id="chkValue23" name="chkValue23" value="10" tabindex="10006" /></td>\r
+<td><input type="checkbox" id="chkValue33" name="chkValue33" value="1" tabindex="10009" /></td>\r
 </tr>\r
 <tr>\r
 <td colspan="4" style="text-align:center;">\r
 パーミッション値(直接入力はできません)<br />\r
-<input type="text" name="txtTotal" readonly="readonly" value=""  tabindex="10010" />\r
+<input type="text" id="txtTotal" name="txtTotal" readonly="readonly" value=""  tabindex="10010" />\r
 \r
 </td>\r
 </tr></table>\r
@@ -466,8 +431,10 @@ selector();
 &lt;!-- page content --&gt;\r
 &lt;div id="container"&gt;\r
 &lt;div class="content"&gt;\r
-ここはハイキング好きの仲間たちのサイトです。私たちは、アメリカ、カナダ、ヨーロッパで、合計4000マイルを越えるハイキングをしてきました。\r
-このサイトを通じて、皆さんと経験を共有したいと思います。私たちはハイキングが、誰もノ楽しみの一つであると信じています。\r
+ここはハイキング好きの仲間たちのサイトです。\r
+私たちは、アメリカ、カナダ、ヨーロッパで、合計4000マイルを越えるハイキングをしてきました。\r
+このサイトを通じて、皆さんと経験を共有したいと思います。\r
+私たちはハイキングが、誰もの楽しみの一つであると信じています。\r
 &lt;br /&gt;&lt;br /&gt;\r
 コミュニティに参加したい人は -&gt; をクリック: (...アカウント発行ページへのリンク...)\r
 &lt;br /&gt;&lt;br /&gt;\r
@@ -494,6 +461,6 @@ selector();
 <p><strong>注意:</strong>もし、既に用意してある<code>About.html</code>を使いたい時は、ファイルを<code>skins/default/</code>ディレクトリ(デフォルトスキン使用時)に置き、スキンパーツに<code>&lt;%include(About.html)%&gt;</code>と書くだけで、その内容を取り込むことができます。そしてその内容はほぼ無制限です。</p>\r
 \r
 <p>(<a href="http://www.iai.com/">ftruscot</a>より)</p>\r
-\r
+</div>\r
 </body>\r
 </html>\r