@@ -132,9 +132,14 @@ <h1>Awaiting Scoring</h1>
132132 </ div >
133133 </ div >
134134 < div class ="pagination ">
135- < button id ="previous-page-button " square disabled tooltip ="Previous Page "> < i class ="bi bi-chevron-left "> </ i > </ button >
136- < span id ="current-page "> 1</ span >
135+ < button id ="first-page-button " square disabled tooltip ="First Page "> < i
136+ class ="bi bi-chevron-double-left "> </ i > </ button >
137+ < button id ="previous-page-button " square disabled tooltip ="Previous Page "> < i
138+ class ="bi bi-chevron-left "> </ i > </ button >
139+ < span id ="current-page "> < label > Page < input type ="number " class ="current-page-input " min ="1 " value ="1 " /> of
140+ < span class ="current-page-total "> 1</ span > </ label > </ span >
137141 < button id ="next-page-button " square tooltip ="Next Page "> < i class ="bi bi-chevron-right "> </ i > </ button >
142+ < button id ="last-page-button " square tooltip ="Last Page "> < i class ="bi bi-chevron-double-right "> </ i > </ button >
138143 </ div >
139144 </ div >
140145 < div class ="section trendingResponses " data-trends >
@@ -197,9 +202,14 @@ <h1>Marked Responses</h1>
197202 </ div >
198203 </ div >
199204 < div class ="pagination ">
200- < button id ="previous-page-button " square disabled tooltip ="Previous Page "> < i class ="bi bi-chevron-left "> </ i > </ button >
201- < span id ="current-page "> 1</ span >
205+ < button id ="first-page-button " square disabled tooltip ="First Page "> < i
206+ class ="bi bi-chevron-double-left "> </ i > </ button >
207+ < button id ="previous-page-button " square disabled tooltip ="Previous Page "> < i
208+ class ="bi bi-chevron-left "> </ i > </ button >
209+ < span id ="current-page "> < label > Page < input type ="number " class ="current-page-input " min ="1 " value ="1 " /> of
210+ < span class ="current-page-total "> 1</ span > </ label > </ span >
202211 < button id ="next-page-button " square tooltip ="Next Page "> < i class ="bi bi-chevron-right "> </ i > </ button >
212+ < button id ="last-page-button " square tooltip ="Last Page "> < i class ="bi bi-chevron-double-right "> </ i > </ button >
203213 </ div >
204214 </ div >
205215 </ div >
@@ -449,7 +459,8 @@ <h1 class="text-placeholder">000</h1>
449459 < div class ="row center " style ="gap: 7.5px; margin-top: 5px; ">
450460 < a href ="https://github.com/faisalnjs/virtual-checker/issues " class ="icon " tooltip ="GitHub Issues "> < i
451461 class ="bi bi-github "> </ i > </ a >
452- < a href ="https://dangoweb.com/community " class ="icon " tooltip ="Support Communities "> < i class ="bi bi-life-preserver "> </ i > </ a >
462+ < a href ="https://dangoweb.com/community " class ="icon " tooltip ="Support Communities "> < i
463+ class ="bi bi-life-preserver "> </ i > </ a >
453464 < a href ="
mailto:[email protected] "
class ="
icon "
tooltip ="
Email "
> < i class ="
bi bi-envelope-fill "
> </ i > </ a > 454465 </ div >
455466 </ dialog >
0 commit comments