summaryrefslogtreecommitdiff
path: root/template/default/prog_summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/prog_summary.html')
-rw-r--r--template/default/prog_summary.html117
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>&nbsp;<%! o'clock !%></h1>
</td>
- <td align="right" valign="middle" background="bilder/nav_button_back_mitte.gif">
+ <td class="col_other">
<%! What's on: !%>&nbsp;<a href="<tmpl_var nowurl>"><%! now !%></a>&nbsp;|<%! at: !%>&nbsp;
<input type="text" name="time" size="5" value="<tmpl_var now>" />
&nbsp;<%! o'clock !%>
</td>
- <td width="15" background="bilder/nav_button_back_end.gif">&nbsp;</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>
- &nbsp;<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>
+ &nbsp;<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> &nbsp;<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>