diff --git a/src/application/admin/template/project/bar.htm b/src/application/admin/template/project/bar.htm index b6dbfe1..7190606 100644 --- a/src/application/admin/template/project/bar.htm +++ b/src/application/admin/template/project/bar.htm @@ -2,7 +2,7 @@
diff --git a/src/application/admin/template/project/password_add.htm b/src/application/admin/template/project/password_add.htm new file mode 100644 index 0000000..0c9bcd5 --- /dev/null +++ b/src/application/admin/template/project/password_add.htm @@ -0,0 +1,93 @@ +{include file="public/layout" /} + + + +
+
+
+
+
+
+
+
+ + +

请输入查询密码

+
+
+ +
+
+
+ + +

多个关键字用逗号分隔,留空表示不限制

+
+
+ +
+
+
+ + +

多个关键字用逗号分隔,留空表示不限制

+
+
+ +
+
+
+ + + +

+
+
+ + + + +
+
+
+ + + +{include file="public/footer" /} \ No newline at end of file diff --git a/src/application/admin/template/project/password_index.htm b/src/application/admin/template/project/password_index.htm new file mode 100644 index 0000000..48179d4 --- /dev/null +++ b/src/application/admin/template/project/password_index.htm @@ -0,0 +1,272 @@ +{include file="public/layout" /} + + +
+
+
+
+ +
+
+
+ {eq name="'Project@users_index'|is_check_access" value="1"} + + {/eq} + {eq name="'Project@level_index'|is_check_access" value="1"} + + {/eq} + {eq name="'Project@password_index'|is_check_access" value="1"} + + {/eq} +
+ +
+ + +
+ + +
+
+ + + + + + + + + + + + + + + {empty name="list"} + + + + {else/} + {foreach name="list" item="vo" key="k"} + + + + + + + + + + + {/foreach} + {/empty} + +
+
+
+
查询密码
+
+
允许查询关键字
+
+
禁止查询关键字
+
+
状态
+
+
创建时间
+
+
更新时间
+
+
操作
+
+ 没有符合条件的记录 +
+
+ +
+
+
{$vo.password}
+
+
{$vo.allow_keywords|default='无'}
+
+
{$vo.deny_keywords|default='无'}
+
+
+ {if condition="$vo.status eq 1"} + 启用 + {else /} + 禁用 + {/if} +
+
+
{$vo.createtime|date='Y-m-d H:i:s',###}
+
+
{$vo.updatetime|date='Y-m-d H:i:s',###|default='无'}
+
+
+ 编辑 + + 删除 +
+
+
+ +
+ +
+
+ + +{include file="public/footer" /} \ No newline at end of file diff --git a/src/application/admin/template/project/users_index.htm b/src/application/admin/template/project/users_index.htm index 16aaf11..44baa31 100644 --- a/src/application/admin/template/project/users_index.htm +++ b/src/application/admin/template/project/users_index.htm @@ -19,6 +19,11 @@ {/eq} + {eq name="'Project@password_index'|is_check_access" value="1"} + + {/eq}