251 lines
10 KiB
PHP
Executable File
251 lines
10 KiB
PHP
Executable File
<?php
|
|
/* Smarty version 5.3.1, created on 2025-02-02 20:28:50
|
|
from 'file:admin/user/index.tpl' */
|
|
|
|
/* @var \Smarty\Template $_smarty_tpl */
|
|
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
|
|
'version' => '5.3.1',
|
|
'unifunc' => 'content_679f6502bc8df6_94217674',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'8f1f78ed6e613231cf8fb2ed877a02c6cb5b89d1' =>
|
|
array (
|
|
0 => 'admin/user/index.tpl',
|
|
1 => 1733016424,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
'file:admin/header.tpl' => 1,
|
|
'file:datatable.tpl' => 1,
|
|
'file:admin/footer.tpl' => 1,
|
|
),
|
|
))) {
|
|
function content_679f6502bc8df6_94217674 (\Smarty\Template $_smarty_tpl) {
|
|
$_smarty_current_dir = '/www/wwwroot/fuuu.cloud/resources/views/tabler/admin/user';
|
|
$_smarty_tpl->renderSubTemplate('file:admin/header.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), (int) 0, $_smarty_current_dir);
|
|
?>
|
|
|
|
<div class="page-wrapper">
|
|
<div class="container-xl">
|
|
<div class="page-header d-print-none text-white">
|
|
<div class="row align-items-center">
|
|
<div class="col">
|
|
<h2 class="page-title">
|
|
<span class="home-title">用户列表</span>
|
|
</h2>
|
|
<div class="page-pretitle my-3">
|
|
<span class="home-subtitle">
|
|
系统中所有用户的列表
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="col-auto">
|
|
<div class="btn-list">
|
|
<button href="#" class="btn btn-primary" data-bs-toggle="modal"
|
|
data-bs-target="#create-dialog">
|
|
<i class="icon ti ti-plus"></i>
|
|
创建
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="page-body">
|
|
<div class="container-xl">
|
|
<div class="row row-deck row-cards">
|
|
<div class="col-12">
|
|
<div class="card">
|
|
<div class="table-responsive">
|
|
<table id="data-table" class="table card-table table-vcenter text-nowrap datatable">
|
|
<thead>
|
|
<tr>
|
|
<?php
|
|
$_from = $_smarty_tpl->getSmarty()->getRuntime('Foreach')->init($_smarty_tpl, $_smarty_tpl->getValue('details')['field'], 'value', false, 'key');
|
|
$foreach0DoElse = true;
|
|
foreach ($_from ?? [] as $_smarty_tpl->getVariable('key')->value => $_smarty_tpl->getVariable('value')->value) {
|
|
$foreach0DoElse = false;
|
|
?>
|
|
<th><?php echo $_smarty_tpl->getValue('value');?>
|
|
</th>
|
|
<?php
|
|
}
|
|
$_smarty_tpl->getSmarty()->getRuntime('Foreach')->restore($_smarty_tpl, 1);?>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="modal modal-blur fade" id="create-dialog" tabindex="-1" role="dialog" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title">添加用户</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<?php
|
|
$_from = $_smarty_tpl->getSmarty()->getRuntime('Foreach')->init($_smarty_tpl, $_smarty_tpl->getValue('details')['create_dialog'], 'from');
|
|
$foreach1DoElse = true;
|
|
foreach ($_from ?? [] as $_smarty_tpl->getVariable('from')->value) {
|
|
$foreach1DoElse = false;
|
|
?>
|
|
<?php if ($_smarty_tpl->getValue('from')['type'] === 'input') {?>
|
|
<div class="form-group mb-3 row">
|
|
<label class="form-label col-3 col-form-label"><?php echo $_smarty_tpl->getValue('from')['info'];?>
|
|
</label>
|
|
<div class="col">
|
|
<input id="<?php echo $_smarty_tpl->getValue('from')['id'];?>
|
|
" type="text" class="form-control"
|
|
placeholder="<?php echo $_smarty_tpl->getValue('from')['placeholder'];?>
|
|
">
|
|
</div>
|
|
</div>
|
|
<?php }?>
|
|
<?php if ($_smarty_tpl->getValue('from')['type'] === 'textarea') {?>
|
|
<div class="form-group mb-3 row">
|
|
<label class="form-label col-3 col-form-label"><?php echo $_smarty_tpl->getValue('from')['info'];?>
|
|
</label>
|
|
<textarea id="<?php echo $_smarty_tpl->getValue('from')['id'];?>
|
|
" class="col form-control" rows="<?php echo $_smarty_tpl->getValue('from')['rows'];?>
|
|
"
|
|
placeholder="<?php echo $_smarty_tpl->getValue('from')['placeholder'];?>
|
|
"></textarea>
|
|
</div>
|
|
<?php }?>
|
|
<?php if ($_smarty_tpl->getValue('from')['type'] === 'select') {?>
|
|
<div class="form-group mb-3 row">
|
|
<label class="form-label col-3 col-form-label"><?php echo $_smarty_tpl->getValue('from')['info'];?>
|
|
</label>
|
|
<div class="col">
|
|
<select id="<?php echo $_smarty_tpl->getValue('from')['id'];?>
|
|
" class="col form-select">
|
|
<?php
|
|
$_from = $_smarty_tpl->getSmarty()->getRuntime('Foreach')->init($_smarty_tpl, $_smarty_tpl->getValue('from')['select'], 'value', false, 'key');
|
|
$foreach2DoElse = true;
|
|
foreach ($_from ?? [] as $_smarty_tpl->getVariable('key')->value => $_smarty_tpl->getVariable('value')->value) {
|
|
$foreach2DoElse = false;
|
|
?>
|
|
<option value="<?php echo $_smarty_tpl->getValue('key');?>
|
|
"><?php echo $_smarty_tpl->getValue('value');?>
|
|
</option>
|
|
<?php
|
|
}
|
|
$_smarty_tpl->getSmarty()->getRuntime('Foreach')->restore($_smarty_tpl, 1);?>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<?php }?>
|
|
<?php
|
|
}
|
|
$_smarty_tpl->getSmarty()->getRuntime('Foreach')->restore($_smarty_tpl, 1);?>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn me-auto" data-bs-dismiss="modal">取消</button>
|
|
<button id="create-button" type="button" class="btn btn-primary" data-bs-dismiss="modal">添加
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php $_smarty_tpl->renderSubTemplate('file:datatable.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), (int) 0, $_smarty_current_dir);
|
|
?>
|
|
|
|
<?php echo '<script'; ?>
|
|
>
|
|
tableConfig.ajax = {
|
|
url: '/admin/user/ajax',
|
|
type: 'POST',
|
|
dataSrc: 'users'
|
|
};
|
|
tableConfig.order = [
|
|
[1, 'asc']
|
|
];
|
|
tableConfig.columnDefs = [
|
|
{
|
|
targets: [0, 6, 7],
|
|
orderable: false
|
|
},
|
|
];
|
|
|
|
let table = new DataTable('#data-table', tableConfig);
|
|
|
|
function loadTable() {
|
|
table;
|
|
}
|
|
|
|
$("#create-button").click(function () {
|
|
$.ajax({
|
|
type: "POST",
|
|
url: "/admin/user/create",
|
|
dataType: "json",
|
|
data: {
|
|
<?php
|
|
$_from = $_smarty_tpl->getSmarty()->getRuntime('Foreach')->init($_smarty_tpl, $_smarty_tpl->getValue('details')['create_dialog'], 'from');
|
|
$foreach3DoElse = true;
|
|
foreach ($_from ?? [] as $_smarty_tpl->getVariable('from')->value) {
|
|
$foreach3DoElse = false;
|
|
?>
|
|
<?php echo $_smarty_tpl->getValue('from')['id'];?>
|
|
: $('#<?php echo $_smarty_tpl->getValue('from')['id'];?>
|
|
').val(),
|
|
<?php
|
|
}
|
|
$_smarty_tpl->getSmarty()->getRuntime('Foreach')->restore($_smarty_tpl, 1);?>
|
|
},
|
|
success: function (data) {
|
|
if (data.ret === 1) {
|
|
$('#success-noreload-message').text(data.msg);
|
|
$('#success-noreload-dialog').modal('show');
|
|
reloadTableAjax();
|
|
} else {
|
|
$('#fail-message').text(data.msg);
|
|
$('#fail-dialog').modal('show');
|
|
}
|
|
}
|
|
})
|
|
});
|
|
|
|
function deleteUser(user_id) {
|
|
$('#notice-message').text('确定删除此用户?');
|
|
$('#notice-dialog').modal('show');
|
|
$('#notice-confirm').off('click').on('click', function () {
|
|
$.ajax({
|
|
url: "/admin/user/" + user_id,
|
|
type: 'DELETE',
|
|
dataType: "json",
|
|
success: function (data) {
|
|
if (data.ret === 1) {
|
|
$('#success-noreload-message').text(data.msg);
|
|
$('#success-noreload-dialog').modal('show');
|
|
reloadTableAjax();
|
|
} else {
|
|
$('#fail-message').text(data.msg);
|
|
$('#fail-dialog').modal('show');
|
|
}
|
|
}
|
|
})
|
|
});
|
|
}
|
|
|
|
function reloadTableAjax() {
|
|
table.ajax.reload(null, false);
|
|
}
|
|
|
|
loadTable();
|
|
<?php echo '</script'; ?>
|
|
>
|
|
|
|
<?php $_smarty_tpl->renderSubTemplate('file:admin/footer.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), (int) 0, $_smarty_current_dir);
|
|
}
|
|
}
|