You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>抽水蓄能电站智能化状态监测系统</title>
|
|
|
|
|
<link href="__IMG__/cssjs/css/bootstrap.css" rel="stylesheet">
|
|
|
|
|
<link href="__IMG__/cssjs/css/beyond.css" rel="stylesheet">
|
|
|
|
|
<style>
|
|
|
|
|
.btn{background-color: #00796a; color:#fff;}
|
|
|
|
|
.btn:hover{background-color: #eee ;color:#000033;}
|
|
|
|
|
.form-control {width: 50px; display:inline-block; padding: 3px 5px;}
|
|
|
|
|
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
|
|
|
|
|
padding: 8px;
|
|
|
|
|
line-height: 1.42857143;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
|
text-align :center;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<!--<h1>默认</h1>-->
|
|
|
|
|
<div style="height: auto; width: auto">
|
|
|
|
|
<form class="form-horizontal" role="form" action="" method="post">
|
|
|
|
|
|
|
|
|
|
<div id="navipage" style="margin-left: 50px">
|
|
|
|
|
<table class="table table-hover table-striped table-bordered">
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td width="200">电流值</td>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input class="form-control" name="warnmin5" type="text" value="<?php if($warn['warnmin5']===NULL){ echo 'null';}else{ echo $warn['warnmin5'];} ?>"/>
|
|
|
|
|
-<input class="form-control" value="<?php if($warn['warnmax5']===NULL){ echo 'null';}else{ echo $warn['warnmax5'];} ?>" name="warnmax5" type="text">
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
<tfoot>
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="4" style="text-align:left">
|
|
|
|
|
<span><button type="submit" class="btn">保存</button></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tfoot>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|