blob: 91dddfdba2b97cff3d95475e8165d010cc808752 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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>VDRAdmin-AM - <%! 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 type="text/javascript" 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" id="heading">
<tr>
<td class="col_left"></td>
<td class="col_title">
<h1><tmpl_var title></h1>
</td>
<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 class="col_right"></td>
</tr>
</table>
<input type="hidden" name="aktion" value="prog_summary" />
<tmpl_loop rows>
<tmpl_loop day>
<tmpl_if longdate>
<table border="0" cellspacing="0" cellpadding="0" class="group">
<tr class="heading">
<td class="col_left"></td>
<td class="col_center">
<a id="<tmpl_var anchor>" 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 class="col_center">
<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_if summary>
<a href="javascript:popup('<tmpl_var infurl>');">
</tmpl_if>
<tmpl_var title>
<tmpl_if summary>
</a>
</tmpl_if>
</h3>
<tmpl_if subtitle>
<h4><tmpl_var subtitle></h4>
<tmpl_else>
<h4> </h4>
</tmpl_if>
</div>
<div class="summary">
<tmpl_if summary><tmpl_var summary></tmpl_if>
</div>
</td>
<td class="col_right"></td>
</tr>
<tr class="footer">
<td class="col_left"></td>
<td class="col_center">
<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 find_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>
<td class="col_right"></td>
</tr>
</table>
</tmpl_if>
</tmpl_loop>
</tmpl_loop>
</form>
</body>
</html>
|