From 9cb85c44b436f1b670daa5dc184a19c52856d9ad Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Wed, 24 Mar 2010 15:29:36 +0000 Subject: [PATCH] change forms --- css/telecaster.css | 2 +- etc/telecaster_edcast_mp3.cfg | 4 ++-- webview.py | 38 +++++++++++++++++------------------ 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/css/telecaster.css b/css/telecaster.css index 30df095..e308509 100644 --- a/css/telecaster.css +++ b/css/telecaster.css @@ -92,7 +92,7 @@ table.form { table.hardware { border: 0px; border-collapse: separate; - border-spacing: 5px + border-spacing: 2px } /* BUTTONS */ diff --git a/etc/telecaster_edcast_mp3.cfg b/etc/telecaster_edcast_mp3.cfg index 59e352e..a5a4625 100644 --- a/etc/telecaster_edcast_mp3.cfg +++ b/etc/telecaster_edcast_mp3.cfg @@ -22,7 +22,7 @@ BitrateNominal=64 BitrateMin=32 BitrateMax=128 NumberChannels=2 -Samplerate=44100 +Samplerate=48000 # SaveDirectoryFlag=1 SaveDirectory=/home/pre-barreau/backup @@ -33,7 +33,7 @@ OggQuality=3 OggBitrateQualityFlag=Quality # LAME specific settings. Note: Setting the low/highpass freq to 0 will disable them. LameCBRFlag=1 -LameQuality=1 +LameQuality=0 LameCopywrite=0 LameOriginal=0 LameStrictISO=0 diff --git a/webview.py b/webview.py index 511c55e..22c64f4 100644 --- a/webview.py +++ b/webview.py @@ -203,32 +203,32 @@ class WebView(FieldStorage): print "
" print "
Informations matérielles
" print "" - print "" + print "" print "" % power_info #print "" #print "" % batt_info - print "" + print "" print "" % batt_charge #print "" #print "" % self.acpi.estimated_lifetime() try: - print "" % self.acpi.temperature(0) + print "" % self.acpi.temperature(0) except: pass try: - print "" % self.acpi.temperature(1) + print "" % self.acpi.temperature(1) except: pass - print "" + print "" print "" % ip_info - print "" + print "" print "" % jackd_info print "
Alimentation :
Alimentation : %s
Etat batterie :%s
Capacité batterie :
Capacité batterie : %s
Estimation durée batterie :%s
Temp core 1 :%s
Temp core 1 : %s
Temp core 2 :%s
Temp core 2 : %s
Addresse IP :
Addresse IP : %s
Serveur audio :
Serveur audio : %s
" if self.writing: print "" else: print "" - print "
" + print "
" if self.casting: print "" else: @@ -247,26 +247,26 @@ class WebView(FieldStorage): print "
" print "
" print "" - print "" - print "" + print "" + print "" print "" - print "" + print "" print "" - print "" - print "" + print "" print "" - print "" + print "" print "" #print "
Titre:"+self.title+"
Département:
Titre : "+self.title+"
Département :
Conférence:
Conférence :
Session:
Session :
Professeur:
Professeur :
Commentaire:
Commentaire :
" - print "" - print "" - print "" - print "" - print "" - print "" + print "" + print "" + print "" + print "" + print "" + print "" print "
Titre :"+self.title+"
Département :"+department+"
Conference :"+conference+"
Session :"+session+"
Professeur :"+professor+"
Commentaire :"+comment+"
Titre : "+self.title+"
Département : "+department+"
Conference : "+conference+"
Session : "+session+"
Professeur : "+professor+"
Commentaire : "+comment+"
" #print "
Cliquez ici pour écouter cette formation en direct
" print "" -- 2.39.5