%%46^46A^46A500FA%%mp.html.php 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php /* Smarty version 2.6.17, created on 2018-05-16 19:16:11
  2. compiled from admin/backUser/mp.html */ ?>
  3. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  4. $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/header.html", 'smarty_include_vars' => array()));
  5. $this->_tpl_vars = $_smarty_tpl_vars;
  6. unset($_smarty_tpl_vars);
  7. ?>
  8. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  9. $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/left.html", 'smarty_include_vars' => array()));
  10. $this->_tpl_vars = $_smarty_tpl_vars;
  11. unset($_smarty_tpl_vars);
  12. ?>
  13. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  14. $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/nav.html", 'smarty_include_vars' => array()));
  15. $this->_tpl_vars = $_smarty_tpl_vars;
  16. unset($_smarty_tpl_vars);
  17. ?>
  18. <?php if (! $this->_tpl_vars['errMsg'] || $this->_tpl_vars['errMsg']['ok'] == 1): ?>
  19. <?php if ($this->_tpl_vars['errMsg']['ok'] == 1): ?>
  20. <div class="tip_message_fail"><?php echo $this->_tpl_vars['errMsg']['msg']; ?>
  21. </div>
  22. <?php endif; ?>
  23. <form method="post" action="<?php echo $this->_tpl_vars['web_cfg']['domain']; ?>
  24. /?c=admin_backUser&a=MP&uid=<?php echo $this->_tpl_vars['user']['uid']; ?>
  25. " style="">
  26. <div class="form-group">
  27. <label class="control-label">用户名:</label>
  28. <?php echo $this->_tpl_vars['user']['name']; ?>
  29. </div>
  30. <div class="form-group">
  31. <label class="control-label">密码:</label>
  32. <input name="password" type="password" style="max-width:250px;">
  33. </div>
  34. <div class="form-group">
  35. <label><input name="auto_generate" type="checkbox" value="1" > 自动生成密码</label>
  36. </div>
  37. <div class="form-group">
  38. <div class="col-sm-offset-3 col-sm-7">
  39. <button class="button button-primary button-small">保存</button>
  40. </div>
  41. </div>
  42. </form>
  43. <?php endif; ?>
  44. <?php if ($this->_tpl_vars['errMsg']['ok'] == 2): ?>
  45. <div class="tip_message_success"><?php echo $this->_tpl_vars['errMsg']['msg']; ?>
  46. </div>
  47. <div class="form-group">
  48. <label class="control-label">用户名:</label>
  49. <?php echo $this->_tpl_vars['user']['name']; ?>
  50. </div>
  51. <div class="form-group">
  52. <label class="control-label">密码:</label>
  53. <?php echo $this->_tpl_vars['password']; ?>
  54. </div>
  55. <?php endif; ?>
  56. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  57. $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/bottom.html", 'smarty_include_vars' => array()));
  58. $this->_tpl_vars = $_smarty_tpl_vars;
  59. unset($_smarty_tpl_vars);
  60. ?>