KLanding/feeds/SickBeard_i_today.php

35 lines
851 B
PHP
Raw Normal View History

2016-03-10 13:31:44 +00:00
<html>
<head>
2016-03-12 17:16:06 +00:00
<link rel="stylesheet" type="text/css" media="screen" href="../css/static.php" />
2016-03-10 13:31:44 +00:00
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js" type="text/javascript"></script>
<style>
.hiddenRow { display: none; }
</style>
<script>
function toggleNextRow(row) {
var nextRow = $(row).next();
nextRow.toggle();
}
</script>
</head>
<table width='275' border='0' cellspacing='0' cellpadding='0'>
<tr onclick="toggleNextRow(this)" >
<th style='text-align: left;'><font color='white'>Coming Episodes</font></th>
</tr>
<tr class="hiddenRow">
<td bgcolor='#FFFFFF'>
2016-03-13 13:54:54 +00:00
<iframe src="feeds/SickBeard_today.php" width="271" height="200" scrolling="yes">
2016-03-12 17:16:06 +00:00
</iframe>
2016-03-10 13:31:44 +00:00
</td>
</tr>
</form>
</td>
</table>
</p>
</body>
</html>