8fc1068d8243426c39378eeb9c4d8bda.php 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <?php if (!defined('THINK_PATH')) exit(); /*a:4:{s:89:"/www/wwwroot/voicechat.lanmaonet.com/public/../application/admin/view/user/auth/edit.html";i:1622267270;s:79:"/www/wwwroot/voicechat.lanmaonet.com/application/admin/view/layout/default.html";i:1622267280;s:76:"/www/wwwroot/voicechat.lanmaonet.com/application/admin/view/common/meta.html";i:1622267266;s:78:"/www/wwwroot/voicechat.lanmaonet.com/application/admin/view/common/script.html";i:1622267265;}*/ ?>
  2. <!DOCTYPE html>
  3. <html lang="<?php echo $config['language']; ?>">
  4. <head>
  5. <meta charset="utf-8">
  6. <title><?php echo (isset($title) && ($title !== '')?$title:''); ?></title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
  8. <meta name="renderer" content="webkit">
  9. <meta name="referrer" content="never">
  10. <link rel="shortcut icon" href="/assets/img/favicon.ico" />
  11. <!-- Loading Bootstrap -->
  12. <link href="/assets/css/backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  13. <?php if(\think\Config::get('fastadmin.adminskin')): ?>
  14. <link href="/assets/css/skins/<?php echo \think\Config::get('fastadmin.adminskin'); ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  15. <?php endif; ?>
  16. <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
  17. <!--[if lt IE 9]>
  18. <script src="/assets/js/html5shiv.js"></script>
  19. <script src="/assets/js/respond.min.js"></script>
  20. <![endif]-->
  21. <script type="text/javascript">
  22. var require = {
  23. config: <?php echo json_encode($config); ?>
  24. };
  25. </script>
  26. </head>
  27. <body class="inside-header inside-aside <?php echo defined('IS_DIALOG') && IS_DIALOG ? 'is-dialog' : ''; ?>">
  28. <div id="main" role="main">
  29. <div class="tab-content tab-addtabs">
  30. <div id="content">
  31. <div class="row">
  32. <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
  33. <section class="content-header hide">
  34. <h1>
  35. <?php echo __('Dashboard'); ?>
  36. <small><?php echo __('Control panel'); ?></small>
  37. </h1>
  38. </section>
  39. <?php if(!IS_DIALOG && !\think\Config::get('fastadmin.multiplenav') && \think\Config::get('fastadmin.breadcrumb')): ?>
  40. <!-- RIBBON -->
  41. <div id="ribbon">
  42. <ol class="breadcrumb pull-left">
  43. <?php if($auth->check('dashboard')): ?>
  44. <li><a href="dashboard" class="addtabsit"><i class="fa fa-dashboard"></i> <?php echo __('Dashboard'); ?></a></li>
  45. <?php endif; ?>
  46. </ol>
  47. <ol class="breadcrumb pull-right">
  48. <?php foreach($breadcrumb as $vo): ?>
  49. <li><a href="javascript:;" data-url="<?php echo $vo['url']; ?>"><?php echo $vo['title']; ?></a></li>
  50. <?php endforeach; ?>
  51. </ol>
  52. </div>
  53. <!-- END RIBBON -->
  54. <?php endif; ?>
  55. <div class="content">
  56. <form id="edit-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
  57. <div class="form-group">
  58. <label class="control-label col-xs-12 col-sm-2"><?php echo __('User_id'); ?>:</label>
  59. <div class="col-xs-12 col-sm-8">
  60. <input id="c-user_id" data-rule="required" data-source="user/user/index" data-field="nickname" class="form-control selectpage" name="row[user_id]" type="text" value="<?php echo htmlentities($row['user_id']); ?>">
  61. </div>
  62. </div>
  63. <div class="form-group">
  64. <label class="control-label col-xs-12 col-sm-2"><?php echo __('Realname'); ?>:</label>
  65. <div class="col-xs-12 col-sm-8">
  66. <input id="c-realname" data-rule="required" class="form-control" name="row[realname]" type="text" value="<?php echo htmlentities($row['realname']); ?>">
  67. </div>
  68. </div>
  69. <div class="form-group">
  70. <label class="control-label col-xs-12 col-sm-2"><?php echo __('Idcard'); ?>:</label>
  71. <div class="col-xs-12 col-sm-8">
  72. <input id="c-idcard" data-rule="required" class="form-control" name="row[idcard]" type="text" value="<?php echo htmlentities($row['idcard']); ?>">
  73. </div>
  74. </div>
  75. <div class="form-group">
  76. <label class="control-label col-xs-12 col-sm-2"><?php echo __('身份证正面照'); ?>:</label>
  77. <div class="col-xs-12 col-sm-8">
  78. <div class="input-group">
  79. <input id="c-zimage" class="form-control" size="50" name="row[zimage]" type="text" value="<?php echo htmlentities($row['zimage']); ?>">
  80. <div class="input-group-addon no-border no-padding">
  81. <span><button type="button" id="faupload-zimage" class="btn btn-danger faupload" data-input-id="c-zimage" data-mimetype="image/gif,image/jpeg,image/png,image/jpg,image/bmp" data-multiple="false" data-preview-id="p-zimage"><i class="fa fa-upload"></i> <?php echo __('Upload'); ?></button></span>
  82. <span><button type="button" id="fachoose-zimage" class="btn btn-primary fachoose" data-input-id="c-zimage" data-mimetype="image/*" data-multiple="false"><i class="fa fa-list"></i> <?php echo __('Choose'); ?></button></span>
  83. </div>
  84. <span class="msg-box n-right" for="c-zimage"></span>
  85. </div>
  86. <ul class="row list-inline faupload-preview" id="p-zimage"></ul>
  87. </div>
  88. </div>
  89. <div class="form-group">
  90. <label class="control-label col-xs-12 col-sm-2"><?php echo __('身份证反面照'); ?>:</label>
  91. <div class="col-xs-12 col-sm-8">
  92. <div class="input-group">
  93. <input id="c-fimage" class="form-control" size="50" name="row[fimage]" type="text" value="<?php echo htmlentities($row['fimage']); ?>">
  94. <div class="input-group-addon no-border no-padding">
  95. <span><button type="button" id="faupload-fimage" class="btn btn-danger faupload" data-input-id="c-fimage" data-mimetype="image/gif,image/jpeg,image/png,image/jpg,image/bmp" data-multiple="false" data-preview-id="p-fimage"><i class="fa fa-upload"></i> <?php echo __('Upload'); ?></button></span>
  96. <span><button type="button" id="fachoose-fimage" class="btn btn-primary fachoose" data-input-id="c-fimage" data-mimetype="image/*" data-multiple="false"><i class="fa fa-list"></i> <?php echo __('Choose'); ?></button></span>
  97. </div>
  98. <span class="msg-box n-right" for="c-fimage"></span>
  99. </div>
  100. <ul class="row list-inline faupload-preview" id="p-fimage"></ul>
  101. </div>
  102. </div>
  103. <div class="form-group">
  104. <label class="control-label col-xs-12 col-sm-2"><?php echo __('Status'); ?>:</label>
  105. <div class="col-xs-12 col-sm-8">
  106. <div class="radio">
  107. <?php if(is_array($statusList) || $statusList instanceof \think\Collection || $statusList instanceof \think\Paginator): if( count($statusList)==0 ) : echo "" ;else: foreach($statusList as $key=>$vo): ?>
  108. <label for="row[status]-<?php echo $key; ?>"><input id="row[status]-<?php echo $key; ?>" name="row[status]" type="radio" value="<?php echo $key; ?>" <?php if(in_array(($key), is_array($row['status'])?$row['status']:explode(',',$row['status']))): ?>checked<?php endif; ?> /> <?php echo $vo; ?></label>
  109. <?php endforeach; endif; else: echo "" ;endif; ?>
  110. </div>
  111. </div>
  112. </div>
  113. <div class="form-group layer-footer">
  114. <label class="control-label col-xs-12 col-sm-2"></label>
  115. <div class="col-xs-12 col-sm-8">
  116. <button type="submit" class="btn btn-success btn-embossed disabled"><?php echo __('OK'); ?></button>
  117. <button type="reset" class="btn btn-default btn-embossed"><?php echo __('Reset'); ?></button>
  118. </div>
  119. </div>
  120. </form>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. <script src="/assets/js/require<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js" data-main="/assets/js/require-backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js?v=<?php echo htmlentities($site['version']); ?>"></script>
  128. </body>
  129. </html>