From d758468923a34b7bdb62d1775ff6f7cfc387877a Mon Sep 17 00:00:00 2001
From: wanghongjun <1445693971@qq,com>
Date: Thu, 12 Oct 2023 16:54:24 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AC=A1=E6=8E=A8=E9=80=81?=
=?UTF-8?q?=E9=A1=B9=E7=9B=AE3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/admin/view/activitys/sms.html | 72 ++
app/admin/view/activitys/tpl.html | 90 +++
app/admin/view/admin/profile.html | 372 ++++++++++
app/admin/view/agencys/user.html | 98 +++
app/admin/view/apply/news_edit.html | 219 ++++++
app/admin/view/apply/news_list.html | 38 +
app/admin/view/apply/news_list1.html | 56 ++
app/admin/view/apply/news_list2.html | 55 ++
app/admin/view/bbs/log.html | 90 +++
app/admin/view/bigdata/show_add1.html | 664 +++++++++++++++++
app/admin/view/bigdata/show_edit1.html | 696 ++++++++++++++++++
app/admin/view/bigdata/showlist.html | 141 ++++
app/admin/view/help/soft.html | 51 ++
.../view/lcmanager/lc_shopping_edit.html | 134 ++++
.../view/lcmanager/lc_shopping_list.html | 46 ++
15 files changed, 2822 insertions(+)
create mode 100644 app/admin/view/activitys/sms.html
create mode 100644 app/admin/view/activitys/tpl.html
create mode 100644 app/admin/view/admin/profile.html
create mode 100644 app/admin/view/agencys/user.html
create mode 100644 app/admin/view/apply/news_edit.html
create mode 100644 app/admin/view/apply/news_list.html
create mode 100644 app/admin/view/apply/news_list1.html
create mode 100644 app/admin/view/apply/news_list2.html
create mode 100644 app/admin/view/bbs/log.html
create mode 100644 app/admin/view/bigdata/show_add1.html
create mode 100644 app/admin/view/bigdata/show_edit1.html
create mode 100644 app/admin/view/bigdata/showlist.html
create mode 100644 app/admin/view/help/soft.html
create mode 100644 app/admin/view/lcmanager/lc_shopping_edit.html
create mode 100644 app/admin/view/lcmanager/lc_shopping_list.html
diff --git a/app/admin/view/activitys/sms.html b/app/admin/view/activitys/sms.html
new file mode 100644
index 0000000..e5333c1
--- /dev/null
+++ b/app/admin/view/activitys/sms.html
@@ -0,0 +1,72 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+{/block}
\ No newline at end of file
diff --git a/app/admin/view/activitys/tpl.html b/app/admin/view/activitys/tpl.html
new file mode 100644
index 0000000..cdc8dae
--- /dev/null
+++ b/app/admin/view/activitys/tpl.html
@@ -0,0 +1,90 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+{/block}
\ No newline at end of file
diff --git a/app/admin/view/admin/profile.html b/app/admin/view/admin/profile.html
new file mode 100644
index 0000000..21b706d
--- /dev/null
+++ b/app/admin/view/admin/profile.html
@@ -0,0 +1,372 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {$admin['admin_hits']}
+
+
+ 登录次数
+
+
+
+
+
+
+
+
+
+
+
+
+
用户名
+
+
+ {$admin['admin_username']}
+
+
+
+
联系电话
+
+
+ {$admin['admin_tel']|default='未设置'}
+
+
+
+
真实姓名
+
+
+ {$admin.admin_realname|default='未设置'}
+
+
+
+
上次登录时间
+
+
+ {if condition="$admin.admin_last_time eq ''"}未登陆过{else /}{$admin.admin_last_time|date="Y-m-d H:i:s",###}{/if}
+
+
+
上次登录IP
+
+
+ {if condition="$admin.admin_ip eq ''"}未登陆过{else /}{$admin.admin_ip}{/if}
+
+
+
本次登录IP
+
+
+ {$admin.admin_ip}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
程序加载中......
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{/block}
+
+
diff --git a/app/admin/view/agencys/user.html b/app/admin/view/agencys/user.html
new file mode 100644
index 0000000..c059d31
--- /dev/null
+++ b/app/admin/view/agencys/user.html
@@ -0,0 +1,98 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+{/block}
\ No newline at end of file
diff --git a/app/admin/view/apply/news_edit.html b/app/admin/view/apply/news_edit.html
new file mode 100644
index 0000000..479adc3
--- /dev/null
+++ b/app/admin/view/apply/news_edit.html
@@ -0,0 +1,219 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+
+{/block}
diff --git a/app/admin/view/apply/news_list.html b/app/admin/view/apply/news_list.html
new file mode 100644
index 0000000..a76ebda
--- /dev/null
+++ b/app/admin/view/apply/news_list.html
@@ -0,0 +1,38 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+{/block}
diff --git a/app/admin/view/apply/news_list1.html b/app/admin/view/apply/news_list1.html
new file mode 100644
index 0000000..e4dd476
--- /dev/null
+++ b/app/admin/view/apply/news_list1.html
@@ -0,0 +1,56 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+{/block}
diff --git a/app/admin/view/apply/news_list2.html b/app/admin/view/apply/news_list2.html
new file mode 100644
index 0000000..36c193b
--- /dev/null
+++ b/app/admin/view/apply/news_list2.html
@@ -0,0 +1,55 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+{/block}
diff --git a/app/admin/view/bbs/log.html b/app/admin/view/bbs/log.html
new file mode 100644
index 0000000..b40e9ad
--- /dev/null
+++ b/app/admin/view/bbs/log.html
@@ -0,0 +1,90 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+
+
+
+{/block}
diff --git a/app/admin/view/bigdata/show_add1.html b/app/admin/view/bigdata/show_add1.html
new file mode 100644
index 0000000..335c996
--- /dev/null
+++ b/app/admin/view/bigdata/show_add1.html
@@ -0,0 +1,664 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+{/block}
+{block name="scripts"}
+
+{/block}
\ No newline at end of file
diff --git a/app/admin/view/bigdata/show_edit1.html b/app/admin/view/bigdata/show_edit1.html
new file mode 100644
index 0000000..2cb20e9
--- /dev/null
+++ b/app/admin/view/bigdata/show_edit1.html
@@ -0,0 +1,696 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+
+
+
+
+
+
+
+
+
+{/block}
+{block name="scripts"}
+
+{/block}
diff --git a/app/admin/view/bigdata/showlist.html b/app/admin/view/bigdata/showlist.html
new file mode 100644
index 0000000..a22f275
--- /dev/null
+++ b/app/admin/view/bigdata/showlist.html
@@ -0,0 +1,141 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{/block}
diff --git a/app/admin/view/help/soft.html b/app/admin/view/help/soft.html
new file mode 100644
index 0000000..b2e7230
--- /dev/null
+++ b/app/admin/view/help/soft.html
@@ -0,0 +1,51 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+
+
+
+
+
+
+ | 软件名称 |
+ 说明 |
+ 上传日期 |
+ 操作 |
+
+
+
+
+
+
+ | 谷歌浏览器 |
+ 更好的体验html5+css3效果,下载后解压进行安装。 |
+ 2017-03-28 |
+
+ |
+
+
+ | winrar压缩解压软件 |
+ 用于解压压缩包文件,这里主要用于解压本系统软件包。 |
+ 2017-03-28 |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+{/block}
diff --git a/app/admin/view/lcmanager/lc_shopping_edit.html b/app/admin/view/lcmanager/lc_shopping_edit.html
new file mode 100644
index 0000000..2e1385e
--- /dev/null
+++ b/app/admin/view/lcmanager/lc_shopping_edit.html
@@ -0,0 +1,134 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+
+
+
+
+
+
+
+
+
+{/block}
+{block name="scripts"}
+
+{/block}
\ No newline at end of file
diff --git a/app/admin/view/lcmanager/lc_shopping_list.html b/app/admin/view/lcmanager/lc_shopping_list.html
new file mode 100644
index 0000000..93295e7
--- /dev/null
+++ b/app/admin/view/lcmanager/lc_shopping_list.html
@@ -0,0 +1,46 @@
+{extend name="admin@public/base" /}
+{block name="main-content"}
+
+{/block}