12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?php /* Smarty version Smarty-3.1.11, created on 2017-07-27 09:44:13
- compiled from "/www/wwwroot/edm.alipearl.net/application/module/view/user_group_admin/update.html" */ ?>
- <?php /*%%SmartyHeaderCode:17213855355979456dd55c57-49314407%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
- $_valid = $_smarty_tpl->decodeProperties(array (
- 'file_dependency' =>
- array (
- '1a3c8b69cf2e4138d41b81d18bc933c420140f1a' =>
- array (
- 0 => '/www/wwwroot/edm.alipearl.net/application/module/view/user_group_admin/update.html',
- 1 => 1498544934,
- 2 => 'file',
- ),
- ),
- 'nocache_hash' => '17213855355979456dd55c57-49314407',
- 'function' =>
- array (
- ),
- 'variables' =>
- array (
- 'one_info' => 0,
- ),
- 'has_nocache_code' => false,
- 'version' => 'Smarty-3.1.11',
- 'unifunc' => 'content_5979456dd8bac0_34360482',
- ),false); /*/%%SmartyHeaderCode%%*/?>
- <?php if ($_valid && !is_callable('content_5979456dd8bac0_34360482')) {function content_5979456dd8bac0_34360482($_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">
- <form method="post" action="" id="to_add">
- 客户分组名称:<input type="text" name="name" id="name" value="<?php echo $_smarty_tpl->tpl_vars['one_info']->value['name'];?>
- ">
- <input type="button" class="btn btn-info" onclick="to_submit();" value="确定" />
- </form>
- </section><!-- /.content -->
- </aside><!-- /.right-side -->
- </div><!-- ./wrapper -->
- <script>
- $('#treeview3').addClass('active');
- $(".user_group_left").addClass('active');
- function to_submit(){
- var name = $('#name').val();
- if(name==''){
- alert("请输入客户分组名称");
- }else{
- $("#to_add").submit();
- }
- }
- </script>
- </body>
- </html><?php }} ?>
|