summaryrefslogtreecommitdiff
path: root/template/default/prog_list.html
blob: f81d1adb0183fae8cb8210631a08b2b529812672 (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
<!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="content-type" content="text/html;charset=<%! ISO-8859-1 !%>" />
	<title>VDRAdmin-AM - <%! Channels !%></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_list">
	<form action="<tmpl_var url>" method="get" name="FormName">
		<table width="100%" border="0" cellspacing="0" cellpadding="0" id="heading">
			<tr>
				<td class="col_title">
					<h1>
						<a href="javascript:callurl('<tmpl_var switchurl>');" title="<%! TV select !%>"><tmpl_var progname></a>
<tmpl_if stream_live_on>
						<span class="action stream"><a href="<tmpl_var streamurl>" title="<%! Stream !%>"><img src="bilder/stream.png" border="0" alt="<%! Stream !%>" onmouseover="window.status='<%! Stream !%>';return true" title="<%! Stream !%>" /></a></span>
</tmpl_if>
					</h1>
				</td>
				<td class="col_other"><%! Channel: !%>&nbsp; 
					<select name="vdr_id" class="submit" onchange="window.open('<tmpl_var url>?aktion=prog_list&amp;vdr_id=' + this.options[this.selectedIndex].value,'main')">
<tmpl_loop chanloop>
						<option value="<tmpl_var vdr_id>" <tmpl_if current>selected</tmpl_if>><tmpl_var name escape="html"></option>
</tmpl_loop>
					</select>
					<input type="submit" class="submit" name="submit" value="<%! Go! !%>" />
				</td>
			</tr>
		</table>
		<input type="hidden" name="aktion" value="prog_list" />
	</form>

	<div id="content">
<tmpl_loop loop>
	<tmpl_if newd>
		<table width="100%" border="0" cellspacing="0" cellpadding="0" class="group">
			<tr class="heading">
				<td colspan="2">
					<span class="channel_name"><tmpl_var progname></span>
					<span class="date_long"><tmpl_var longdate></span>
				</td>
				<td class="col_navi"><tmpl_if prev_channel><a href="<tmpl_var prev_channel>"><img src="bilder/pfeile_nachlinks.png" border="0" /></a><tmpl_else><img src="bilder/pfeile_nachlinks_soft.png" border="0" /></tmpl_if><tmpl_if next_channel><a href="<tmpl_var next_channel>"><img src="bilder/pfeile_nachrechts.png" border="0" /></a><tmpl_else><img src="bilder/pfeile_nachrechts_soft.png" border="0" /></tmpl_if></td>
			</tr>
	<tmpl_else>
		<tmpl_unless endd>
			<tr class="<tmpl_if __ODD__>row_odd<tmpl_else>row_even</tmpl_if>">
				<td class="col_duration">
					<a name="<tmpl_var anchor>"><tmpl_var emit> - <tmpl_var duration></a>
				</td>
				<td class="col_title">
					<div class="epg_title">
					<tmpl_if infurl>
						<a href="javascript:popup('<tmpl_var infurl>');" title="<%! More Information !%>">
					</tmpl_if>
					<tmpl_var title>
					<tmpl_if infurl>
						</a>
					</tmpl_if>
					</div>
					<tmpl_if subtitle>
						<div class="epg_subtitle"><tmpl_var subtitle></div>
					<tmpl_else>
						<br />
					</tmpl_if>
				</td>
				<td class="col_buttons">
					<span class="action repeatings"><a href="vdradmin.pl?search=<tmpl_var find_title>&amp;aktion=prog_summary&amp;submit=go11"><img src="bilder/find.png" 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></span>
					<tmpl_if infurl>
						<span class="action info"><a href="javascript:popup('<tmpl_var infurl>');" title="<%! More Information !%>"><img src="bilder/info_button.png" border="0" alt="info" /></a></span>
					<tmpl_else>
						<span class="action info"><img src="bilder/info_button_disabled.png" border="0" alt="noinfo" title="<%! No Information !%>" /></span>
					</tmpl_if>
					<span class="action record"><a href="<tmpl_var recurl>"><img src="bilder/rec_button.png" border="0" alt="record" title="<%! Record !%>" /></a></span>
					<tmpl_if imdburl>
						<span class="action imdb"><a href="<tmpl_var imdburl>" target="_blank"><img src="bilder/imdb.png" border="0" alt="IMDb" onmouseover="window.status='<%! Lookup movie in the Internet-Movie-Database (IMDb) !%>';return true" title="<%! Lookup movie in the Internet-Movie-Database (IMDb) !%>" /></a></span>
					</tmpl_if>
				</td>
			</tr>
		</tmpl_unless>
	</tmpl_if>
	<tmpl_if endd>
		</table>
	</tmpl_if>
</tmpl_loop>
	</div>
</body>

</html>