OSDN Git Service

add date to title option implemented.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 3 Dec 2009 02:06:30 +0000 (02:06 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 3 Dec 2009 02:06:30 +0000 (02:06 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@296 4e526526-5e11-4fc0-8910-f8fd03428081

Rec10WEB/trunk/src/rswi.htm

index ca99f05..502ba48 100644 (file)
                 }else{
                     dijit.byId("pentaaudio").setChecked(false);
                 }
+                if (str.indexOf("N")>-1){
+                    dijit.byId("datename").setChecked(true);
+                }else{
+                    dijit.byId("datename").setChecked(false);
+                }
                 if (str.indexOf("S")>-1){
                     dijit.byId("size").setValue("S");
                 }else if (str.indexOf("H")>-1){
                    dojoType="dijit.form.CheckBox"
                    id="2pass" name="2pass" value="2"
                    onClick="setOpts(this)">2passモード</input>
+            <input type="checkbox"
+                   dojoType="dijit.form.CheckBox"
+                   id="datename" name="datename" value="N"
+                   onClick="setOpts(this)">タイトル日付追加</input>
             Options
             <div name="opts"
                  dojoType="dijit.form.ValidationTextBox"