diff options
Diffstat (limited to 'template/Deutsch/toolbar.html')
-rw-r--r-- | template/Deutsch/toolbar.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/template/Deutsch/toolbar.html b/template/Deutsch/toolbar.html deleted file mode 100644 index d3ad11d..0000000 --- a/template/Deutsch/toolbar.html +++ /dev/null @@ -1,38 +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>Toolbar</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> - <option value="<tmpl_var vdr_id>" <tmpl_if current>selected</tmpl_if>><tmpl_var name></option> -</tmpl_loop> - </select> - <input type="submit" name="submit" value="Go!"> - <input type="hidden" name="aktion" value="prog_list"> - </td> - <td></td> - </tr> - <tr> - <td></td> - <td></td> - </tr> - <tr> - <td></td> - <td></td> - </tr> - </table> - <p></p> - </form> -</body> - -</html> |