]> git.parisson.com Git - telecaster-client.git/commitdiff
add fjp confs, free comment
authoryomguy <>
Wed, 23 Sep 2009 13:49:40 +0000 (13:49 +0000)
committeryomguy <>
Wed, 23 Sep 2009 13:49:40 +0000 (13:49 +0000)
etc/pre-barreau_conferences.xml
webview.py

index 0e16ed3e30b072b9509e005774d42e9814854a82..a0a367d90e490bf67fd55c44c30035515464304a 100644 (file)
@@ -1,6 +1,6 @@
 <telecaster>
     <url>http://localhost</url>
-    <title>Pre-Barreau - ICP</title>
+    <title>Pre-Barreau - Telecaster 1</title>
     <port>8000</port>
     <format>mp3</format>
     
     <department>
         <name>FJP</name>
         <conferences>
+            <conference>
+                <name>Actualisation</name>
+            </conference> 
             <conference>
                 <name>TEST</name>
             </conference>
index a597454905cd3f20a39966bc1a29e9d00f2337ec..65b552a6134699d5347c193bded17364fae5e7c2 100644 (file)
@@ -222,11 +222,14 @@ class WebView(FieldStorage):
             print "<option value=\""+professor['name']+"\">"+professor['name']+"</option>"
         print "</select></TD></TR>"
         print "<TR><TH align=\"left\">Commentaire:</TH>"
-        print "<TD><select name=\"comment\">"
-        print "<option selected>...........Choisissez un commentaire...........</option>"
-        for comment in self.comments:
-            print "<option value=\""+comment['text']+"\">"+comment['text']+"</option>"
-        print "</select></TD></TR>"
+        print "<TD><INPUT type = text name = \"comment\"></TD></TR>"
+
+        #print "<TD><select name=\"comment\">"
+        #print "<option selected>...........Choisissez un commentaire...........</option>"
+        #for comment in self.comments:
+        #    print "<option value=\""+comment['text']+"\">"+comment['text']+"</option>"
+        #print "</select></TD></TR>"
+
         print "</table>"
         print "</div>"
         #print "<h5><a href=\""+self.url+":"+self.port+"/augustins.pre-barreau.com_live."+self.format+".m3u\">Cliquez ici pour &eacute;couter le flux continu 24/24 en direct</a></h5>"