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-12 17:16:06 +00:00
|
|
|
<iframe src="feeds/SickBeard_2.php" width="271" height="200" scrolling="yes">
|
|
|
|
</iframe>
|
2016-03-10 13:31:44 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
</table>
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|