49 lines
No EOL
1.4 KiB
HTML
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">
|
|
<input type="reset">
|
|
</td>
|
|
<td></td>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
<br/>
|
|
<br/>
|
|
|
|
</body>
|
|
</html>
|
|
|