gai
didiyu
2018-10-24 a122a8fd04497cd65849eaca362fd82976ef6a88
gx_tieta/WebRoot/batt-state-manage.jsp
@@ -16,6 +16,7 @@
    <link href="css/basic.css" rel="stylesheet">
    <link rel="stylesheet" href="css/BrdwMaint.css">
    <link rel="stylesheet" type="text/css" href="css/loading.css">
    <link rel="stylesheet" type="text/css" href="css/basic-layout.css"/>
    <link rel="stylesheet" href="css/nocontent.css">
    <link rel="stylesheet" href="alifont/iconfont.css">   
   <meta http-equiv="pragma" content="no-cache">
@@ -67,7 +68,10 @@
          background-color: #2f97ff;
          color: #FFFFFF;
      } 
      #eleInfor .checkCon table input {
    width: auto;
    height: 20px;
}
   </style>
    </head>
    <body>
@@ -80,7 +84,7 @@
        <div id="main">
            <div id="eleInfor">
                <span class="summary">基站状态管理查询--&gt;<s:text name="Show/hide_the_query_conditions"/></span>
                <div class="checkCon">
                <div class="checkCon filter-container">
                   <form action="" id="search_form">
                    <!-- 维护区信息 -->
                    <table>
@@ -110,6 +114,15 @@
                            
                        </tr>
                    </table>
                    <table class="condi-opt">
            <tr>
               <td><input type="checkbox" id="" name=""  value="" class="" />停电</td>      <!-- 停电 -->
               <td><input type="checkbox" id="" name=""  value="" class="" />发电</td>   <!-- 发电 -->
               <td><input type="checkbox" id="" name=""  value="" class="">掉站</td>      <!-- 掉站 -->
               <td><input type="checkbox" id=""   name="" value="" class="" >开门异常</td><!-- 开门,开关电源异常 -->
            </tr>
         </table>
                    </form>
                </div>
            </div>