summaryrefslogtreecommitdiff
path: root/template/French-incomplete/toolbar.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2005-03-23 11:33:16 +0100
committerAndreas Mair <amair.sob@googlemail.com>2005-03-23 11:33:16 +0100
commitd652334559b84dded4e4d5c5c9c014232ff10616 (patch)
treeb2d7bca66a9a1a51b7042b75971a7b78b7a72fb1 /template/French-incomplete/toolbar.html
parent46de243c304867eff807fef1e2fc31c9ad8f2f66 (diff)
downloadvdradmin-am-0.97-am2b.tar.gz
vdradmin-am-0.97-am2b.tar.bz2
2005-03-23: 0.97-am2bv0.97-am2b
- added French template (Submitted by Trois Six) - fixed English/i18n.pl - removed all "bilder" and "copper" folders in all templates except "Deutsch" and replaced them by links to the folders in "Deutsch".
Diffstat (limited to 'template/French-incomplete/toolbar.html')
-rw-r--r--template/French-incomplete/toolbar.html40
1 files changed, 0 insertions, 40 deletions
diff --git a/template/French-incomplete/toolbar.html b/template/French-incomplete/toolbar.html
deleted file mode 100644
index 4b5cacc..0000000
--- a/template/French-incomplete/toolbar.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!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>