summaryrefslogtreecommitdiff
path: root/template/French/rec_edit.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/French/rec_edit.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/French/rec_edit.html')
-rw-r--r--template/French/rec_edit.html66
1 files changed, 0 insertions, 66 deletions
diff --git a/template/French/rec_edit.html b/template/French/rec_edit.html
deleted file mode 100644
index 579b856..0000000
--- a/template/French/rec_edit.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<html>
-
-<head>
- <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
- <title>VDRAdmin - Renommer Enregistrement</title>
- <link href="style.css" rel="stylesheet" media="screen">
-</head>
-
-<body bgcolor="#f0f0f0" leftmargin="3" marginheight="20" marginwidth="3" topmargin="20">
- <form action="<tmpl_var url>" method="get" name="form">
- <table width="100%" border="0" cellspacing="0" cellpadding="0" height="39">
- <tr>
- <td valign="middle" width="200" background="bilder/nav_button_back.gif"><p class="einzug_ohnetop"><b>Aufnahme Umbenennen</b></p></td>
- <td align="right" width="550" background="bilder/nav_button_back_mitte.gif">&nbsp;</td>
- <td align="right" width="203" background="bilder/nav_button_back_mitte.gif">&nbsp;</td>
- <td width="15"><img src="bilder/nav_button_back_end.gif" width="15"></td>
- </tr>
- </table>
- <br>
- <div align="left">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr height="30">
- <td width="30" height="30" background="bilder/uebersicht_oben_links.gif">&nbsp;</td>
- <td height="30" background="bilder/uebersicht_oben.gif">&nbsp;</td>
- <td height="30" background="bilder/uebersicht_oben.gif">&nbsp;</td>
- <td width="30" height="30" background="bilder/uebersicht_oben_rechts.gif">&nbsp;</td>
- </tr>
- <tr height="25">
- <td width="30" height="15" background="bilder/uebersicht_links.gif">&nbsp;</td>
- <td height="15" background="bilder/uebersicht_mitte.gif">&nbsp;</td>
- <td height="15" background="bilder/uebersicht_mitte.gif">&nbsp;</td>
- <td width="30" height="15" background="bilder/uebersicht_rechts.gif">&nbsp;</td>
- </tr>
- <tr height="25">
- <td width="30" height="25" background="bilder/uebersicht_links.gif">&nbsp;</td>
- <td width="20%" height="25" background="bilder/uebersicht_mitte.gif">Ancien Titre</td>
- <td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="title" value="<tmpl_var title>" size="55" readonly></td>
- <td width="30" height="25" background="bilder/uebersicht_rechts.gif">&nbsp;</td>
- </tr>
- <tr height="25">
- <td width="30" height="25" background="bilder/uebersicht_links.gif">&nbsp;</td>
- <td width="20%" height="25" background="bilder/uebersicht_mitte.gif">Nouveau Titre</td>
- <td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="nn" value="<tmpl_var title>" size="55"></td>
- <td width="30" height="25" background="bilder/uebersicht_rechts.gif">&nbsp;</td>
- </tr>
- <tr height="30">
- <td width="30" height="30" background="bilder/uebersicht_unten_links.gif">&nbsp;</td>
- <td height="30" background="bilder/uebersicht_unten.gif">&nbsp;</td>
- <td height="30" background="bilder/uebersicht_unten.gif">&nbsp;</td>
- <td width="30" height="30" background="bilder/uebersicht_unten_rechts.gif">&nbsp;</td>
- </tr>
- </table>
- </div>
- <br>
- <div align="left">
- <input type="hidden" name="aktion" value="rec_rename">
- <input type="hidden" name="id" value="<tmpl_var id>">
- <tmpl_if referer>
- <input type="hidden" name="referer" value="<tmpl_var referer>">
- </tmpl_if>
- <input type="submit" name="save" value="Enregistrer"><input type="submit" name="exit" value="Annuler">
- </div>
- </form>
-</body>
-
-</html>