<!--用户须知--> <!DOCTYPE HTML> <html> <head> <#include "head-file.htm"> <style type="text/css"> .met-show{ padding:0px; } .wsjb-x { font-size: 14px; color: #404040; text-indent: 2em; margin: 20px 0; } .wsjb-t-3 { width: 140px; height: 50px; border-radius: 3px; background: #bd1a2d; border: 0; font-size: 20px; color: #fff; text-align: center; line-height: 50px; cursor: pointer; margin-left: 20px; } </style> </head> <body> <#include "head.htm"> <!--<section class="derived-banner">--> <!--<div class="container">--> <!--<div class="met-banner banner-ny-h" data-height='' style=''>--> <!--<div class="slick-slide">--> <!--<img class="cover-image" src="{ms:global.host/}/{ms:global.style/}images/1506744384.jpg" sizes="(max-width: 767px) 767px" alt="奋发概况">--> <!--</div>--> <!--</div>--> <!--</div>--> <!--</section>--> <div class="met-column-nav "> <div class="container"> <div class="card"> <div class="sidebar-tile"> <ul class="met-column-nav-ul invisible-xs"> <li> <a href="#" title="用户须知" class="link active">用户须知</a> </li> </ul> </div> </div> </div> </div> <section class="met-show animsition"> <div class="container"> <div class="row"> <div class="met-editor clearfix show-editor"> <div> 在线咨询对以下事项不予受理:<br/> (一)超出北京市城市管理综合行政执法局行政管辖范围的事项;<br/> (二)已经进入司法机关、仲裁机关受理程序或已通过上述法定程序处理的事项;<br/> (三)不服从党纪、政纪处分的申诉;<br/> (四)涉及国家秘密、商业秘密、个人隐私的事项;<br/> (五)涉及军队和国家安全的问题;<br/> (六)正在办理过程中或办理完毕,诉求人无新情况、新理由,发起重复诉求的事项;<br/> (七)违反法律规定、社会公序良俗以及恶意攻击、骚扰或无实质诉求内容的事项;<br/> (八)其它不予受理的事项。<br/> 其他注意事项:<br/> 1、网民在提交的问题中不得侮辱或者诽谤他人,勿使用侵害他人合法权益的词语。<br/> 2、建议网民留下真实联系方式,以便在办理过程中进一步了解情况,网民的个人隐私将受到保护。<br/> 3、为了方便问题的处理及查询,请您写信时将标题栏填写完整,使标题能反映出问题的概况。<br/> <div class="wsjb-x"> <input name="" type="checkbox" value="" class="wsjb-t-1" id="checkbox"> 我已阅读并接受用户须知和条款 </div> <div class="wsjb-btn-1"> <button id="goForm" class="wsjb-t-3 Write">下一步</button> </div> </div> </div> </div> </div> </section> <#include "footer.htm"> <script> $(function(){ $("#goForm").click(function(){ var check = $("#checkbox").prop("checked") if(check){ window.location.href = "{ms:global.url/}yijianjianyi142/index.html" }else{ alert('请阅读并接受用户须知和条款') } }); }) </script> </body> </html>