829fb6da81cd95e3193eb4abff1d3883a694b4c1.file.update.html.php 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?php /* Smarty version Smarty-3.1.11, created on 2017-08-09 15:23:57
  2. compiled from "/www/wwwroot/edm.alipearl.net/application/module/view/user_admin/update.html" */ ?>
  3. <?php /*%%SmartyHeaderCode:315249845948e0d97c12e8-61140396%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
  4. $_valid = $_smarty_tpl->decodeProperties(array (
  5. 'file_dependency' =>
  6. array (
  7. '829fb6da81cd95e3193eb4abff1d3883a694b4c1' =>
  8. array (
  9. 0 => '/www/wwwroot/edm.alipearl.net/application/module/view/user_admin/update.html',
  10. 1 => 1498544932,
  11. 2 => 'file',
  12. ),
  13. ),
  14. 'nocache_hash' => '315249845948e0d97c12e8-61140396',
  15. 'function' =>
  16. array (
  17. ),
  18. 'version' => 'Smarty-3.1.11',
  19. 'unifunc' => 'content_5948e0d980d049_74629174',
  20. 'variables' =>
  21. array (
  22. 'error' => 0,
  23. 'succ' => 0,
  24. 'username' => 0,
  25. ),
  26. 'has_nocache_code' => false,
  27. ),false); /*/%%SmartyHeaderCode%%*/?>
  28. <?php if ($_valid && !is_callable('content_5948e0d980d049_74629174')) {function content_5948e0d980d049_74629174($_smarty_tpl) {?><?php echo $_smarty_tpl->getSubTemplate ('../public/admin_header.html', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
  29. <?php echo $_smarty_tpl->getSubTemplate ('../public/admin_navi.html', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
  30. <!-- Right side column. Contains the navbar and content of the page -->
  31. <aside class="right-side">
  32. <!-- Content Header (Page header) -->
  33. <section class="content-header">
  34. <h1>
  35. 修改密码
  36. <small>Control panel</small>
  37. </h1>
  38. <ol class="breadcrumb">
  39. <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
  40. <li class="active">Blank page</li>
  41. </ol>
  42. </section>
  43. <!-- Main content -->
  44. <section class="content">
  45. <div class="span9">
  46. <?php if ($_smarty_tpl->tpl_vars['error']->value){?>
  47. <div class="alert alert-danger alert-dismissable"><?php echo $_smarty_tpl->tpl_vars['error']->value;?>
  48. </div>
  49. <?php }?>
  50. <?php if ($_smarty_tpl->tpl_vars['succ']->value){?>
  51. <div class="alert alert-success alert-dismissable"><?php echo $_smarty_tpl->tpl_vars['succ']->value;?>
  52. </div>
  53. <?php }?>
  54. <div id='main' class="form-actions">
  55. <form method="post" action="">
  56. <table class="table table-bordered" style="margin-top:15px;">
  57. <tr>
  58. <td>用户名</td>
  59. <td><?php echo $_smarty_tpl->tpl_vars['username']->value;?>
  60. <input type="hidden" name="uname" value="<?php echo $_smarty_tpl->tpl_vars['username']->value;?>
  61. " class="form-control" />
  62. </td>
  63. </tr>
  64. <tr>
  65. <td>原密码</td>
  66. <td><input type="password" name="pwd" class="form-control" /></td>
  67. </tr>
  68. <tr>
  69. <td>新密码</td>
  70. <td><input type="password" name="new_pwd" class="form-control" /></td>
  71. </tr>
  72. <tr>
  73. <td>&nbsp;</td>
  74. <td >
  75. <input type="submit" value="提交" class="btn btn-primary" style="width:120px;" />
  76. </td>
  77. </tr>
  78. </table>
  79. </form>
  80. </div>
  81. </div>
  82. </section><!-- /.content -->
  83. </aside><!-- /.right-side -->
  84. </div><!-- ./wrapper -->
  85. <style>
  86. .form-control{width:200px;}
  87. </style>
  88. <script>
  89. $('#treeview5').addClass('active');
  90. $('.user_left').addClass('active');
  91. </script>
  92. </body>
  93. </html>
  94. <?php }} ?>