From 339e00347ec67fca528ea702456e34f3181512f6 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Fri, 15 Dec 2023 02:28:54 +0900 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E3=81=A5=E3=81=91=E9=81=B8=E6=8A=9E?= =?UTF-8?q?=E3=83=95=E3=82=A9=E3=83=BC=E3=83=A0=E8=BF=BD=E5=8A=A0=EF=BC=88?= =?UTF-8?q?=E5=81=B4=E3=81=A0=E3=81=91=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- broadcast/index.frm.php | 16 ++++++++++++++++ broadcast/script.js | 3 +++ 2 files changed, 19 insertions(+) diff --git a/broadcast/index.frm.php b/broadcast/index.frm.php index 38e2e6b..bc0ebe3 100644 --- a/broadcast/index.frm.php +++ b/broadcast/index.frm.php @@ -3,7 +3,11 @@ + + + + 伊地知ニジカ放送局 - ニジカ返答ログ @@ -43,6 +47,18 @@ +
+
+ 日時ニジカ +
+ +
+ + + +
+
+
フリーワード diff --git a/broadcast/script.js b/broadcast/script.js index a442aad..447cf8e 100644 --- a/broadcast/script.js +++ b/broadcast/script.js @@ -4,6 +4,9 @@ Script static main () { + $ ('#filter-date-start').datepicker (); + $ ('#filter-date-end').datepicker (); + const url = new URL (window.location.href); const orderAsc = document.getElementById ('order-asc');