2024-07-16 20:32:22 +08:00
|
|
|
{{define "style"}}
|
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{define "content"}}
|
2024-08-01 20:40:06 +08:00
|
|
|
<div id="user-inquire">
|
2024-08-06 20:37:34 +08:00
|
|
|
<div class="alert alert-primary" role="alert">
|
|
|
|
<button type="button" class="btn btn-primary" id="add-user"><i class="bi bi-plus-square"></i> 创建用户</button>
|
2024-08-01 20:40:06 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-07-20 20:31:09 +08:00
|
|
|
<div id="user-table"></div>
|
2024-07-16 20:32:22 +08:00
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{define "script"}}
|
2024-08-06 20:37:34 +08:00
|
|
|
<script src="/static/js/lib/modal.js"></script>
|
|
|
|
<script src="/static/js/user.js"></script>
|
2024-07-16 20:32:22 +08:00
|
|
|
{{end}}
|