diff options
Diffstat (limited to 'template/French/toolbar.html')
-rw-r--r-- | template/French/toolbar.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/template/French/toolbar.html b/template/French/toolbar.html new file mode 100644 index 0000000..ac6eab3 --- /dev/null +++ b/template/French/toolbar.html @@ -0,0 +1,38 @@ +<!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> + <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> |