From a865e4e3f3a3a1a18b2eff6a7006d2a962d5d6e7 Mon Sep 17 00:00:00 2001 From: Jason Chuang Date: Fri, 27 Feb 2026 04:07:14 +0800 Subject: [PATCH] WCAG 2.0 A 1.3.1 Info and Relationships --- src/pages/Announcement/Search_Public/index.js | 2 +- src/pages/DemandNote/Search_Public/index.js | 2 +- src/pages/Message/Details/index.js | 6 ++-- src/pages/Message/Search/index.js | 2 +- src/pages/Organization/DetailPage/index.js | 4 +-- src/pages/Payment/Details_Public/index.js | 2 +- src/pages/Payment/Search_Public/index.js | 2 +- src/pages/Proof/Reply_Public/index.js | 2 +- src/pages/Proof/Search_Public/index.js | 2 +- .../ApplyForm/PublicNoticeApplyForm.js | 2 +- .../PublicNotice/Details_Public/index.js | 4 +-- src/pages/PublicNotice/ListPanel/index.js | 2 +- src/pages/User/ChangePasswordPage/index.js | 2 +- .../User/DetailsPage_Individual/index.js | 4 +-- .../User/DetailsPage_Organization/index.js | 4 +-- src/pages/User/ManagePage_OrgPublic/index.js | 2 +- .../ForgotPassword/AuthCallback/index.js | 2 +- .../ForgotPassword/ForgotPasswordApplyForm.js | 2 +- .../ForgotUsername/AuthCallback/index.js | 2 +- .../ForgotUsername/ForgotUsernameApplyForm.js | 2 +- src/pages/authentication/RegisterCustom.js | 6 ++-- src/pages/dashboard/Public/index.js | 12 ++++---- src/pages/extra-pages/AboutUs/AboutUs_cn.js | 12 ++++---- src/pages/extra-pages/AboutUs/AboutUs_en.js | 12 ++++---- src/pages/extra-pages/AboutUs/AboutUs_zh.js | 12 ++++---- src/pages/extra-pages/AboutUs/index.js | 2 +- .../extra-pages/ImportantNoticePage/index.js | 2 +- .../PrivacyPolicyPage/PrivacyPolicy_cn.js | 22 +++++++-------- .../PrivacyPolicyPage/PrivacyPolicy_en.js | 28 ++++++++----------- .../PrivacyPolicyPage/PrivacyPolicy_zh.js | 27 ++++++++---------- .../extra-pages/PrivacyPolicyPage/index.js | 2 +- src/pages/extra-pages/UserMenuPub1/index.js | 2 +- 32 files changed, 89 insertions(+), 102 deletions(-) diff --git a/src/pages/Announcement/Search_Public/index.js b/src/pages/Announcement/Search_Public/index.js index b282c39..78ee469 100644 --- a/src/pages/Announcement/Search_Public/index.js +++ b/src/pages/Announcement/Search_Public/index.js @@ -75,7 +75,7 @@ const UserSearchPage_Individual = () => {
- +
diff --git a/src/pages/DemandNote/Search_Public/index.js b/src/pages/DemandNote/Search_Public/index.js index 8f174a1..f1d49e0 100644 --- a/src/pages/DemandNote/Search_Public/index.js +++ b/src/pages/DemandNote/Search_Public/index.js @@ -102,7 +102,7 @@ const SearchPage_DemandNote_Pub = () => {
- + diff --git a/src/pages/Message/Details/index.js b/src/pages/Message/Details/index.js index 117c9a2..5f05984 100644 --- a/src/pages/Message/Details/index.js +++ b/src/pages/Message/Details/index.js @@ -76,7 +76,7 @@ const Index = () => {
- + @@ -87,7 +87,7 @@ const Index = () => {
- + {record?.subject} {DateUtils.datetimeStr(record?.sentDate)} @@ -95,7 +95,7 @@ const Index = () => {
- + - {title} + {title}
diff --git a/src/pages/PublicNotice/ListPanel/index.js b/src/pages/PublicNotice/ListPanel/index.js index 192ff9c..aa8e520 100644 --- a/src/pages/PublicNotice/ListPanel/index.js +++ b/src/pages/PublicNotice/ListPanel/index.js @@ -114,7 +114,7 @@ const PublicNotice = () => {
- + diff --git a/src/pages/User/ChangePasswordPage/index.js b/src/pages/User/ChangePasswordPage/index.js index 978895a..b5c3ebd 100644 --- a/src/pages/User/ChangePasswordPage/index.js +++ b/src/pages/User/ChangePasswordPage/index.js @@ -174,7 +174,7 @@ const Index = () => {
- + diff --git a/src/pages/User/DetailsPage_Individual/index.js b/src/pages/User/DetailsPage_Individual/index.js index bdcb18f..7704dbf 100644 --- a/src/pages/User/DetailsPage_Individual/index.js +++ b/src/pages/User/DetailsPage_Individual/index.js @@ -140,11 +140,11 @@ const UserMaintainPage_Individual = () => {
{isGLDLoggedIn()? - + Maintain Individual User : - + } diff --git a/src/pages/User/DetailsPage_Organization/index.js b/src/pages/User/DetailsPage_Organization/index.js index 9551c44..c5e4727 100644 --- a/src/pages/User/DetailsPage_Organization/index.js +++ b/src/pages/User/DetailsPage_Organization/index.js @@ -235,11 +235,11 @@ const UserMaintainPage_Organization = () => {
{isGLDLoggedIn()? - + Maintain Organisation User : - + } diff --git a/src/pages/User/ManagePage_OrgPublic/index.js b/src/pages/User/ManagePage_OrgPublic/index.js index 56294bc..5d1ee6c 100644 --- a/src/pages/User/ManagePage_OrgPublic/index.js +++ b/src/pages/User/ManagePage_OrgPublic/index.js @@ -226,7 +226,7 @@ const ManageOrgUserPage = () => {
- + diff --git a/src/pages/authentication/ForgotPassword/AuthCallback/index.js b/src/pages/authentication/ForgotPassword/AuthCallback/index.js index 0d6406c..a87b478 100644 --- a/src/pages/authentication/ForgotPassword/AuthCallback/index.js +++ b/src/pages/authentication/ForgotPassword/AuthCallback/index.js @@ -193,7 +193,7 @@ const Index = () => {
- + diff --git a/src/pages/authentication/ForgotPassword/ForgotPasswordApplyForm.js b/src/pages/authentication/ForgotPassword/ForgotPasswordApplyForm.js index c75b704..c08ef4b 100644 --- a/src/pages/authentication/ForgotPassword/ForgotPasswordApplyForm.js +++ b/src/pages/authentication/ForgotPassword/ForgotPasswordApplyForm.js @@ -83,7 +83,7 @@ const ForgotPasswordApplyForm = () => {
- + diff --git a/src/pages/authentication/ForgotUsername/AuthCallback/index.js b/src/pages/authentication/ForgotUsername/AuthCallback/index.js index e33b162..82c84f6 100644 --- a/src/pages/authentication/ForgotUsername/AuthCallback/index.js +++ b/src/pages/authentication/ForgotUsername/AuthCallback/index.js @@ -204,7 +204,7 @@ const Index = () => {
- + diff --git a/src/pages/authentication/ForgotUsername/ForgotUsernameApplyForm.js b/src/pages/authentication/ForgotUsername/ForgotUsernameApplyForm.js index e67e0d4..4261a26 100644 --- a/src/pages/authentication/ForgotUsername/ForgotUsernameApplyForm.js +++ b/src/pages/authentication/ForgotUsername/ForgotUsernameApplyForm.js @@ -85,7 +85,7 @@ const ForgotUsernameApplyForm = () => {
- + diff --git a/src/pages/authentication/RegisterCustom.js b/src/pages/authentication/RegisterCustom.js index 38eb1bb..465bcf3 100644 --- a/src/pages/authentication/RegisterCustom.js +++ b/src/pages/authentication/RegisterCustom.js @@ -99,7 +99,7 @@ const RegisterCustom = () => { - + {" " + intl.formatMessage({ id: 'registerTitle2' }) + " "} @@ -114,7 +114,7 @@ const RegisterCustom = () => { - + { }, }} > - + diff --git a/src/pages/dashboard/Public/index.js b/src/pages/dashboard/Public/index.js index 4e97036..ae35e8d 100644 --- a/src/pages/dashboard/Public/index.js +++ b/src/pages/dashboard/Public/index.js @@ -155,7 +155,7 @@ const DashboardDefault = () => {
{/* 我的公共啟事 */} - + {isORGLoggedIn() ? userData.fullenName: (locale === 'en' ?userData.fullenName: userData.fullchName)}, {getWelcomeMsg()} @@ -175,7 +175,7 @@ const DashboardDefault = () => {
{/* 我的公共啟事 */} - + {isORGLoggedIn() ? userData.fullenName: (locale === 'en' ?userData.fullenName: userData.fullchName)}, {getWelcomeMsg()} @@ -204,7 +204,7 @@ const DashboardDefault = () => { - + @@ -214,7 +214,7 @@ const DashboardDefault = () => { - +