diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-06-22 14:42:18 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-06-22 14:42:18 +0200 |
commit | 1f33deeae237bdcc4281de03d268528d4a09edd3 (patch) | |
tree | ba27f73a162201dc1f33a83cdb77ca724ab22fa8 /template/default/prog_summary.html | |
parent | d6922e850779c4ff9d8bcbcef9842cf333eb8638 (diff) | |
download | vdradmin-am-1f33deeae237bdcc4281de03d268528d4a09edd3.tar.gz vdradmin-am-1f33deeae237bdcc4281de03d268528d4a09edd3.tar.bz2 |
2005-06-22: 0.97-am3.3rcv0.97-am3.3rc
- Updated all help messages.
- Added beautified tooltips in timer_list. PLEASE COMMENT!!!
- Changed saving of AutoTimer patterns: ":" -> "|" and "|" -> "\|".
- Added support for user.css for overwriting style.css (Must be located in /etc/vdradmin/). See user.css.example. PLEASE COMMENT ON THIS!!!
- Removed obsolete files (e.g. images).
- Merged style.css and navi.css.
- Reworked templates so that they use a lot of CSS (Tested using Konqueror 3.3.2 and Firefox 1.0.4).
- Fixed programming timers with special summary when using EPG_DIRECT (timer didn't get programmed) (Thanks to HolgerAusB for giving vital hints).
- Allow browsers to cache all files VDRAdmin sends, except "text/html". This should speed up VDRAdmin but changing the skin or css needs a "shift reload".
- Added support for VDR v1.3.25's info.vdr (Submitted by vejoun).
- Use localized date formates.
- Now using "video/x-mpegurl" MIME type instead of "audio/x-mpegurl" for streaming (Suggested by stefan.h).
- Added patches supplied by stefan.h:
-> using EPG's subtitle when found for AutoTimer else " " (that's the VDR way).
-> New config option VDRVFAT to find recordings if VDR has been compiled with or without VFAT define.
- Fixed calling reccmds on recordings in subdirs, manual recordings (@rectitle) and repeating timer's recordings without episode title.
- Fixed streaming of manual recordings (@rectitle) and repeating timer's recordings without episode title.
- VDRAdmin-AM now uses the required charsets setting in templates, so no need to write "&xyz;" things in .po files.
- Reworked templates to make better use of CSS (for example: timeline colours can be set by style.css).
- EPG_PRUNE now is the number of channels to fetch from VDR (had been one too less before).
- Added "install.sh" and "uninstall.sh" ("./install.sh -h" for help) (Requested by several people).
- Made "name" columns in lists wrapping again (Reported by vejoun).
- Deleting a single recording works again (Reported by vejoun).
- Fixed streaming of recordings in subdirs (Reported by vejoun).
- Added missing gray sign on deactivated AutoTimers (Reported by vejoun).
Diffstat (limited to 'template/default/prog_summary.html')
-rw-r--r-- | template/default/prog_summary.html | 117 |
1 files changed, 49 insertions, 68 deletions
diff --git a/template/default/prog_summary.html b/template/default/prog_summary.html index 0bf1b1d..dbbda85 100644 --- a/template/default/prog_summary.html +++ b/template/default/prog_summary.html @@ -6,103 +6,84 @@ <meta http-equiv="content-type" content="text/html;<%! charset=ISO-8859-1 !%>" /> <title>VDRAdmin - <%! What's On Now? !%></title> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> + <tmpl_if usercss> + <link href="user.css" rel="stylesheet" media="screen" type="text/css" /> + </tmpl_if> <script language="JavaScript" src="library.js"></script> </head> <body id="prog_summary"> <form action="<tmpl_var url>" method="get" name="FormName"> - <table width="100%" border="0" cellspacing="0" cellpadding="0" height="39" id="heading"> - <tr valign="middle"> - <td valign="middle" width="100" background="bilder/nav_button_back.gif"> + <table width="100%" border="0" cellspacing="0" cellpadding="0" id="heading"> + <tr> + <td class="col_left"></td> + <td class="col_title"> <h1><tmpl_var now> <%! o'clock !%></h1> </td> - <td align="right" valign="middle" background="bilder/nav_button_back_mitte.gif"> + <td class="col_other"> <%! What's on: !%> <a href="<tmpl_var nowurl>"><%! now !%></a> |<%! at: !%> <input type="text" name="time" size="5" value="<tmpl_var now>" /> <%! o'clock !%> </td> - <td width="15" background="bilder/nav_button_back_end.gif"> </td> + <td class="col_right"></td> </tr> </table> <input type="hidden" name="aktion" value="prog_summary" /> - <table border="0" cellspacing="0" cellpadding="0" id="content"> <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" class="heading"> - <td width="60%"> - <div class="channel"> - <a name="<tmpl_var anchor>"></a> - <h2><a href="<tmpl_var proglink>"><tmpl_var progname></a></h2> - <tmpl_if stream_live_on> - <a href="<tmpl_var streamurl>" title="<%! Stream !%>">[S]</a> - </tmpl_if> - </div> - </td> - <td align="right"> - <div class="duration"> - <tmpl_if start><tmpl_var start>-<tmpl_var stop></tmpl_if> - </div> - </td> - </tr> - </table> - - <div class="content"> - <div class="date"><tmpl_var longdate></div> + <table border="0" cellspacing="0" cellpadding="0" class="group"> + <tr class="heading"> + <td class="col_left"></td> + <td> + <a name="<tmpl_var anchor>"></a> + <h2><a href="<tmpl_var proglink>"><tmpl_var progname></a></h2> + <tmpl_if stream_live_on> + <a href="<tmpl_var streamurl>" title="<%! Stream !%>">[S]</a> + </tmpl_if> + </td> + <td class="col_right"></td> + </tr> + <tr class="row_odd"> + <td class="col_left"></td> + <td> + <div class="date"><tmpl_var longdate></div> + <div class="duration"> + <tmpl_if start><tmpl_var start>-<tmpl_var stop></tmpl_if> + </div> + <div class="title"> <h3><tmpl_var title></h3> <tmpl_if subtitle> <h4><tmpl_var subtitle></h4> </tmpl_if> - <br /> - <div class="summary"> - <tmpl_if summary><tmpl_var summary> <a href="javascript:popup('<tmpl_var infurl>');">[<%! more !%>]</a></tmpl_if> - </div> - <br /> - <br /> + </div> + <div class="summary"> + <tmpl_if summary><tmpl_var summary></tmpl_if> </div> </td> - <tmpl_else> - <td width="272"></td> - </tmpl_if> - </tmpl_loop> + <td class="col_right"></td> </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="<%! TV select !%>" onmouseover="window.status='<%! TV select !%>';return true" title="<%! TV select !%>" /></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="<%! Search for other show times !%>" onmouseover="window.status='<%! Search for other show times !%>';return true" title="<%! Search for other show times !%>" /></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="<%! More Information !%>" onmouseover="window.status='<%! More Information !%>';return true" title="<%! More Information !%>" /></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="<%! Record !%>" onmouseover="window.status='<%! Record !%>';return true" title="<%! Record !%>" /></a> - </td> - </tr> - </table> + <tr class="footer"> + <td class="col_left"></td> + <td> + <tmpl_if recurl> + <a href="javascript:callurl('<tmpl_var switchurl>');"><img src="bilder/sum_view.gif" width="58" height="22" border="0" alt="<%! TV select !%>" onmouseover="window.status='<%! TV select !%>';return true" title="<%! TV select !%>" /></a> + <a href="vdradmin.pl?search=<tmpl_var title>&aktion=prog_summary&submit=go11)"><img src="bilder/sum_find.gif" width="58" height="22" border="0" alt="<%! Search for other show times !%>" onmouseover="window.status='<%! Search for other show times !%>';return true" title="<%! Search for other show times !%>" /></a> + <tmpl_if summary> + <a href="javascript:popup('<tmpl_var infurl>');"><img src="bilder/sum_info.gif" width="58" height="22" border="0" alt="<%! More Information !%>" onmouseover="window.status='<%! More Information !%>';return true" title="<%! More Information !%>" /></a> + <tmpl_else> + <img src="bilder/sum_info_disabled.gif" width="58" height="22" border="0" alt="noinfo" /> + </tmpl_if> + <a href="<tmpl_var recurl>"><img src="bilder/sum_rec.gif" width="58" height="22" border="0" alt="<%! Record !%>" onmouseover="window.status='<%! Record !%>';return true" title="<%! Record !%>" /></a> + </tmpl_if> </td> - <tmpl_else> - <td width="272"></td> + <td class="col_right"></td> + </tr> + </table> </tmpl_if> </tmpl_loop> - </tr> </tmpl_loop> - </table> </form> </body> </html> |