awips2/ncep/gov.noaa.nws.ncep.edex.ingest.util/web/index.html
root 9f19e3f712 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

49 lines
No EOL
1.4 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"/>
<title>AWIPS NCEP Logger Setting on Edex Ingest Process Web Interface</title>
</head>
<body>
<div id="banner" class="infoArea">
<img src="rayAWIPS.jpg" border="0"/> AWIPS Plugin NCEP Logger Setting on Edex Ingest Process Web 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">
<h3>Set NCEP Logger Level</h3>
<form action="ncepLoggerSetting" method="get">
<table>
<tr>
<td>Logger Name:</td>
<td><input type="text" name="log-name" /></td>
</tr>
<tr>
<td>Log Level:</td>
<td>
<select name="log-level">
<option value="debug">Debug</option>
<option value="info">Info</option>
<option value="warn">Warn</option>
<option value="error">Error</option>
</select>
</td>
</tr>
<tr>
<td>
<input type="submit" value="Submit">&nbsp;
<input type="reset">
</td>
<td></td>
</table>
</form>
</div>
<br/>
<br/>
</body>
</html>