summaryrefslogtreecommitdiff
path: root/template/French-incomplete/toolbar.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2005-03-22 12:27:44 +0100
committerAndreas Mair <amair.sob@googlemail.com>2005-03-22 12:27:44 +0100
commit46de243c304867eff807fef1e2fc31c9ad8f2f66 (patch)
tree22a0cfb4e1f0c50d2f64ce875f99d03b141ce1a5 /template/French-incomplete/toolbar.html
parent5083c05ce2e2bfc5719346d809719ebf01b0e69d (diff)
downloadvdradmin-am-0.97-am2a.tar.gz
vdradmin-am-0.97-am2a.tar.bz2
2005-03-22: 0.97-am2av0.97-am2a
- fixed Volume+ and Volume- in TV (Reported by Unimatrix0) - fixed missplaced channel name prog_summary (Reported by several people) - added updated English templates (Supplied by C.Y.M) - now VDRAdmin understands timers format from vdr1.3.22- and vdr1.3.23 (Supplied by Stefan Neuwirth) - fixed small display problem in timeline.
Diffstat (limited to 'template/French-incomplete/toolbar.html')
-rw-r--r--template/French-incomplete/toolbar.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/template/French-incomplete/toolbar.html b/template/French-incomplete/toolbar.html
new file mode 100644
index 0000000..4b5cacc
--- /dev/null
+++ b/template/French-incomplete/toolbar.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html>
+
+ <head>
+ <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+ <title>Barre d'outils</title>
+ </head>
+
+ <body bgcolor="#ffffff">
+ <form action="<tmpl_var url>" method="get" name="FormName">
+ <table width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td>
+ <select name="vdr_id" size="1" onchange="window.open('<tmpl_var url>?aktion=prog_list&vdr_id=' + this.options[this.selectedIndex].value,'main')">
+ <tmpl_loop chanloop>
+ <tmpl_if current>
+ <option value="<tmpl_var vdr_id>" selected><tmpl_var name></option>
+ <tmpl_else>
+ <option value="<tmpl_var vdr_id>"><tmpl_var name></option>
+ </tmpl_if>
+ </tmpl_loop>
+ </select>&nbsp;<input type="submit" name="submit" value="Go!">
+ </td>
+ <td></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td></td>
+ </tr>
+ </table>
+ <p></p>
+ </form>
+ </body>
+
+</html>