diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-04-04 12:54:11 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-04-04 12:54:11 +0200 |
commit | 0d6ba991052f971564296c537887e030d13ee730 (patch) | |
tree | 8e529eff72cd39d9f39e113662011f2706675082 /template/default/prog_summary.html | |
parent | 0fa79e11122e02518d57d19f346ddf89a894f43d (diff) | |
download | vdradmin-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/default/prog_summary.html')
-rw-r--r-- | template/default/prog_summary.html | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/template/default/prog_summary.html b/template/default/prog_summary.html new file mode 100644 index 0000000..84f5df3 --- /dev/null +++ b/template/default/prog_summary.html @@ -0,0 +1,106 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + +<html> + +<head> + <meta http-equiv="refresh" content="600; URL=vdradmin.pl?aktion=prog_summary"> + <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> + <title><?% msg.c_progname %?> - <?% msg.ps_headline %?></title> + <link href="style.css" rel="stylesheet" media="screen"> + <script language="JavaScript" src="library.js"></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 valign="middle"> + <td valign="middle" width="100" background="bilder/nav_button_back.gif"> + <p class="einzug_ohnetop"><b><tmpl_var now> <?% msg.c_clock %?></b></p> + </td> + <td align="right" valign="middle" background="bilder/nav_button_back_mitte.gif"> + <?% msg.c_whatson %?> <a href="<tmpl_var nowurl>"><?% msg.c_now %?></a> |<?% msg.c_at %?> + <input type="text" name="time" size="5" value="<tmpl_var now>"> + <?% msg.c_clock %?> + </td> + <td width="15" background="bilder/nav_button_back_end.gif"> </td> + </tr> + </table> + <input type="hidden" name="aktion" value="prog_summary"> + <br> + + <table 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 valign="middle"> + <td width="60%"> + <a name="<tmpl_var anchor>"></a> + <p class="einzug"> + <a href="<tmpl_var proglink>"><b><tmpl_var progname></b></a> + <a href="<tmpl_var streamurl>" title="<?% msg.c_stream %?>">[S]</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> + <tmpl_if subtitle> + <i><tmpl_var subtitle></i><br> + </tmpl_if> + <br> + <tmpl_if summary><tmpl_var summary> <a href="javascript:popup('<tmpl_var infurl>');"><?% msg.ps_more %?></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"> + <table width="272" border="0" cellpadding="0" cellspacing="0"> + <tr> + <td> + <a href="javascript:callurl('<tmpl_var switchurl>');"><img src="bilder/auge.jpg" width="71" height="38" border="0" alt="<?% msg.ps_view %?>" onmouseover="window.status='<?% msg.ps_view %?>';return true" title="<?% msg.ps_view %?>"></a> + </td> + <td> + <!-- Sendungs Titel und Subtitel --> + <a href="vdradmin.pl?search=<tmpl_var title>&aktion=prog_summary&submit=go11)"><img src="bilder/lupe.jpg" width="63" height="38" border="0" alt="<?% msg.ps_search %?>" onmouseover="window.status='<?% msg.ps_search %?>';return true" title="<?% msg.ps_search %?>"></a> + </td> + <td> + <tmpl_if summary> + <a href="javascript:popup('<tmpl_var infurl>');"><img src="bilder/info.jpg" width="64" height="38" border="0" alt="<?% msg.ps_more_info %?>" onmouseover="window.status='<?% msg.ps_more_info %?>';return true" title="<?% msg.ps_more_info %?>"></a> + <tmpl_else> + <img src="bilder/info_disabled.jpg" width="64" height="38" border="0" alt="noinfo"> + </tmpl_if> + </td> + <td> + <a href="<tmpl_var recurl>"><img src="bilder/rec.jpg" width="74" height="38" border="0" alt="<?% msg.ps_record %?>" onmouseover="window.status='<?% msg.ps_record %?>';return true" title="<?% msg.ps_record %?>"></a> + </td> + </tr> + </table> + </td> + <tmpl_else> + <td valign="top" width="272"></td> + </tmpl_if> + </tmpl_loop> + </tr> +</tmpl_loop> + </table> + </form> +</body> +</html> |