1010 < a href ="#navigation " class ="skip-to "> 跳至主要連結表</ a >
1111 < a href ="#footer " class ="skip-to "> 跳至頁尾</ a >
1212 </ skip-to >
13- < a href ="/ " class ="flex items-center ">
13+ < a href ="{{< relURL " index.html " > }} " class="flex items-center">
1414 < div class ="bg-layer1 w2 mr3 " style ="aspect-ratio: 1 / 1; "> <!-- logo --> </ div >
1515 < h1 > 意見回饋頁範本</ h1 >
1616 </ a >
@@ -23,7 +23,7 @@ <h1>意見回饋頁範本</h1>
2323
2424 < main class ="site-main " id ="main ">
2525 < h2 > Step 2. 意見回饋</ h2 >
26- < form action ="/ accessibility/demo-page/form-page-s3.html " method ="get ">
26+ < form action ="{{< relURL " accessibility /demo-page/form-page-s3.html" > }} " method="get">
2727 < div class ="fields ba br3 pa4 ">
2828 < fieldset class ="fieldset ">
2929 < legend class ="field-label f3 center "> 聯絡資訊</ legend >
@@ -38,18 +38,18 @@ <h2>Step 2. 意見回饋</h2>
3838 < option > 陳情</ option >
3939 < option > 無障礙</ option >
4040 </ select >
41- < label for ="comment " data-limit-phrase =" 尚餘 {remaining} 字,|內容上限 {total} 字。 " class ="field-label "> 說明意見</ label >
41+ < label for ="comment " class ="field-label "> 說明意見</ label >
4242 < ul class ="field-description " id ="textarea-description ">
4343 < li data-character-notice aria-live ="polite " aria-atomic ="true "> 內容上限 200 字。</ li >
4444 </ ul >
45- < textarea id ="comment " rows ="4 " required data-character-limit ="200 " aria-describedby ="textarea-description "> </ textarea >
45+ < textarea id ="comment " name =" comment " rows ="4 " required data-character-limit ="200 " aria-describedby ="textarea-description "> </ textarea >
4646 </ fieldset >
4747 < div class ="sr-only " id ="notes_save_status " role ="alert "> </ div >
4848
4949 < div class ="gap2 flex flex-wrap ">
5050 < button type ="submit " class ="button button-primary "> 下一步</ button >
5151 < button type ="reset " class ="button button-danger "> 清除重填</ button >
52- < button type ="submit " formaction ="/ accessibility/demo-page/form-page-s1.html " formmethod ="get " class ="button "> 上一步</ button >
52+ < button type ="submit " formaction ="{{< relURL " accessibility /demo-page/form-page-s1.html" > }} " formmethod="get" class="button"> 上一步</ button >
5353 </ div >
5454 </ div >
5555
@@ -60,7 +60,7 @@ <h2>Step 2. 意見回饋</h2>
6060 < footer id ="footer " class ="site-footer f6 flex items-center gap4 ">
6161 < div class ="plain w2 mr3 " style ="aspect-ratio: 1 / 1; "> <!-- logo --> </ div >
6262 < div class ="mw5 ">
63- < a href ="/ accessibility-statement "> 親和力宣告</ a >
63+ < a href ="{{< relURL " accessibility-statement " > }} "> 親和力宣告</ a >
6464 </ div >
6565 </ footer >
6666 </ div >
0 commit comments