123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <%@page language="java" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>应急资源_队伍选择</title>
- <!-- 公共框架引用star -->
- <%@include file="../../include.jsp" %>
- <!-- 公共框架引用end -->
- <link href="/nwyj/css/cockpit/dialog/dialogByTeam.css" rel="stylesheet" type="text/css"/>
- <link href="/nwyj/css/cockpit/search/search.css" rel="stylesheet" type="text/css"/>
- <script src="/nwyj/scripts/cockpit/search/search_util.js" type="text/javascript"></script>
- <script src="/nwyj/page/cockpit/webgis/js/dialog/dialogByTeam.js" type="text/javascript" ></script>
- </head>
-
- <body>
- <div id="box">
- <div style="height: 30px;background: #192735; border-bottom:1px solid blue " align="center">
- <span style="font-weight: bold;font-size: 15px;line-height: 30px; color:#FFC64B; ">选择队伍</span>
- <!-- <span style="font-size: 12px; position:fixed; top:2px; right:2px; color:#FFC64B; cursor:pointer; ">关闭</span> -->
- </div>
- <table style="margin-top:10px;">
-
- <!-- <tr>
- <td width="30%"><span class="headline">单位:</span></td>
- <td width="70%"><div maxlength="50" name="UNIT" id="UNIT" class="selectTree" boxWidth="230" selWidth="230" boxHeight="200"></div></td>
- </tr> -->
- <tr>
- <td width="30%"><span class="headline">队伍:</span></td>
- <td width="70%" class="rightTd"><div class="selectTree" id="TEAM" boxWidth="230" selWidth="230" boxHeight="140"></div></td>
- </tr>
- <tr>
- <td width="30%"><span class="headline">描述信息:</span></td>
- <td width="70%" class="rightTd" colspan="3"><input id="description" maxlength="500" style="width:230px"/> </td>
- </tr>
- <tr>
- <td width="30%"><span class="headline">队伍类型:</span></td>
- <td width="70%" class="rightTd"><div maxlength="50" name="TEAM_TYPE_261" id="TEAM_TYPE_261" ></div></td>
- </tr>
- <tr>
- <td width="30%"><span class="headline">电压等级:</span></td>
- <td width="70%" class="rightTd"><div maxlength="50" name="TEAM_LEVEL_261" id="TEAM_LEVEL_261" ></div></td>
- </tr>
- <tr>
- <td width="30%"><span class="headline">负责人:</span></td>
- <td width="70%" class="rightTd"><div maxlength="50" name="TEAM_LEADER_261" id="TEAM_LEADER_261" ></div></td>
- </tr>
- <tr>
- <td width="30%"><span class="headline">联系电话:</span></td>
- <td width="70%" class="rightTd"><div maxlength="50" name="TEAM_PHONE_261" id="TEAM_PHONE_261" ></div></td>
- </tr>
- </table>
- <table formMode="line" style="background-color:#192735; margin-top:10px;">
- <tr>
- <td style="border:0px;" class="rightTd">
- <div style="text-align: center;">
-
-
-
- <input value="确定" id="save" type="button" onclick='forConfim()'/>
- </div>
-
- </td>
- </tr>
- </table>
-
- </div>
- </body>
- </html>
|