-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #408 from SkillsFundingAgency/CON-4827-filters
Con 4827 Organisation Search Results
- Loading branch information
Showing
8 changed files
with
107 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/das/sass/components/pagination/template-pagination-simple.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<nav class="das-pagination-simple" role="navigation" aria-label="Pagination"> | ||
<ul class="das-pagination-simple__list"> | ||
<li class="das-pagination-simple__list-item das-pagination-simple__list-item--previous"> | ||
<a href="#" class="das-pagination-simple__link" rel="prev"> | ||
<span class="das-pagination-simple__link-text">Previous page</span> | ||
<span class="das-pagination-simple__link-divider govuk-visually-hidden">:</span> | ||
<span class="das-pagination-simple__link-label">1 of 1286</span> | ||
</a> | ||
</li> | ||
<li class="das-pagination-simple__list-item das-pagination-simple__list-item--next"> | ||
<a href="#" class="das-pagination-simple__link" rel="next"> | ||
<span class="das-pagination-simple__link-text">Next page</span> | ||
<span class="das-pagination-simple__link-divider govuk-visually-hidden">:</span> | ||
<span class="das-pagination-simple__link-label">3 of 1286</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> |
28 changes: 28 additions & 0 deletions
28
src/das/sass/components/pagination/template-pagination.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<nav role="navigation" aria-label="Pagination"> | ||
<div class="das-pagination__summary"> | ||
Showing 101 - 150 of 246 results | ||
</div> | ||
<ul class="das-pagination"> | ||
<li class="das-pagination__item"> | ||
<a class="das-pagination__link" href="#0" aria-label="Previous page">Previous</a> | ||
</li> | ||
<li class="das-pagination__item"> | ||
<a class="das-pagination__link" href="#0" aria-label="Page 1">1</a> | ||
</li> | ||
<li class="das-pagination__item"> | ||
<a class="das-pagination__link" href="#0" aria-label="Page 2">2</a> | ||
</li> | ||
<li class="das-pagination__item"> | ||
<a class="das-pagination__link current" href="#0" aria-current="true" aria-label="Page 3, current page">3</a> | ||
</li> | ||
<li class="das-pagination__item"> | ||
<a class="das-pagination__link" href="#0" aria-label="Page 4">4</a> | ||
</li> | ||
<li class="das-pagination__item"> | ||
<a class="das-pagination__link" href="#0" aria-label="Page 5">5</a> | ||
</li> | ||
<li class="das-pagination__item"> | ||
<a class="das-pagination__link" href="#0" aria-label="Next page">Next</a> | ||
</li> | ||
</ul> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
@import "form-panel"; | ||
@import "pane"; | ||
@import "search"; | ||
@import "pane"; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters