summaryrefslogtreecommitdiff
path: root/template/English/toolbar.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2005-04-04 12:54:11 +0200
committerAndreas Mair <amair.sob@googlemail.com>2005-04-04 12:54:11 +0200
commit0d6ba991052f971564296c537887e030d13ee730 (patch)
tree8e529eff72cd39d9f39e113662011f2706675082 /template/English/toolbar.html
parent0fa79e11122e02518d57d19f346ddf89a894f43d (diff)
downloadvdradmin-am-0.97-am3.0.tar.gz
vdradmin-am-0.97-am3.0.tar.bz2
2005-04-04: 0.97-am3.0v0.97-am3.0
- Reworked updating of channels and EPG from VDR. - Fixed displaying of repeating timers. - Fixed Makefile to set "$SEARCH_FILES_IN_SYSTEM = 1" on install. - Added Spanish i18n (Submitted by Rüdiger Jung) - Updated French i18n (Submitted by "Trois Six", "map" and "lobotomise") - Fixed some buttons to work with long translations. - Extracted text from templates and moved them to i18n.pl file and moved the i18n.pl files to new folders i18n/$language, resulting in a single template with two skins (bilder & copper). Makes translations and template modification a lot more easier. Included patches submitted by Ville Skyttä: - vdradmin-01-req-zlib.patch: Make Compress::Zlib really optional. - vdradmin-02-defaultconfig.patch: Use preset values from %CONFIG as defaults in --config. - vdradmin-03-errstr.patch: Fix error string output. - vdradmin-04-spelling.patch: Various trivial spelling and phrasing improvements. - vdradmin-05-askconf.patch: Allow unattended "vdradmind.pl --config < /dev/null". - vdradmin-08-writeconfig.patch: Always write config using WriteConfig(). - vdradmin-10-exitcodes.patch: Don't exit with status code 0 if something's wrong.
Diffstat (limited to 'template/English/toolbar.html')
-rw-r--r--template/English/toolbar.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/template/English/toolbar.html b/template/English/toolbar.html
deleted file mode 100644
index d3ad11d..0000000
--- a/template/English/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>
- &nbsp;<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>