From 96581bd8e2f7aabc057c61e927e5bbd35213202c Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Sun, 11 Sep 2022 11:49:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=88=B0=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- signin/20220911.php | 104 +++++++++++++++++++++++++++++++ signin/admin_20220911.php | 121 +++++++++++++++++++++++++++++++++++++ signin/index.php | 89 +++++++++++++++++++++++++++ signin/upload/20220911.php | 55 +++++++++++++++++ 5 files changed, 371 insertions(+), 1 deletion(-) create mode 100644 signin/20220911.php create mode 100644 signin/admin_20220911.php create mode 100644 signin/index.php create mode 100644 signin/upload/20220911.php diff --git a/.gitignore b/.gitignore index b38f7f3..d5212f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ nginx.htaccess .htaccess -setting.inc.php \ No newline at end of file +setting.inc.php +demo.php \ No newline at end of file diff --git a/signin/20220911.php b/signin/20220911.php new file mode 100644 index 0000000..d809771 --- /dev/null +++ b/signin/20220911.php @@ -0,0 +1,104 @@ + + + + + + + + + 无锡学院 - 软件工程|二班 + + + + + + + + +
+ +
+ +
+
Loading...
+
Loading...
+
Loading...
+
+
+
+
+ +
+
+
+
+
+
+
军训服装集合领取签到
+ +
查询到场人 查询
+ +
点击下方按钮进行签到
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+ + + + + + + + + diff --git a/signin/admin_20220911.php b/signin/admin_20220911.php new file mode 100644 index 0000000..9282b32 --- /dev/null +++ b/signin/admin_20220911.php @@ -0,0 +1,121 @@ + + + + + + + + + 无锡学院 - 软件工程|二班 + + + + + + + + +
+ +
+ +
+
Loading...
+
Loading...
+
Loading...
+
+
+
+
+ +
+
+
+
+
+
+
军训服装集合领取签到(管理员)
+
+ + + + + + + + + + + + + + + + + + + +
学号姓名签到时间
+ 已签到'; + } else { + echo '未签到'; + } + ?> +
+
+
+
+
+
+
+
+
+ + + + + + + + + diff --git a/signin/index.php b/signin/index.php new file mode 100644 index 0000000..72e29a1 --- /dev/null +++ b/signin/index.php @@ -0,0 +1,89 @@ + + + + + + + + + 无锡学院 - 软件工程|二班 + + + + + + + + +
+ +
+ +
+
Loading...
+
Loading...
+
Loading...
+
+
+
+
+ +
+
+
+
+
+
+
活动/事务 · 签到信息
+
+ + + + + + + + + + + + + + + + + +
序号内容日期进入
1军训服装领取签到2022-09-11 进入签到
+
+
+
+
+
+
+
+
+ + + + + + + + + diff --git a/signin/upload/20220911.php b/signin/upload/20220911.php new file mode 100644 index 0000000..5397bda --- /dev/null +++ b/signin/upload/20220911.php @@ -0,0 +1,55 @@ + + alert( "已完成!" ) + window.location.href = "/signin/20220911.php" + + EOF; + } elseif ($signin['output'] == 'SQL_DNEY') { + echo << + alert( "操作拒绝!已经有数据了" ) + window.history.go(-1); + + EOF; + } else { + echo << + alert( "缺少密钥" ) + window.history.go(-1); + + EOF; + } +} else { + echo << + alert( "您未登录!" ) + window.location.href = "/auth.php" + + EOF; +} \ No newline at end of file