<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="EXPIRES" CONTENT="Mon, 22 Jul 2002 11:12:01 GMT">
<title>PodAdmin - Podcast Manager</title>
</head>
<body>
<style type="text/css">
td, body, p { font-family: arial; font-size: 15px; }
fieldset { border: 1px solid #AAAAAA; margin-top: 15px; }
legend { font-weight: bold; }
.textinput {border: 1px solid #898989; padding: 3px;}
</style>
<table width="675" cellpadding="0" cellspacing="0" border="0">
<tr><td bgcolor="#C3DBFF"><img src="resources/header.gif"></td>
<td bgcolor="#C3DBFF" style="color: 555555;">Web-based<br>Podcast Management</td>
</tr>
<tr><td align="right" colspan=2 bgcolor="#C3DBFF">
[<a href="index.php">Upload New Episode</a>]
[<a href="index.php?action=list">Edit Prior Episodes</a>]
[<a href="index.php?action=showconfig">Edit Config</a>]
<?php if (strtolower($vsf->config->misc->showDBsetupMenuItem) == 'yes') {
print '[<a href="index.php?action=setupDBTables">DB Table Setup</a>]';
}
?>
</td></tr>
</table>
<?php
if ($errors) {
print "<p><span style='color: red'>The following errors have occured:<br></span>\n";
foreach ($errors as $errmsg) {
print "<span style='color: red'>• $errmsg<br></span>\n";
}
print "</p>\n\n";
}
?>
<?php echo $vsf->bodycontent ?>
</body>
</html>