123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?php /* Smarty version Smarty-3.1.11, created on 2017-08-09 15:23:57
- compiled from "/www/wwwroot/edm.alipearl.net/application/module/view/user_admin/update.html" */ ?>
- <?php /*%%SmartyHeaderCode:315249845948e0d97c12e8-61140396%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
- $_valid = $_smarty_tpl->decodeProperties(array (
- 'file_dependency' =>
- array (
- '829fb6da81cd95e3193eb4abff1d3883a694b4c1' =>
- array (
- 0 => '/www/wwwroot/edm.alipearl.net/application/module/view/user_admin/update.html',
- 1 => 1498544932,
- 2 => 'file',
- ),
- ),
- 'nocache_hash' => '315249845948e0d97c12e8-61140396',
- 'function' =>
- array (
- ),
- 'version' => 'Smarty-3.1.11',
- 'unifunc' => 'content_5948e0d980d049_74629174',
- 'variables' =>
- array (
- 'error' => 0,
- 'succ' => 0,
- 'username' => 0,
- ),
- 'has_nocache_code' => false,
- ),false); /*/%%SmartyHeaderCode%%*/?>
- <?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);?>
- <?php echo $_smarty_tpl->getSubTemplate ('../public/admin_navi.html', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
- <!-- Right side column. Contains the navbar and content of the page -->
- <aside class="right-side">
- <!-- Content Header (Page header) -->
- <section class="content-header">
- <h1>
- 修改密码
- <small>Control panel</small>
- </h1>
- <ol class="breadcrumb">
- <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
- <li class="active">Blank page</li>
- </ol>
- </section>
- <!-- Main content -->
- <section class="content">
- <div class="span9">
- <?php if ($_smarty_tpl->tpl_vars['error']->value){?>
- <div class="alert alert-danger alert-dismissable"><?php echo $_smarty_tpl->tpl_vars['error']->value;?>
- </div>
- <?php }?>
- <?php if ($_smarty_tpl->tpl_vars['succ']->value){?>
- <div class="alert alert-success alert-dismissable"><?php echo $_smarty_tpl->tpl_vars['succ']->value;?>
- </div>
- <?php }?>
- <div id='main' class="form-actions">
- <form method="post" action="">
- <table class="table table-bordered" style="margin-top:15px;">
- <tr>
- <td>用户名</td>
- <td><?php echo $_smarty_tpl->tpl_vars['username']->value;?>
- <input type="hidden" name="uname" value="<?php echo $_smarty_tpl->tpl_vars['username']->value;?>
- " class="form-control" />
- </td>
- </tr>
- <tr>
- <td>原密码</td>
- <td><input type="password" name="pwd" class="form-control" /></td>
- </tr>
- <tr>
- <td>新密码</td>
- <td><input type="password" name="new_pwd" class="form-control" /></td>
- </tr>
- <tr>
- <td> </td>
- <td >
- <input type="submit" value="提交" class="btn btn-primary" style="width:120px;" />
- </td>
- </tr>
- </table>
- </form>
- </div>
- </div>
- </section><!-- /.content -->
- </aside><!-- /.right-side -->
- </div><!-- ./wrapper -->
- <style>
- .form-control{width:200px;}
- </style>
- <script>
- $('#treeview5').addClass('active');
- $('.user_left').addClass('active');
- </script>
- </body>
- </html>
- <?php }} ?>
|