awips2/ncep/gov.noaa.nws.ncep.edex.purgeutil/web/index.html
root 9bb8decbcf Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 133dc97f67 [formerly a02aeb236c] [formerly 9f19e3f712] [formerly 06a8b51d6d [formerly 9f19e3f712 [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]]
Former-commit-id: 06a8b51d6d
Former-commit-id: 377dcd10b9 [formerly 3360eb6c5f]
Former-commit-id: 8e80217e59
2012-01-06 08:55:05 -06:00

45 lines
No EOL
1.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" media="screen, projection" href="td.css"/>
<script type="text/javascript" src="/purgeWeb/purgeControls.js"></script>
<script type="text/javascript" src="/purgeWeb/dwr/interface/DbPurge.js"></script>
<script type="text/javascript" src="/purgeWeb/dwr/engine.js"></script>
<script type="text/javascript" src="/purgeWeb/dwr/util.js"></script>
<title>AWIPS Plugin Database Purge Interface</title>
</head>
<body>
<div id="banner" class="infoArea">
<img src="rayAWIPS.jpg" border="0"/> AWIPS Plugin Database Purge Interface <img src="rayAWIPS.jpg" border="0"/><BR>
Connected to <font style="color:red;align:center;"><script language="JavaScript">document.write(window.location.hostname);</script></font>
</table>
</div>
<div id="interfaceBody">
<form>
<table>
<tr>
<td>Plugin Name:</td>
<td><input type="text" id="tbName" /></td>
</tr>
</table>
<input type="button" value="Purge" onClick="pgControl.purge();" />
<input type="button" value="Reset" onClick="pgControl.reset();" />
<table>
<tr>
<td>Purging Result:</td>
<td><input type="text" id="result" /></td>
</tr>
</table>
</form>
</div>
<br/>
<br/>
<A href="ncepEdexRequestLoggerSetting.html">Go to NCEP Logger Setting for Edex Request Server</A>
</body>
<script type='text/javascript'>
var pgControl = new PurgeControls();
</script>
</html>