Files
Jiscuss/src/main/resources/WEB-INF/templates/index.htm
T
Chuyaoyuan 81af4244e2 2.0 架构调整
2.0  架构调整
2023-07-31 22:52:46 +08:00

55 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<html>
<head>
<title>${title}</title>
</head>
<body>
jiscss::${message}
<table>
<tr>
<td>权限(user:add</td>
<td>
<#authPermissions name="user:add">
</#authPermissions>
</td>
</tr>
<tr>
<td>权限(user:del</td><td>
<#authPermissions name="user:del">
</#authPermissions>
</td>
</tr>
<tr>
<td>权限(user:clear</td><td>
<#authPermissions name="user:clear">
</#authPermissions>
</td>
</tr>
<tr>
<td>角色(admin1</td><td>
<#authRoles name="admin1">
</#authRoles>
</td>
</tr>
<tr>
<td>角色(admin2</td><td>
<#authRoles name="admin2">
</#authRoles>
</td>
</tr>
<tr>
<td>角色(admin3</td><td>
<#authRoles name="admin3">
</#authRoles>
</td>
</tr>
</table>
</body>
</html>