From a79cf36a27d3450084ad12a70d08cc087f332b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Wed, 7 Dec 2022 16:53:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B7=BB=E5=8A=A0=E6=A0=8F?= =?UTF-8?q?=E7=9B=AE=EF=BC=8C=E4=BC=9A=E5=91=98=E7=BC=A9=E7=95=A5=E5=9B=BE?= =?UTF-8?q?=E5=92=8C=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E5=8F=8A=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/catalog_add.htm | 126 +++++++++--------- src/admin/templets/catalog_add_quick.htm | 133 ++++++++++--------- src/admin/templets/catalog_edit.htm | 122 ++++++++--------- src/static/web/css/admin.css | 4 - src/static/web/css/user.css | 12 +- src/static/web/js/member.album.js | 2 +- src/system/typelink/typeunit.class.admin.php | 20 +-- src/user/templets/album_add.htm | 13 +- src/user/templets/album_edit.htm | 23 ++-- src/user/templets/archives_add.htm | 4 + src/user/templets/archives_edit.htm | 12 +- src/user/templets/archives_sg_add.htm | 4 + src/user/templets/archives_sg_edit.htm | 16 ++- src/user/templets/article_add.htm | 4 + src/user/templets/article_edit.htm | 14 +- src/user/templets/buy.htm | 3 +- src/user/templets/buy_action_payment.htm | 3 +- src/user/templets/soft_add.htm | 23 ++-- src/user/templets/soft_edit.htm | 49 +++---- 19 files changed, 310 insertions(+), 277 deletions(-) diff --git a/src/admin/templets/catalog_add.htm b/src/admin/templets/catalog_add.htm index 142c6c67..6f29e72d 100644 --- a/src/admin/templets/catalog_add.htm +++ b/src/admin/templets/catalog_add.htm @@ -30,7 +30,7 @@ function ShowHide(objname) { var obj = document.getElementById(objname); if (obj.style.display != "none") - obj.style.display = "none"; + obj.style.display = "none"; else { if (Nav() == 'IE') obj.style.display = "block"; else obj.style.display = "table-row"; @@ -111,24 +111,23 @@
-