summaryrefslogtreecommitdiff
path: root/template/French/at_timer_list.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/at_timer_list.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/at_timer_list.html')
-rw-r--r--template/French/at_timer_list.html195
1 files changed, 0 insertions, 195 deletions
diff --git a/template/French/at_timer_list.html b/template/French/at_timer_list.html
deleted file mode 100644
index 1781f31..0000000
--- a/template/French/at_timer_list.html
+++ /dev/null
@@ -1,195 +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>Programme Automatique</title>
- <link href="style.css" rel="stylesheet" media="screen">
- <script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
-</head>
-
-<body bgcolor="#c4cdd7" leftmargin="3" marginheight="20" marginwidth="3" topmargin="20">
- <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>Programme Automatique</b></p>
- </td>
- <td align="right" background="bilder/nav_button_back_mitte.gif">&nbsp;</td>
- <td align="right" width="203" background="bilder/nav_button_back_mitte.gif">
- <table width="180" border="0" cellspacing="0" cellpadding="0">
- <tr height="20">
- <td width="12" height="20" background="bilder/gbutton_left.gif"></td>
- <td align="center" height="20" background="bilder/gbutton_middle.gif">
- <a href="<tmpl_var naturl>"><div class="gbutton">Nouveau Prog. Auto.</div></a>
- </td>
- <td width="12" height="20" background="bilder/gbutton_right.gif"></td>
- <td></td>
- </tr>
- </table>
- </td>
-<tmpl_if name="help_url">
- <td align="right" width="35" background="bilder/nav_button_back_mitte.gif">
- <a href="javascript:open_help('<tmpl_var help_url>');"><img src="bilder/help.gif" border="0" align="right" valign="top" alt="Hilfe"></a>
- </td>
-</tmpl_if>
- <td width="15" background="bilder/nav_button_back_end.gif">&nbsp;</td>
- </tr>
- </table>
- <br>
- <form action="<tmpl_var url>" method="get" name="FormName">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td valign="top" width="30">
- <p><img src="bilder/uebersicht_oben_links.gif" alt="" height="30" width="30" border="0"></p>
- </td>
- <td width="70" background="bilder/uebersicht_oben<tmpl_if sortbyactive>_selected</tmpl_if>.gif">
- <nobr class="einzug_liste_headlines">
- <a class="sort" href="<tmpl_var sortbyactiveurl>">Actif
- <tmpl_if sortbyactive>
- <img src="bilder/sortiert_<tmpl_if desc>desc<tmpl_else>asc</tmpl_if>.gif" alt="" width="9" height="11" border="0">
- <tmpl_else>
- <img src="bilder/spacer.gif" alt="" width="9" height="11" border="0">
- </tmpl_if>
- </a>
- </nobr>
- </td>
- <td width="10%" background="bilder/uebersicht_oben<tmpl_if sortbychannel>_selected</tmpl_if>.gif">
- <nobr class="einzug_liste_headlines">
- <a class="sort" href="<tmpl_var sortbychannelurl>">Cha&icirc;ne
- <tmpl_if sortbychannel>
- <img src="bilder/sortiert_<tmpl_if desc>desc<tmpl_else>asc</tmpl_if>.gif" alt="" width="9" height="11" border="0">
- <tmpl_else>
- <img src="bilder/spacer.gif" alt="" width="9" height="11" border="0">
- </tmpl_if>
- </a>
- </nobr>
- </td>
- <td width="40" background="bilder/uebersicht_oben<tmpl_if sortbystart>_selected</tmpl_if>.gif">
- <nobr class="einzug_liste_headlines">
- <a class="sort" href="<tmpl_var sortbystarturl>">D&eacute;but
- <tmpl_if sortbystart>
- <img src="bilder/sortiert_<tmpl_if desc>desc<tmpl_else>asc</tmpl_if>.gif" alt="" width="9" height="11" border="0">
- <tmpl_else>
- <img src="bilder/spacer.gif" alt="" width="9" height="11" border="0">
- </tmpl_if>
- </a>
- </nobr>
- </td>
- <td width="40" background="bilder/uebersicht_oben<tmpl_if sortbystop>_selected</tmpl_if>.gif">
- <nobr class="einzug_liste_headlines">
- <a class="sort" href="<tmpl_var sortbystopurl>">Fin
- <tmpl_if sortbystop>
- <img src="bilder/sortiert_<tmpl_if desc>desc<tmpl_else>asc</tmpl_if>.gif" alt="" width="9" height="11" border="0">
- <tmpl_else>
- <img src="bilder/spacer.gif" alt="" width="9" height="11" border="0">
- </tmpl_if>
- </a>
- </nobr>
- </td>
- <td background="bilder/uebersicht_oben<tmpl_if sortbypattern>_selected</tmpl_if>.gif">
- <nobr class="einzug_liste_headlines">
- <a class="sort" href="<tmpl_var sortbypatternurl>">Nom
- <tmpl_if sortbypattern>
- <img src="bilder/sortiert_<tmpl_if desc>desc<tmpl_else>asc</tmpl_if>.gif" alt="" width="9" height="11" border="0">
- <tmpl_else>
- <img src="bilder/spacer.gif" alt="" width="9" height="11" border="0">
- </tmpl_if>
- </a>
- </nobr>
- </td>
- <td width="30" background="bilder/uebersicht_oben.gif">&nbsp;</td>
- <td width="30" background="bilder/uebersicht_oben.gif">&nbsp;</td>
- <td align="right" width="30" background="bilder/uebersicht_oben.gif">&nbsp;</td>
- <td valign="top" width="30"><img src="bilder/uebersicht_oben_rechts.gif" alt="" height="30" width="30" border="0"></td>
- </tr>
-
-<tmpl_loop at_timer_loop>
- <tr>
- <td valign="top" width="30" background="bilder/uebersicht_links<tmpl_if __ODD__>_dark</tmpl_if>.gif">&nbsp;</td>
- <td valign="top" width="70" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbyactive>_selected</tmpl_if>.gif">
- <p class="einzug_liste">
- <tmpl_if active>
- <img src="bilder/poempl_gruen.gif" alt="" width="19" height="19" align="absmiddle" border="0">
- <a href="<tmpl_var toggleurl>"><font color="black">oui</font></a>
- <tmpl_else>
- <img src="bilder/poempl_rot.gif" alt="" width="19" height="19" align="absmiddle" border="0">
- <a href="<tmpl_var toggleurl>"><font color="black">non</font></a>
- </tmpl_if>
- </p>
- </td>
- <td valign="top" width="120" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbychannel>_selected</tmpl_if>.gif">
- <p class="einzug_liste">
- <tmpl_if channel><tmpl_var channel><tmpl_else>-</tmpl_if>
- </p>
- </td>
- <td valign="top" width="40" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbystart>_selected</tmpl_if>.gif">
- <p class="einzug_liste">
- <tmpl_if start><tmpl_var start><tmpl_else>-</tmpl_if>
- </p>
- </td>
- <td valign="top" width="40" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbystop>_selected</tmpl_if>.gif">
- <p class="einzug_liste">
- <tmpl_if stop><tmpl_var stop><tmpl_else>-</tmpl_if>
- </p>
- </td>
- <td valign="top" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbypattern>_selected</tmpl_if>.gif">
- <p class="einzug_liste">
- <tmpl_var pattern>
- </p>
- </td>
- <td align="center" valign="top" width="30" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if>.gif">
- <p class="einzug_liste">
- <a href="<tmpl_var modurl>"><img src="bilder/edit.gif" alt="" height="17" width="17" border="0"></a>
- </p>
- </td>
- <td align="center" valign="top" width="30" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if>.gif">
- <p class="einzug_liste">
- <a href="javascript:del('<tmpl_var delurl>');"><img src="bilder/delete.gif" alt="" height="17" width="17" border="0"></a>
- </p>
- </td>
- <td align="center" valign="top" width="30" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if>.gif">
- <p class="einzug_liste"><input type="checkbox" name="xxxx_<tmpl_var id>"></p>
- </td>
- <td valign="top" width="30" background="bilder/uebersicht_rechts<tmpl_if __ODD__>_dark</tmpl_if>.gif">&nbsp;</td>
- </tr>
-</tmpl_loop>
-
- <tr>
- <td valign="top" width="30"><img src="bilder/uebersicht_unten_links.gif" alt="" height="30" width="30" border="0"></td>
- <td colspan="8" background="bilder/uebersicht_unten.gif">&nbsp;</td>
- <td valign="top" width="30"><img src="bilder/uebersicht_unten_rechts.gif" alt="" height="30" width="30" border="0"></td>
- </tr>
- <tr>
- <td colspan="5" valign="top">
- <table width="150" border="0" cellspacing="0" cellpadding="0">
- <br>
- <tr height="20">
- <td width="12" height="20" background="bilder/gbutton_left.gif"></td>
- <td align="center" height="20" background="bilder/gbutton_middle.gif">
- <a href="<tmpl_var force_update_url>"><div class="gbutton">Maj Manuelle</div></a>
- </td>
- <td width="12" height="20" background="bilder/gbutton_right.gif"></td>
- </tr>
- </table>
- </td>
- <td colspan="4" align="right">
- <br>
- <table width="260" border="0" cellspacing="0" cellpadding="0">
- <tr height="20">
- <td width="12" height="20" background="bilder/gbutton_left.gif"></td>
- <td align="center" height="20" background="bilder/gbutton_middle.gif">
- <a href="javascript:mdel();"><div class="gbutton">Suppr. le Prog. Auto. S&eacute;lectionn&eacute;</div></a>
- </td>
- <td width="12" height="20" background="bilder/gbutton_right.gif"></td>
- </tr>
- </table>
- </td>
- <td valign="top" width="30"></td>
- </tr>
- </table>
- <input type="hidden" name="aktion" value="at_timer_delete">
- </form>
-</body>
-
-</html>