HEX
Server: Apache/2.4.6 (CentOS) PHP/5.6.39
System: Linux izj6c6ukj0hyugxsgmuxz3z 3.10.0-514.6.2.el7.x86_64 #1 SMP Thu Feb 23 03:04:39 UTC 2017 x86_64
User: root (0)
PHP: 5.6.39
Disabled: NONE
Upload Files
File: /web/data/weixin.tbbbearing.com/App/Runtime/Cache/Manage/dd4b3d135eef20f8d157f45d5d695249.php
<?php if (!defined('THINK_PATH')) exit();?><!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta name="renderer" content="webkit">
    <?php echo seo();?>
    <!--[if lt IE 9]>
    <meta http-equiv="refresh" content="0;ie.html" />
    <![endif]-->
    <link rel="shortcut icon" href="/favicon.ico">

    <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.css"  />
    <link rel="stylesheet" href="/Public/js/plugins/bootstrap-table/bootstrap-table.min.css"  />
    <link rel="stylesheet" href="/Public/js/plugins/bootstrapValidator.0.5.1/bootstrapValidator.css"  />

    <link href="<?php echo C('GLOBAL_CONFIG.style_url');?>" rel="stylesheet" />
    <link href="/Public/css/animate.css" rel="stylesheet">
    <link href="/Public/css/font-awesome.min.css" rel="stylesheet">
    <link href="/Public/Manage/css/admin.css?time=<?php echo C('TIME');?>" rel="stylesheet">
    <link rel="stylesheet" type="text/css" href="/Public/js/plugins/uploadify/uploadify.css">
    <link href="/Public/Manage/skin/<?php echo cookie('admin_skin','',array('path'=>'/manage/'))?cookie('admin_skin','',array('path'=>'/manage/')):'default';?>/skin.css?time=1" rel="stylesheet" id="skin">

    <!-- 全局js -->
    <script src="/Public/js/jquery.min.js?v=2.1.4"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>

    <!-- layer javascript 3.1.1  独立板-->
    <script src="/Public/js/plugins/layer-v3.1.1.zip/layer/layer.js"></script>
    <script src="/Public/js/plugins/jquery-cookie/jquery.cookie.js"></script>
    <script src="/Public/js/plugins/uploadify/jquery.uploadify.min.js" type="text/javascript"></script>
    <script src="/Public/js/plugins/bootstrap-table/bootstrap-table.min.js" type="text/javascript"></script>
    <script src="/Public/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js" type="text/javascript"></script>
    <script src="/Public/js/plugins/bootstrapValidator.0.5.1/bootstrapValidator.js" type="text/javascript"></script>


    <!-- 编辑器 -->
    <script type="text/javascript" charset="utf-8" src="/Public/js/plugins/UEditor/ueditor.config.js"></script>
    <script type="text/javascript" charset="utf-8" src="/Public/js/plugins/UEditor/ueditor.all.min.js"> </script>
    <!--建议手动加在语言,避免在ie下有时因为加载语言失败导致编辑器加载失败-->
    <!--这里加载的语言文件会覆盖你在配置项目里添加的语言类型,比如你在配置项目里配置的是英文,这里加载的中文,那最后就是中文-->
    <script type="text/javascript" charset="utf-8" src="/Public/js/plugins/UEditor/lang/zh-cn/zh-cn.js"></script>
</head>
</head>
<body class="" >
<div id="wrapper">
    <article class="pd-20">
<div class="">
    <div class="ibox">
        <div class="">
            <div class="clearfix">
                <form class="form form-horizontal" role="form" action="<?php echo U('Admin/user_edit_post');?>" id="defaultForm" onsubmit="return false">
                    <div class="form-group clearfix">
                        <label class=" col-sm-2 col-xs-4 control-label ">用户名</label>

                        <div class="col-sm-9 col-xs-8">
                            <input type="text" placeholder="请输入用户名" autocomplete="off" name="user_name" value="<?=$user['user_name']?>" class="form-control">
                        </div>
                    </div>
                    <div class="form-group clearfix">
                        <label class="col-sm-2 col-xs-4 control-label">密码</label>
                        <div class="col-sm-9 col-xs-8">
                            <input type="password" name="password" placeholder="请输入密码" class="form-control" />
                        </div>
                    </div>
                    <div class="form-group clearfix">
                        <label class="col-sm-2 col-xs-4 control-label">管理员分组</label>
                        <div class="col-sm-9 col-xs-8">
                            <?php if(is_array($group_list)): foreach($group_list as $k=>$v): ?><div class="checkbox i-checks">
                                <label><input type="checkbox"  name="group_id[]" value="<?php echo ($v["gid"]); ?>" <?=in_array($v['gid'],$user['group_id'])?" checked ":""?> > <i></i><?php echo ($v["group_name"]); ?></label>
                            </div><?php endforeach; endif; ?>
                        </div>
                    </div>
                    <div class="form-group clearfix ">
                        <div class="col-sm-9 col-xs-8 col-sm-offset-2 col-xs-offset-4">
                            <button  class="btn btn-success btn-w-m" type="button" data-toggle="button" data-loading-text="处理中..." id="validateBtn"><i class="icon-save"></i> 保存</button>
                        </div>
                    </div>
                    <input type="hidden" name="id" value="<?php echo ($user["id"]); ?>">
                </form>
            </div>
        </div>
    </div>
</div>

</article>

</div>

<script src="/Public/Manage/js/global.js?time=1"></script>
<script src="/Public/Manage/js/admin.js?time=<?php echo C('TIME');?>"></script>
</body>
</html>
<script type="text/javascript">
    $(document).ready(function(){ manage_edit();} );
</script>