From e74bdb7184b4e72ae58c5175464ef6a3db96aff7 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sun, 16 Dec 2007 14:37:56 +0000 Subject: * VTX: Embedded vtx-font inside module, drop graphics from VTXPATH * HTTPD: remove binary from url as parameter, now defined at cmdobj, inside modul header * EPG: rename VPS to PDC, Programme Delivery Control * tools: add con_err,con_msg to dump message on console and log file * RECORDS: Show message after editing recording * MUSIC: remove proxy from playlist building, use proxy only to playing files --- html/display.tmpl | 2 +- html/javascript/global.js | 7 ++----- html/mlist.tmpl | 4 ++-- html/tlist.tmpl | 6 +++--- html/widgets/remote.tmpl | 4 ++-- html/widgets/start.tmpl | 3 --- 6 files changed, 10 insertions(+), 16 deletions(-) (limited to 'html') diff --git a/html/display.tmpl b/html/display.tmpl index fca8970..fb04878 100644 --- a/html/display.tmpl +++ b/html/display.tmpl @@ -70,7 +70,7 @@   -  ( ) +  ( ) diff --git a/html/javascript/global.js b/html/javascript/global.js index 7a0e82f..a05b873 100644 --- a/html/javascript/global.js +++ b/html/javascript/global.js @@ -113,7 +113,7 @@ function reverse(form) { } } -function Play(warnmsg,form,proxy) { +function Play(warnmsg,form) { // test on checked Boxes ok = new Array; x = 0; @@ -126,10 +126,7 @@ function Play(warnmsg,form,proxy) { } } if(x > 0) { - var url = ""; - if(proxy != "") - url = proxy; - url = url + '?cmd=mplaylist&data=' + ok.join('_') + '&binary=1'; + var url = '?cmd=mplaylist&data=' + ok.join('_'); location.href = url; } else { alert(warnmsg); diff --git a/html/mlist.tmpl b/html/mlist.tmpl index cf6b389..0608359 100644 --- a/html/mlist.tmpl +++ b/html/mlist.tmpl @@ -37,7 +37,7 @@ -',document.musicform,'')"> +',document.musicform)"> [] @@ -67,7 +67,7 @@ > - <?% zeile.2 %?>  + <?% zeile.2 %?> 

Album:  [ album]

diff --git a/html/tlist.tmpl b/html/tlist.tmpl index 18823b4..0c119ff 100644 --- a/html/tlist.tmpl +++ b/html/tlist.tmpl @@ -52,7 +52,7 @@ @@ -88,13 +88,13 @@  ">
[]
- + ">
(AT)

')">(!)
- [] + [] diff --git a/html/widgets/remote.tmpl b/html/widgets/remote.tmpl index 4a9dadc..6c8e68f 100644 --- a/html/widgets/remote.tmpl +++ b/html/widgets/remote.tmpl @@ -22,7 +22,7 @@ function switch_channel(url) { function grab() { if(document.remoteform.grabinterval.value > 0) { Now = new Date(); - document.livepicture.src = '?cmd=gdisplay&binary=1&laber=' + Now.getTime(); + document.livepicture.src = '?cmd=gdisplay&random=' + Now.getTime(); } last = Date.UTC(); } @@ -53,7 +53,7 @@ aktiv = window.setInterval("grab()", inter); - + diff --git a/html/widgets/start.tmpl b/html/widgets/start.tmpl index cb168f2..90947ac 100644 --- a/html/widgets/start.tmpl +++ b/html/widgets/start.tmpl @@ -20,9 +20,6 @@ - -- cgit v1.2.3