2022-01-12 14:30:11 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<title>Title</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2022-01-19 17:42:25 +08:00
|
|
|
|
<a href="/config/location.php?p=1">位置1</a>
|
|
|
|
|
<a href="/config/location.php?p=2">位置2</a>
|
|
|
|
|
<a href="/config/location.php?p=3">位置3</a>
|
|
|
|
|
<a href="/config/location.php?p=4">位置4</a>
|
|
|
|
|
<a href="/config/location.php?p=5">位置5</a>
|
|
|
|
|
<a href="/config/location.php?p=12">位置try</a>
|
2022-01-17 09:56:18 +08:00
|
|
|
|
|
|
|
|
|
<form action="LocationCali.php" method="get">
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
位置自动计算:
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
<td>设备<input id="sensor" name="sensor" type="text" list="typelist" placeholder="请选择">
|
|
|
|
|
|
|
|
|
|
<datalist id="typelist">
|
|
|
|
|
<option>IS1</option>
|
|
|
|
|
<option>IS2</option>
|
|
|
|
|
<option>ISIF</option>
|
|
|
|
|
<option>OSIFAlpha</option>
|
|
|
|
|
<option>OSIFBeta</option>
|
|
|
|
|
</datalist>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
预估位置数量
|
|
|
|
|
<input id="positionnumber" name="positionnumber" type="number" list="positionnumbertypelist" placeholder="请选择">
|
|
|
|
|
|
|
|
|
|
<datalist id="positionnumbertypelist">
|
|
|
|
|
<option>1</option>
|
|
|
|
|
<option>2</option>
|
|
|
|
|
<option>3</option>
|
|
|
|
|
<option>4</option>
|
|
|
|
|
<option>5</option>
|
|
|
|
|
<option>6</option>
|
|
|
|
|
<option>7</option>
|
|
|
|
|
<option>8</option>
|
|
|
|
|
<option>9</option>
|
|
|
|
|
<option>10</option>
|
|
|
|
|
</datalist>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
曝光事件
|
|
|
|
|
<input id="shutterTime" name="shutterTime" type="number" value="10">ms
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="submit" value="开始">
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
2022-01-12 14:30:11 +08:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|