mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 19:39:43 +08:00
108 lines
5.2 KiB
HTML
108 lines
5.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
<link rel="stylesheet" type="text/css" href="/css/config.css">
|
|
</head>
|
|
<body class="body" >
|
|
<form action="/php/config.php" method="POST" >
|
|
<div style="margin-left:auto;margin-right:auto;width:80%;" >
|
|
<div>
|
|
<h1 class="title1">Sif And Spectral</h1>
|
|
</div>
|
|
<div class="mainframe" >
|
|
<table class="linetb">
|
|
<tr>
|
|
<td><h2>Control Setting</h2></td>
|
|
</tr>
|
|
</table>
|
|
<div align="center">
|
|
<table class="linetb" >
|
|
<tr style="width:80%">
|
|
<td style="width:33%">Begin Time
|
|
<input type="time" id="BeginTime" name="BeginTime" class="TextInput"></td>
|
|
<td style="width:33%">Interval Time
|
|
<input type="number" id="IntervalTime" name="IntervalTime" class="TextInput"></td>
|
|
<td style="width:33%">End Time
|
|
<input type="time" id="EndTime" class="TextInput" name="EndTime"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<p></p>
|
|
<p></p>
|
|
<div>
|
|
<h2>Data Header</h2>
|
|
</div>
|
|
<div align="center">
|
|
<table style="width:100%">
|
|
<tr>
|
|
<td>地点 <input class="TextInput" name="Location" id="Location"></td>
|
|
<td>GPS_Longtitude <input type="text" class="TextInput" name="GPS_Longtitude" id="GPS_Longtitude"></td>
|
|
<td>GPS_Latitude <input type="text" class="TextInput" name="GPS_Latitude" id="GPS_Latitude"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td>GPS_Atitude <input type="text" class="TextInput" name="GPS_Atitude" id="GPS_Atitude"> </td>
|
|
<td>Is North Earth <input type="checkbox" name="GPS_North" id="GPS_North"> </td>
|
|
</tr>
|
|
</table>
|
|
<p></p>
|
|
<table style="width:100%">
|
|
<tr>
|
|
<td>安装时间 <input type="date" name="InstallTime" id="InstallTime"></td>
|
|
<td>ISIF定标时间 <input type="date" name="ISIFCalibrationTime" id="ISIFCalibrationTime"> </td>
|
|
<td>IS1定标时间 <input type="date" name="IS1CalibrationTime" id="IS1CalibrationTime"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td>设备维护人员 <input type="text" class="TextInput" name="NameOfMaintenance" id="NameOfMaintenance"></td>
|
|
<td>维护人员电话 <input type="number" name="PhoneOfMaintenance" id="PhoneOfMaintenance" style="width: 100px" ></td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td>远程资源用户ID <input type="text" name="DownloadUserID" class="TextInput" id="DownloadUserID"></td>
|
|
<td>定标文件下载路径<input type="text" name="DownlaodAddress" id="DownlaodAddress"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div>
|
|
<h2>ISIF设备信息</h2>
|
|
<table style="width:100%">
|
|
<tr>
|
|
<td>向上定标文件名 <input type="text" id="SIFupCaliFile" name="SIFupCaliFile"></td>
|
|
|
|
<td>向下定标文件名1 <input type="text" id="SIFdownCaliFile1" name="SIFdownCaliFile1"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>向下定标文件名2 <input type="text" id="SIFdownCaliFile2" name="SIFdownCaliFile2"></td>
|
|
<td>向下定标文件名3 <input type="text" id="SIFdownCaliFile3" name="SIFdownCaliFile3"></td>
|
|
</tr>
|
|
|
|
</table>
|
|
</div>
|
|
<div>
|
|
<h2>IS1设备信息</h2>
|
|
<table style="width:100%">
|
|
<tr>
|
|
<td>向上定标文件名 <input type="text" id="IS1upCaliFile" name="IS1upCaliFile"></td>
|
|
|
|
<td>向下定标文件名1 <input type="text" id="IS1downCaliFile1" name="IS1downCaliFile1"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>向下定标文件名2 <input type="text" id="IS1downCaliFile2" name="IS1downCaliFile2"></td>
|
|
<td>向下定标文件名3 <input type="text" id="IS1downCaliFile3" name="IS1downCaliFile3"></td>
|
|
</tr>
|
|
|
|
</table>
|
|
</div>
|
|
|
|
<div>
|
|
<h2></h2>
|
|
<input type="submit" value="提交" >
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<script type="text/javascript" src="/javascript/comment.js"></script>
|
|
<script type="text/javascript" src="/javascript/config.js"></script>
|
|
</body>
|
|
</html> |