summaryrefslogtreecommitdiff
path: root/template/default/prog_summary.html
blob: 0bf1b1d90b08b5b913ae8f90d2fecbbbfbb4711c (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
100
101
102
103
104
105
106
107
108
<!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 - <%! What's On Now? !%></title>
	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
	<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">
					<h1><tmpl_var now>&nbsp;<%! o'clock !%></h1>
				</td>
				<td align="right" valign="middle" background="bilder/nav_button_back_mitte.gif">
					<%! 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>
			</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>
						<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>
				</td>
		<tmpl_else>
				<td 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="<%! 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>
				</td>
		<tmpl_else>
				<td width="272"></td>
		</tmpl_if>
	</tmpl_loop>
			</tr>
</tmpl_loop>
		</table>
	</form>
</body>
</html>