OSDN Git Service

fix many many bugs.
[rec10/rec10-git.git] / Rec10WEB / trunk / src / iepg_add.htm
index 71b4439..60b5193 100644 (file)
@@ -1,10 +1,10 @@
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Rec10 Simple Web Interface ver.0.7.0 iEPGデータ追加</title>
-    <script src="./dojo/dojo/dojo.js" djConfig="parseOnLoad:true">
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+        <title>Rec10 Simple Web Interface ver.0.7.0 iEPGデータ追加</title>
+        <script src="./dojo/dojo/dojo.js" djConfig="parseOnLoad:true">
         </script>
         <!-- テーマの読み込み -->
         <style type="text/css">
             dojo.require("dijit.form.ValidationTextBox");
             dojo.require("dijit.form.FilteringSelect");
         </script>
-  </head>
-  <body class="tundra">
-    <div dojoType="dijit.form.Form" action="rec10web.py" onExecute="this.submit()">
-        <h1>Rec10 Simple Web Interface ver.0.7.0 iEPGデータ追加</h1><br>
-        <input type="text"
+    </head>
+    <body class="tundra">
+        <div dojoType="dijit.form.Form" action="rec10web.py" onExecute="this.submit()">
+            <h1>Rec10 Simple Web Interface ver.0.7.0 iEPGデータ追加</h1><br>
+            <input type="text"
                    length="40"
                    dojoType="dijit.form.TextBox"
                    value="<!--iepg_title-value//-->"
                    id="iepg_station"
-        name="iepg_station">
-        <select name="iepg_chtxt"
+                   name="iepg_station">
+            <select name="iepg_chtxt"
                     dojoType="dijit.form.FilteringSelect"
                     autocomplete="false"
                     value="<!--ch-value//-->"
                     onChange="setType">
                 <!--text_for_replace_chtxt_input//-->
-        </select>
-        <div dojoType="dijit.form.Button" type="submit">追加</div>
-        <div name="exec"
+            </select>
+            <div dojoType="dijit.form.Button" type="submit">追加</div>
+            <div name="exec"
                  dojoType="dijit.form.ValidationTextBox"
                  value="iepg-add_yes"
                  style="display:none">
+            </div>
         </div>
-    </div>
-  </body>
+    </body>
 </html>