| | |
| | | <script src="{yun:}$config.sy_weburl{/yun}/js/jquery-1.8.0.min.js?v={yun:}$config.cachecode{/yun}"></script> |
| | | <link href="{yun:}$config.sy_weburl{/yun}/js/layui/css/layui.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" /> |
| | | <script src="{yun:}$config.sy_weburl{/yun}/js/layui/layui.js?v={yun:}$config.cachecode{/yun}"></script> |
| | | <script src="{yun:}$config.sy_weburl{/yun}/js/layui/phpyun_layer.js?v={yun:}$config.cachecode{/yun}"></script> |
| | | <script src="{yun:}$config.sy_weburl{/yun}/js/layui/custom_layer.js?v={yun:}$config.cachecode{/yun}"></script> |
| | | <script src="js/admin_public.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script> |
| | | <title>后台管理</title> |
| | | </head> |
| | |
| | | var pytoken=$("#pytoken").val(); |
| | | $.post("index.php?m=special&c=getinfo",{id:id,pytoken:pytoken},function(msg){ |
| | | parent.layer.closeAll('loading'); |
| | | add_class('申请审核','390','260','#status_div',''); |
| | | add_class('申请审核','450','260','#status_div',''); |
| | | }); |
| | | }); |
| | | }) |
| | |
| | | }else{ |
| | | $("input[name=pid]").val(codewebarr); |
| | | $("input[name=status]").attr("checked",false); |
| | | add_class('申请审核','390','260','#status_div',''); |
| | | add_class('申请审核','450','260','#status_div',''); |
| | | } |
| | | } |
| | | </script> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div id="status_div" style="display:none; width: 390px; "> |
| | | <div id="status_div" style="display:none; width: 450px; "> |
| | | <form class="layui-form" action="index.php?m=special&c=statuscom" target="supportiframe" method="post" onsubmit="return htStatus();"> |
| | | <input type="hidden" name="pytoken" value="{yun:}$pytoken{/yun}"> |
| | | <table cellspacing='1' cellpadding='1' class="admin_examine_table"> |
| | | <tr> |
| | | <th width="80">审核操作:</th> |
| | | <td align="left"> |
| | | <div class="layui-input-block"> |
| | | <div class="layui-input-block" style="margin-left: 0;"> |
| | | <div class="admin_examine_right" style="width:300px"> |
| | | <input name="status" id="status1" value="1" title="已通过" type="radio"/> |
| | | <input name="status" id="status2" value="2" title="未通过" type="radio"/> |