OSDN Git Service

add date to title option implemented.
[rec10/rec10-git.git] / 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"