|
|
<!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">
|
|
|
<tr text-align="center">
|
|
|
<td width="120"></td>
|
|
|
<td width='150'>A相</td>
|
|
|
<td width='150'>B相</td>
|
|
|
<td width='150'>C相</td>
|
|
|
</tr>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>系统电压</td>
|
|
|
<td>
|
|
|
<input class="form-control" name="warnmin1" type="text" value="<?php if($warn['warnmin1']===NULL){ echo 'null';}else{ echo $warn['warnmin1'];} ?>"/>-<input class="form-control" value="<?php if($warn['warnmax1']===NULL){ echo 'null';}else{ echo $warn['warnmax1'];} ?>" name="warnmax1" type="text">
|
|
|
</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin2']===NULL){ echo 'null';}else{ echo $warn['warnmin2'];} ?>" name="warnmin2" type="text">-<input class="form-control" value="<?php if($warn['warnmax2']===NULL){ echo 'null';}else{ echo $warn['warnmax2'];} ?>" name="warnmax2" type="text">
|
|
|
</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin3']===NULL){ echo 'null';}else{ echo $warn['warnmin3'];} ?>" name="warnmin3" type="text">-<input class="form-control" value="<?php if($warn['warnmax3']===NULL){ echo 'null';}else{ echo $warn['warnmax3'];} ?>" name="warnmax3" type="text">
|
|
|
</td>
|
|
|
|
|
|
</tr>
|
|
|
<tr>
|
|
|
|
|
|
<td>全电流</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin4']===NULL){ echo 'null';}else{ echo $warn['warnmin4'];} ?>" name="warnmin4" type="text">-<input class="form-control" value="<?php if($warn['warnmax4']===NULL){ echo 'null';}else{ echo $warn['warnmax4'];} ?>" name="warnmax4" type="text">
|
|
|
</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin5']===NULL){ echo 'null';}else{ echo $warn['warnmin5'];} ?>" name="warnmin5" type="text">-<input class="form-control" value="<?php if($warn['warnmax5']===NULL){ echo 'null';}else{ echo $warn['warnmax5'];} ?>" name="warnmax5" type="text">
|
|
|
</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin6']===NULL){ echo 'null';}else{ echo $warn['warnmin6'];} ?>" name="warnmin6" type="text">-<input class="form-control" value="<?php if($warn['warnmax6']===NULL){ echo 'null';}else{ echo $warn['warnmax6'];} ?>" name="warnmax6" type="text">
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
|
|
|
<td>阻性电流</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin7']===NULL){ echo 'null';}else{ echo $warn['warnmin7'];} ?>" name="warnmin7" type="text">-<input class="form-control" value="<?php if($warn['warnmax7']===NULL){ echo 'null';}else{ echo $warn['warnmax7'];} ?>" name="warnmax7" type="text">
|
|
|
</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin8']===NULL){ echo 'null';}else{ echo $warn['warnmin8'];} ?>" name="warnmin8" type="text">-<input class="form-control" value="<?php if($warn['warnmax8']===NULL){ echo 'null';}else{ echo $warn['warnmax8'];} ?>" name="warnmax8" type="text">
|
|
|
</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin9']===NULL){ echo 'null';}else{ echo $warn['warnmin9'];} ?>" name="warnmin9" type="text">-<input class="form-control" value="<?php if($warn['warnmax9']===NULL){ echo 'null';}else{ echo $warn['warnmax9'];} ?>" name="warnmax9" type="text">
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td>容性电流</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin10']===NULL){ echo 'null';}else{ echo $warn['warnmin10'];} ?>" name="warnmin10" type="text">-<input class="form-control" value="<?php if($warn['warnmax10']===NULL){ echo 'null';}else{ echo $warn['warnmax10'];} ?>" name="warnmax10" type="text">
|
|
|
</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin11']===NULL){ echo 'null';}else{ echo $warn['warnmin11'];} ?>" name="warnmin11" type="text">-<input class="form-control" value="<?php if($warn['warnmax11']===NULL){ echo 'null';}else{ echo $warn['warnmax11'];} ?>" name="warnmax11" type="text">
|
|
|
</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin12']===NULL){ echo 'null';}else{ echo $warn['warnmin12'];} ?>" name="warnmin12" type="text">-<input class="form-control" value="<?php if($warn['warnmax12']===NULL){ echo 'null';}else{ echo $warn['warnmax12'];} ?>" name="warnmax12" type="text">
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td>阻容比</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin13']===NULL){ echo 'null';}else{ echo $warn['warnmin13'];} ?>" name="warnmin13" type="text">-<input class="form-control" value="<?php if($warn['warnmax13']===NULL){ echo 'null';}else{ echo $warn['warnmax13'];} ?>" name="warnmax13" type="text">
|
|
|
</td>
|
|
|
<td>
|
|
|
<input class="form-control" value="<?php if($warn['warnmin14']===NULL){ echo 'null';}else{ echo $warn['warnmin14'];} ?>" name="warnmin14" type="text">-<input class="form-control" value="<?php if($warn['warnmax14']===NULL){ echo 'null';}else{ echo $warn['warnmax14'];} ?>" name="warnmax14" type="text">
|
|
|
</td>
|
|
|
<td>
|
|
|
|
|
|
<input class="form-control" value="<?php if($warn['warnmin15']===NULL){ echo 'null';}else{ echo $warn['warnmin15'];} ?>" name="warnmin15" type="text">-<input class="form-control" value="<?php if($warn['warnmax15']===NULL){ echo 'null';}else{ echo $warn['warnmax15'];} ?>" name="warnmax15" 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>
|
|
|
<script>
|
|
|
|
|
|
//$('select').comboSelect();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
</body>
|
|
|
</html>
|