diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-03-22 12:27:44 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-03-22 12:27:44 +0100 |
commit | 46de243c304867eff807fef1e2fc31c9ad8f2f66 (patch) | |
tree | 22a0cfb4e1f0c50d2f64ce875f99d03b141ce1a5 /template/French-incomplete/prog_summary.html | |
parent | 5083c05ce2e2bfc5719346d809719ebf01b0e69d (diff) | |
download | vdradmin-am-0.97-am2a.tar.gz vdradmin-am-0.97-am2a.tar.bz2 |
2005-03-22: 0.97-am2av0.97-am2a
- fixed Volume+ and Volume- in TV (Reported by Unimatrix0)
- fixed missplaced channel name prog_summary (Reported by several people)
- added updated English templates (Supplied by C.Y.M)
- now VDRAdmin understands timers format from vdr1.3.22- and vdr1.3.23 (Supplied by Stefan Neuwirth)
- fixed small display problem in timeline.
Diffstat (limited to 'template/French-incomplete/prog_summary.html')
-rw-r--r-- | template/French-incomplete/prog_summary.html | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/template/French-incomplete/prog_summary.html b/template/French-incomplete/prog_summary.html new file mode 100644 index 0000000..7f2ed63 --- /dev/null +++ b/template/French-incomplete/prog_summary.html @@ -0,0 +1,85 @@ +<!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>VDRAdmin - En ce moment</title> + <link href="style.css" rel="stylesheet" media="screen"> + <script language="JavaScript"> + <!-- + function popup(URL) { + window.open(URL, "_new", "width=440, height=250"); + } + + function switch_channel(url) { + image = new Image(); + image.src = url; + document.switchimage.src = image.src; + } + // --> + </script> + </head> + + <body bgcolor="#c4cdd7" leftmargin="3" marginheight="20" marginwidth="3" topmargin="20"> + <form action="<tmpl_var url>" method="get" name="FormName"> + <table width="100%" border="0" cellspacing="0" cellpadding="0" height="39"> + <tr> + <td valign="middle" width="100" background="bilder/nav_button_back.gif"> + <p class="einzug_ohnetop"><b><tmpl_var now></b></p> + </td> + <td align="right" background="bilder/nav_button_back_mitte.gif">En ce moment <a href="<tmpl_var nowurl>">tout de suite</a> | ou à: </td> + <td align="right" width="50" background="bilder/nav_button_back_mitte.gif"> + <input type="text" name="time" size="5" value="<tmpl_var now>"> + <input type="hidden" name="aktion" value="prog_summary"> + </td> + <td width="15" background="bilder/nav_button_back_end.gif"> </td> + </tr> + </table> + <br> + <table width="816" border="0" cellspacing="0" cellpadding="0"> + <tmpl_loop rows> + <tr> + <tmpl_loop day> + <tmpl_if longdate> + <td valign="top" width="272" background="bilder/top.gif"> + <table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td width="60%"> + <a name="<tmpl_var anchor>"></a> + <p class="einzug"> + <a href="<tmpl_var proglink>"><b><tmpl_var progname></b></a></p> + </td> + <td align="right"><p class="einzug"><tmpl_if start><tmpl_var start>-<tmpl_var stop></tmpl_if></p></td> + </tr> + </table> + <div class="einzug_ohnetop"> + <tmpl_var longdate><br> + <b><tmpl_var title></b><br> + <b><tmpl_var subtitle></b><br> + <tmpl_if summary><tmpl_var summary> <a href="javascript:popup('<tmpl_var infurl>');">suite</a></tmpl_if> + <br> + <br> + </div> + </td> + <tmpl_else> + <td valign="top" width="272"> + </td> + </tmpl_if> + </tmpl_loop> + </tr> + <tr> + <tmpl_loop status> + <tmpl_if recurl> + <td valign="top" width="272"><a href="javascript:switch_channel('<tmpl_var switchurl>');"><img src="bilder/tv_umschalten_mitback.gif" alt="" height="38" width="161" border="0"></a><a href="<tmpl_var recurl>"><img src="bilder/rec_mitback.gif" alt="" height="38" border="0"></a></td> + <tmpl_else> + <td valign="top" width="272"> + </td> + </tmpl_if> + </tmpl_loop> + </tr> + </tmpl_loop> + </table> + </form> + </body> +</html> |