OSDN Git Service

support TIDEJI HD.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 1 Oct 2009 01:20:25 +0000 (01:20 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 1 Oct 2009 01:20:25 +0000 (01:20 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@168 4e526526-5e11-4fc0-8910-f8fd03428081

Rec10WEB/trunk/src/rswi.htm

index 659f7c5..17fa59d 100644 (file)
@@ -69,6 +69,7 @@
                 str=str.replace("H","");
                 str=str.replace("F","");
                 str=str.replace("Q","");
+                str=str.replace("T","")
                 str=str+s;
                 //alert("Selected "+str);
                 dijit.byId("opts").setValue(str);
                     dijit.byId("size").setValue("F");
                 }else if (str.indexOf("Q")>-1){
                     dijit.byId("size").setValue("Q");
+                }else if (str.indexOf("T")>-1){
+                    dijit.byId("size").setValue("T");
                 }else{
                     changeSize();
                 }
                 <option selected="selected" value="S">SD画質(720x480)</option>
                 <option value="H">HD画質(1280x720)</option>
                 <option value="Q">WQVG画質(400x240)</option>
+                <option value="T">地デジHD画質(1440x1080)</option>
                 <option value="F">FULLHD画質(1920x1080)</option>
                 <input type="checkbox"
                        dojoType="dijit.form.CheckBox"