Darwin-Streaming-Server/WebAdmin/WebAdminHtml/error_log.html
Darren VanBuren 849723c9cf Add even more of the source
This should be about everything needed to build so far?
2017-03-07 17:14:16 -08:00

80 lines
2.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<style type="text/css">
.button { font-family: Lucida Grande, Arial, Helvetica, Geneva, Swiss, sans-serif; font-size: 12px }
.logheader { font-family: Arial, Helvetica, Geneva, Swiss, sans-serif; font-weight: bold; font-size: 14px }
.header { font-family: Arial, Helvetica, Geneva, Swiss, sans-serif; font-size: 18px; color:#666699 }
.green { color: #009900 }
.red { color: #CC0000 }
</style>
<qtssobject name=scriptTag>
//<script language=javascript>
function showConfirmMessage() {
if ('<qtssobject name=confirmMessage/>' != '') {
if (parent.frames['top'].showConfirmMessage) {
parent.frames['top'].showConfirmMessage('<qtssobject name=confirmMessage/>');
}
else if (parent.parent.frames[0].showConfirmMessage) {
parent.parent.frames[0].showConfirmMessage('<qtssobject name=confirmMessage/>');
}
}
}
</script>
</head>
<body bgcolor="#FFFFFF" background="images/stripes_gray.gif" onload="showConfirmMessage()">
<qtssobject type=form>
<input type=hidden name=filename value="error_log.html">
<input type=hidden name=action value="ResetErrorLog">
<table border=0 cellspacing=0 cellpadding=0 width=620>
<tr>
<td align=left valign=top nowrap width=20>
<img src="images/spacer.gif" width=20 height=20 align=top alt="">
</td>
<td valign=top align=center>
<br>
<table border=0 cellspacing=0 cellpadding=2 width="100%">
<tr>
<td align=left nowrap class=header>
<qtssstring name="ErrorLogHeader"/>
</td>
</tr>
<tr>
<td align=left>
<img src="images/divider.gif" width=600 height=1 align=middle alt="">
</td>
</tr>
</table>
<p></p>
<table border=0 cellspacing=0 cellpadding=20>
<tr>
<td align=left>
<qtssobject name="qtssErrorLog"/>
</td>
</tr>
</table>
<p></p>
<table border=0 cellspacing=0 cellpadding=2 width="100%">
<tr>
<td align=left>
<img src="images/divider.gif" width=600 height=1 align=middle alt="">
</td>
</tr>
<tr>
<td>
<br>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td class=button><a href="javascript:document.forms[0].submit()"><img src="images/link.gif" width=28 height=24 border=0></a></td>
<td class=button><a href="javascript:document.forms[0].submit()"><qtssstring name="ErrorLogReset" /></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</qtssobject>
</body>
</html>