bgman.jsp 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
  2. <%@ page import="com.runzhixing.constant.Constant"%>
  3. <%@ page import="com.runzhixing.bean.User"%>
  4. <%@ page import="com.runzhixing.bean.Announcement"%>
  5. <%@ page import="java.util.List"%>
  6. <%@ page import="com.runzhixing.packageProcedure.InformationAnnouncementProcedure"%>
  7. <%
  8. String path = request.getContextPath();
  9. String basePath = request.getScheme() + "://"
  10. + request.getServerName() + ":" + request.getServerPort()
  11. + path + "/";
  12. String username = (String) session.getAttribute("username");
  13. String place = (String) session.getAttribute("place");
  14. String place1 = place;
  15. if (place != null && !place.trim().equals("")) {
  16. String end = place
  17. .substring(place.length() - 1, place.length());
  18. if (end.equals("市") || end.equals("县"))
  19. place = place.substring(0, place.length() - 1);
  20. if (place.equals("四川省")) {
  21. place1 += "市场监督管理局";
  22. } else {
  23. place1 += "质量技术监督局";
  24. }
  25. }
  26. User uu = (User) session.getAttribute(Constant.userMark);
  27. String s = uu.getPrivilegeCode();
  28. if (s.length() > 6) {
  29. s = s.substring(0, 6);
  30. }
  31. s = s.replaceAll("(00)*$", "");//// 一直过滤到最高行政地域(删去尾部的 00 )
  32. List<Announcement> list = new InformationAnnouncementProcedure()
  33. .areatedmachinerunningstate1(5000, 1, -1, s, s, null, null,
  34. null, 0);
  35. int id = -1;
  36. String title = "";
  37. String anTime = "";
  38. if (list.size() > 0) {
  39. for (Announcement an : list) {
  40. if (an.getId() > id) {
  41. id = an.getId();
  42. title = an.getTitle();
  43. anTime = an.getPublishTime1();
  44. }
  45. }
  46. }
  47. //查询各部门有效期
  48. String validity="";
  49. List<Announcement> list1 = new InformationAnnouncementProcedure()
  50. .checkValidity((String)request.getSession().getAttribute("PrivilegeCode"),(String)request.getSession().getAttribute("sOperatorNo"),s,Integer.parseInt((String)session.getAttribute(Constant.moudel)));
  51. if (list1.size() > 0) {
  52. Announcement an = new Announcement();
  53. an=list1.get(0);
  54. if(an.getL()>0){
  55. validity+="<span style='color: yellow;'>证书快过期!";
  56. }else{
  57. validity+="<span style='color: red;'>证书已过期!";
  58. }
  59. validity+= "<br/>站点编号:"+an.getStationNo()+" <br/>站点名:"+an.getStationName()+" <br/>有效期:"+an.getValidity()+" <br/>联系人:"+an.getManager()+" <br/>电话:"+an.getPhone();
  60. validity+="</span>";
  61. }
  62. if (list1.size() > 1) {
  63. validity+="<br/><a href='CheckValidity' target='_blank'>还有"+(list1.size()-1)+"条过期信息,点击查询&gt;&gt;</a>";
  64. }
  65. %>
  66. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  67. <html xmlns="http://www.w3.org/1999/xhtml">
  68. <head id="Head1">
  69. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  70. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  71. <meta http-equiv="X-UA-Compatible" content="IE=10"/>
  72. <title>CNG气瓶实时动态监管集成系统</title>
  73. <link href="css/default.css" rel="stylesheet" type="text/css" />
  74. <link rel="stylesheet" type="text/css" href="css/easyui/themes/default/easyui.css">
  75. <link rel="stylesheet" type="text/css" href="css/easyui/themes/icon.css">
  76. <link rel="stylesheet" type="text/css" href="css/easyui/demo/demo.css">
  77. <script type="text/javascript" src="css/easyui/jquery.min.js"></script>
  78. <script type="text/javascript" src="css/easyui/jquery.easyui.min.js"></script>
  79. <script type="text/javascript" src="js/easyui/XiuCai.index.js"> </script>
  80. <style type="text/css">
  81. .hzb a:HOVER{
  82. color: red;
  83. text-decoration: underline;
  84. }
  85. .hzb a{
  86. color: #f08300;
  87. text-decoration: underline;
  88. }
  89. </style>
  90. <script type="text/javascript">
  91. $(document).ready(function(){
  92. var newAnnTitle = document.getElementById("newAnnTitle").value;
  93. var newAnnID = document.getElementById("newAnnID").value;
  94. var newAnnTIME = document.getElementById("newAnnTIME").value;
  95. if(!newAnnID){
  96. show1("暂时没有公告!");
  97. }else{
  98. if(newAnnID=="-1"){
  99. show1("暂时没有公告!");
  100. }else{
  101. if(!newAnnTitle){
  102. show1("有新公告,标题:"+'<span class="hzb"><a href="Detailbyid?hiddenID='+newAnnID+'" target="_blank">'+无标题+'('+newAnnTIME+')'+'</span></a>');
  103. }else{
  104. show1("有新公告,标题:"+'<span class="hzb"><a href="Detailbyid?hiddenID='+newAnnID+'" target="_blank">'+newAnnTitle+'('+newAnnTIME+')'+'</span></a>');
  105. }
  106. }
  107. }
  108. var validity = document.getElementById("validity").value;
  109. if(validity){
  110. $.messager.show({
  111. title: '证书信息提示',
  112. msg: validity,
  113. timeout: 0,
  114. showType: 'slide' ,
  115. width:400,
  116. height:200
  117. });
  118. }
  119. });
  120. var _menus = {
  121. "menus": [{
  122. "menuid": "55",
  123. "icon": "icon-more",
  124. "menuname": "信息管理",
  125. "menus": [{
  126. "menuid": "31",
  127. "menuname": "公告信息查看",
  128. "icon": "icon-search",
  129. "url": "jsp/rzx/infoMan/CheckAnnouncementInfo.jsp"
  130. },{
  131. "menuid": "31",
  132. "menuname": "添加公告信息",
  133. "icon": "icon-add",
  134. "url": "jsp/rzx/infoMan/releaseAnnouncement.jsp"
  135. }]
  136. },{
  137. "menuid": "1",
  138. "icon": "icon-tip",
  139. "menuname": "系统日志查看",
  140. "menus": [{
  141. "menuid": "121",
  142. "menuname": "查看网络情况",
  143. "icon": "icon-filter",
  144. "url": "jsp/rzx/log/Networksituation.jsp"
  145. },{
  146. "menuid": "122",
  147. "menuname": "系统告警日志",
  148. "icon": "icon-save",
  149. "url": "ajax/AdvanceSystemwarninglog"
  150. }]
  151. },
  152. {
  153. "menuid": "56",
  154. "icon": "icon-edit",
  155. "menuname": "系统设置",
  156. "menus": [{
  157. "menuid": "31",
  158. "menuname": "报警参数设置",
  159. "icon": "icon-edit",
  160. "url": "jsp/rzx/systemSet/warningparaset.jsp"
  161. }]
  162. },
  163. {
  164. "menuid": "56",
  165. "icon": "icon-more",
  166. "menuname": "系统管理",
  167. "menus": [{
  168. "menuid": "143",
  169. "menuname": "监察人员管理",
  170. "icon": "icon-more",
  171. "url": "jsp/rzx/systemMan/Supervisormanagement.jsp"
  172. },
  173. {
  174. "menuid": "153",
  175. "menuname": "场所管理",
  176. "icon": "icon-tip",
  177. "url": "jsp/rzx/systemMan/Placemanagement.jsp"
  178. }
  179. ]
  180. },
  181. {
  182. "menuid": "56",
  183. "icon": "icon-large-smartart",
  184. "menuname": "充装情况",
  185. "menus": [{
  186. "menuid": "144",
  187. "menuname": "动态视图",
  188. "icon": "icon-large-chart",
  189. "url": "jsp/rzx/filling/Dynamicattempt1.jsp"
  190. },
  191. {
  192. "menuid": "154",
  193. "menuname": "加气机运行状态",
  194. "icon": "icon-large-smartart",
  195. "url": "jsp/rzx/filling/Aeratedmachinerunningstate.jsp"
  196. }]
  197. },
  198. {
  199. "menuid": "56",
  200. "icon": "icon-search",
  201. "menuname": "数据查询",
  202. "menus": [{
  203. "menuid": "145",
  204. "menuname": "人员巡查情况",
  205. "icon": "icon-search",
  206. "url": "jsp/rzx/dataQuery/PersonnelInspection21.jsp"
  207. },
  208. {
  209. "menuid": "155",
  210. "menuname": "巡查数据查询",
  211. "icon": "icon-search",
  212. "url": "jsp/rzx/dataQuery/InspectiondataQuery.jsp"
  213. },
  214. {
  215. "menuid": "165",
  216. "menuname": "气瓶数据查询",
  217. "icon": "icon-search",
  218. "url": "jsp/rzx/dataQuery/CylinderdataQuery1.jsp?clear=1"
  219. },
  220. {
  221. "menuid": "175",
  222. "menuname": "改装数据查询",
  223. "icon": "icon-search",
  224. "url": "jsp/rzx/dataQuery/ModifieddataQuery.jsp"
  225. },
  226. {
  227. "menuid": "185",
  228. "menuname": "充装数据查询",
  229. "icon": "icon-search",
  230. "url": "jsp/rzx/dataQuery/FillingdataQuery.jsp"
  231. },
  232. {
  233. "menuid": "195",
  234. "menuname": "检验数据查询",
  235. "icon": "icon-search",
  236. "url": "jsp/rzx/dataQuery/TestingdataQuery.jsp"
  237. },{
  238. "menuid": "165",
  239. "menuname": "监检数据查询",
  240. "icon": "icon-search",
  241. "url": "jsp/rzx/dataQuery/checkSeeQuery.jsp"
  242. },
  243. {
  244. "menuid": "205",
  245. "menuname": "车辆数据查询",
  246. "icon": "icon-search",
  247. "url": "jsp/rzx/dataQuery/CarsdataQuery.jsp"
  248. },{
  249. "menuid": "165",
  250. "menuname": "外地车标签查询",
  251. "icon": "icon-search",
  252. "url": "jsp/rzx/dataQuery/NonlocalCarsUIDQuery.jsp"
  253. },{
  254. "menuid": "165",
  255. "menuname": "标签发放信息",
  256. "icon": "icon-search",
  257. "url": "jsp/rzx/dataQuery/tagIssuingInfobgman.jsp"
  258. },
  259. {
  260. "menuid": "155",
  261. "menuname": "黑名单查询",
  262. "icon": "icon-search",
  263. "url": "jsp/rzx/dataQuery/BlacklistQuery.jsp"
  264. },
  265. {
  266. "menuid": "155",
  267. "menuname": "CNG质量查询",
  268. "icon": "icon-search",
  269. "url": "jsp/rzx/dataQuery/CNGQualityQuery.jsp"
  270. },
  271. {
  272. "menuid": "215",
  273. "menuname": "特种设备数据查询",
  274. "icon": "icon-search",
  275. "url": "jsp/rzx/dataQuery/SpecialequipmentdataQuery.jsp"
  276. }]
  277. },
  278. {
  279. "menuid": "56",
  280. "icon": "icon-large-chart",
  281. "menuname": "数据统计",
  282. "menus": [{
  283. "menuid": "145",
  284. "menuname": "充装数据统计",
  285. "icon": "icon-large-chart",
  286. "url": "jsp/rzx/dataStatistics/FillingdataStatistics.jsp"
  287. },
  288. {
  289. "menuid": "155",
  290. "menuname": "车辆数据统计",
  291. "icon": "icon-large-shapes",
  292. "url": "jsp/rzx/dataStatistics/CarsdataStatistics0111.jsp"
  293. },
  294. {
  295. "menuid": "155",
  296. "menuname": "车辆数据总数统计",
  297. "icon": "icon-large-shapes",
  298. "url": "jsp/rzx/dataStatistics/CarsdataStatistics0110.jsp"
  299. },
  300. {
  301. "menuid": "165",
  302. "menuname": "气瓶数据统计",
  303. "icon": "icon-large-smartart",
  304. "url": "jsp/rzx/dataStatistics/CylinderdataStatistics0111.jsp"
  305. },{
  306. "menuid": "165",
  307. "menuname": "标签发放信息统计",
  308. "icon": "icon-search",
  309. "url": "jsp/rzx/dataStatistics/tagIssuingInfoStatistics.jsp"
  310. }]
  311. }]
  312. };
  313. //设置登录窗口
  314. function openlogin() {
  315. $('#l').window({
  316. title: '登陆',
  317. width: 300,
  318. modal: true,
  319. shadow: true,
  320. closed: true,
  321. height: 160,
  322. resizable:false
  323. });
  324. }
  325. function openPwd() {
  326. $('#w').window({
  327. title: '修改密码',
  328. width: 300,
  329. modal: true,
  330. shadow: true,
  331. closed: true,
  332. height: 'auto',
  333. resizable:false
  334. });
  335. }
  336. //关闭修改密码窗口
  337. function closePwd() {
  338. $('#w').window('close');
  339. }
  340. //关闭登录窗口
  341. function closelogin() {
  342. $('#l').window('close');
  343. }
  344. //登陆
  345. function serverLogin() {
  346. var $name = $('#txtName');
  347. var $pass = $('#txtPass');
  348. if ($name.val() == '') {
  349. msgShow('系统提示', '请输入用户名!', 'warning');
  350. return false;
  351. }
  352. if ($pass.val() == '') {
  353. msgShow('系统提示', '请输入密码!', 'warning');
  354. return false;
  355. }
  356. $.post('ajax/ajax_login?name=' + $name.val()+'&pass='+$pass.val(), function(msg) {
  357. msgShow('系统提示', '恭喜,登陆成功!<br>欢迎您:' + msg, 'info');
  358. $name.val('');
  359. $pass.val('');
  360. $('#l').window('close');
  361. })
  362. }
  363. //修改密码
  364. function serverAlterpass() {
  365. var $oldpass = $('#txtOldPass').val().replace(/\s+/g,"");;
  366. var $newpass = $('#txtNewPass').val().replace(/\s+/g,"");;
  367. var $rePass = $('#txtRePass').val().replace(/\s+/g,"");;
  368. if ($oldpass == '') {
  369. msgShow('系统提示', '请输入旧密码!', 'warning');
  370. return false;
  371. }
  372. if ($newpass == '') {
  373. msgShow('系统提示', '请输入新密码!', 'warning');
  374. return false;
  375. }
  376. if ($rePass == '') {
  377. msgShow('系统提示', '请再一次输入新密码!', 'warning');
  378. return false;
  379. }
  380. if ($newpass != $rePass) {
  381. msgShow('系统提示', '两次密码不一至!请重新输入', 'warning');
  382. return false;
  383. }
  384. $.ajax({
  385. type:"POST",
  386. contentType: "application/x-www-form-urlencoded; charset=UTF-8",
  387. data:$('#alterpasswordform').serialize(),
  388. url:"ajax/alterpassword",
  389. success:function (data){
  390. var obj=eval("(" + data + ")");
  391. $.each(obj.rows, function(i,item){
  392. if(item.sresult=="0"){
  393. $('#txtOldPass').val('');
  394. $('#txtNewPass').val('');
  395. $('#txtRePass').val('');
  396. $('#w').window('close');
  397. // msgShow('系统提示', '恭喜,密码修改成功!<br>您的新密码为:' + item.pass, 'info');
  398. show("修改成功您的新密码为:"+item.pass.substring(0,1)+"********");
  399. }else if(item.sresult=="2"){
  400. show("修改错误");
  401. }else if(item.sresult=="3"){
  402. show("用户不存在");
  403. }else if(item.sresult=="4"){
  404. show("旧密码错误");
  405. }
  406. });
  407. }
  408. });
  409. }
  410. function show(message) {
  411. $.messager.show({
  412. title: '提示信息',
  413. msg: message,
  414. timeout: 2000,
  415. showType: 'slide'
  416. });
  417. }
  418. function show1(message) {
  419. $.messager.show({
  420. title: '提示信息',
  421. msg: message,
  422. timeout: 15000,
  423. showType: 'slide'
  424. });
  425. }
  426. $(function() {
  427. openlogin();
  428. openPwd();
  429. $('#login').click(function() {
  430. $('#l').window('open');
  431. });
  432. $('#btnlogin').click(function() {
  433. serverLogin();
  434. })
  435. $('#btnloginCancel').click(function(){closelogin();})
  436. $('#editpass').click(function() {
  437. $('#w').window('open');
  438. });
  439. $('#btnEp').click(function() {
  440. serverAlterpass();
  441. })
  442. $('#btnCancel').click(function(){closePwd();})
  443. $('#loginOut').click(function() {
  444. $.messager.confirm('系统提示', '您确定要退出本次登录吗?', function(r) {
  445. if (r) {
  446. window.location.href = 'jsp/login/loginre.jsp';
  447. }
  448. });
  449. })
  450. });
  451. function sExit(){
  452. $.messager.confirm('系统提示', '您确定要退出本次登录吗?', function(r) {
  453. if (r) {
  454. window.location.href = 'jsp/login/loginre.jsp';
  455. //IE6
  456. window.event.returnValue = false;
  457. }
  458. });
  459. }
  460. </script>
  461. </head>
  462. <body class="easyui-layout" style="overflow-y: hidden" fit="true" scroll="no">
  463. <noscript>
  464. <div style=" position:absolute; z-index:100000; height:2046px;top:0px;left:0px; width:100%; background:white; text-align:center;">
  465. <img src="images/noscript.gif" alt='抱歉,请开启脚本支持!' />
  466. </div></noscript>
  467. <div id="loading-mask" style="position:absolute;top:0px; left:0px; width:100%; height:100%; background:#D2E0F2; z-index:20000">
  468. <div id="pageloading" style="position:absolute; top:50%; left:50%; margin:-120px 0px 0px -120px; text-align:center; border:2px solid #8DB2E3; width:200px; height:40px; font-size:14px;padding:10px; font-weight:bold; background:#fff; color:#15428B;">
  469. <img src="images/loading.gif" align="absmiddle" /> 正在加载中,请稍候...</div>
  470. </div>
  471. <div region="north" split="true" border="false" style="overflow: hidden; height: 30px;
  472. background: url(images/rzx/layout-browser-hd-bg.gif) #7f99be repeat-x center 50%;
  473. line-height: 20px;color: #fff; font-family: Verdana, 微软雅黑,黑体">
  474. <span style="float:right; padding-right:20px;" class="head">欢迎您 <%=username%> <a href="#" id="editpass">修改密码</a> <a href="javaScript:void(0);" onclick="sExit();return false;">安全退出</a></span>
  475. <span style="padding-left:10px; font-size: 16px; "><img src="images/rzx/blocks.gif" width="20" height="20" align="absmiddle" />气瓶电子标签动态监管集成系统-<%=place1%></span>
  476. </div>
  477. <div region="south" split="true" style="height: 30px; background: #D2E0F2; ">
  478. <div class="footer">By 四川润智兴科技有限公司 版权所有</div>
  479. </div>
  480. <div region="west" split="true" title="导航菜单" style="width:180px;" id="west">
  481. <div id="nav">
  482. <!-- 导航内容 -->
  483. </div>
  484. </div>
  485. <div id="mainPanle" region="center" style="background: #eee; overflow-y:hidden;" >
  486. <div id="tabs" class="easyui-tabs" fit="true" border="false" >
  487. <div title="欢迎使用" style="padding:20px;overflow:hidden; color:#f08300; " >
  488. <center><h1 style="font-size:24px;">* 气瓶电子标签动态监管集成系统-<%=place1%></h1></center>
  489. </div>
  490. </div>
  491. </div>
  492. <!--修改密码窗口-->
  493. <div id="w" class="easyui-window" title="修改密码" collapsible="false" minimizable="false"
  494. maximizable="false" icon="icon-save" style="width: 300px; height: auto; padding: 5px;
  495. background: #fafafa;">
  496. <form id="alterpasswordform">
  497. <div fit="true" >
  498. <div region="center" border="false" style="padding: 0px; background: #fff; border: 1px solid #ccc;height: auto;">
  499. <table cellpadding=3>
  500. <tr>
  501. <td>旧密码:</td>
  502. <td><input id="txtOldPass" name="txtOldPass" type="Password" class="txt01" /></td>
  503. </tr>
  504. <tr>
  505. <td>新密码:</td>
  506. <td><input id="txtNewPass" name="txtNewPass" type="Password" class="txt01" /></td>
  507. </tr>
  508. <tr>
  509. <td>确认密码:</td>
  510. <td><input id="txtRePass" type="Password" name="txtRePass" class="txt01" /></td>
  511. </tr>
  512. </table>
  513. </div>
  514. <div region="south" border="false" style="text-align: right; height: 30px; line-height: 30px;">
  515. <a id="btnEp" class="easyui-linkbutton" icon="icon-ok" href="javascript:void(0)" >
  516. 确定</a> <a id="btnCancel" class="easyui-linkbutton" icon="icon-cancel" href="javascript:void(0)">取消</a>
  517. </div>
  518. </div>
  519. </form>
  520. </div>
  521. <!--登陆窗口-->
  522. <div id="l" class="easyui-window" title="登陆窗口" collapsible="false" minimizable="false"
  523. maximizable="false" icon="icon-save" style="width: 300px; height: 150px; padding: 15px;
  524. background: #fafafa;">
  525. <div class="easyui-layout" fit="true">
  526. <div region="center" border="false" style="padding: 10px; background: #fff; border: 1px solid #ccc;">
  527. <table cellpadding=3>
  528. <tr>
  529. <td>用户名:</td>
  530. <td><input id="txtName" type="text" class="txt01" /></td>
  531. </tr>
  532. <tr>
  533. <td>密码:</td>
  534. <td><input id="txtPass" type="Password" class="txt01" /></td>
  535. </tr>
  536. </table>
  537. </div>
  538. <div region="south" border="false" style="text-align: right; ">
  539. <a id="btnlogin" class="easyui-linkbutton" icon="icon-ok" href="javascript:void(0)" >
  540. 确定</a> <a id="btnloginCancel" class="easyui-linkbutton" icon="icon-cancel" href="javascript:void(0)">取消</a>
  541. </div>
  542. </div>
  543. </div>
  544. <div id="mm" class="easyui-menu" style="width:150px;">
  545. <div id="tabupdate">刷新</div>
  546. <div class="menu-sep"></div>
  547. <div id="close">关闭</div>
  548. <div id="closeall">全部关闭</div>
  549. <div id="closeother">除此之外全部关闭</div>
  550. <div class="menu-sep"></div>
  551. <div id="closeright">当前页右侧全部关闭</div>
  552. <div id="closeleft">当前页左侧全部关闭</div>
  553. <div class="menu-sep"></div>
  554. <div id="exit">退出</div>
  555. </div>
  556. <input type="hidden" value="<%=title%>" name="newAnnTitle" id="newAnnTitle"/>
  557. <input type="hidden" value="<%=id%>" name="newAnnID" id="newAnnID"/>
  558. <input type="hidden" value="<%=anTime%>" name="newAnnTIME" id="newAnnTIME"/>
  559. <input type="hidden" value="<%=validity%>" name="validity" id="validity"/>
  560. </body>
  561. </html>