Widget: DCTList: Difference between revisions
From LINKS Community Center
Marterer (talk | contribs) No edit summary |
Marterer (talk | contribs) No edit summary |
||
Line 53: | Line 53: | ||
<div id="dct-filters"> | <div id="dct-filters"> | ||
<h2 style="display: flex; justify-content: space-between;"> | <h2 style="display: flex; justify-content: space-between;"> | ||
<div> | <div> | ||
<img src="filters.svg"> | <img src="https://www.safetyinnovation.center/lcc/dct_list/img/filters.svg"> | ||
<span>Filters</span> | <span>Filters</span> | ||
</div> | </div> | ||
<a onclick="toggleFilter()" id="close-filter-button">×</a> | <a onclick="toggleFilter()" id="close-filter-button">×</a> | ||
</h2> | </h2> | ||
<div style="text-align: center;"> | <div style="text-align: center;"> | ||
<button class="large-button" type="button" onclick="clearFilters()">Clear Filters</button> | <button class="large-button" type="button" onclick="clearFilters()">Clear Filters</button> | ||
</div> | </div> | ||
<div class="filter-wrapper"> | <div class="filter-wrapper"> | ||
<h4 class="filter-toggle">Functions <div class="plus icon"></div> | <h4 class="filter-toggle">Functions <div class="plus icon"></div> | ||
Line 74: | Line 77: | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="filter-wrapper"> | <div class="filter-wrapper"> | ||
<h4 class="filter-toggle">Supported Platforms <div class="plus icon"></div> | <h4 class="filter-toggle">Supported Platforms <div class="plus icon"></div> | ||
Line 85: | Line 89: | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="filter-wrapper"> | <div class="filter-wrapper"> | ||
<h4 class="filter-toggle">Pricing <div class="plus icon"></div> | <h4 class="filter-toggle">Pricing <div class="plus icon"></div> | ||
Line 96: | Line 101: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- <div class="filter-wrapper"> | <!-- <div class="filter-wrapper"> | ||
<h4 class="filter-toggle">Used by Practitioners <div class="plus icon"></div> | <h4 class="filter-toggle">Used by Practitioners <div class="plus icon"></div> | ||
Line 107: | Line 113: | ||
</div> | </div> | ||
</div> --> | </div> --> | ||
<div id="bool-filters" | <div id="bool-filters" | ||
style="border-top: 1px solid var(--links-blue); margin-top: 1em; padding-top: 1em;"> | style="border-top: 1px solid var(--links-blue); margin-top: 1em; padding-top: 1em;"> | ||
Line 122: | Line 129: | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 11:00, 17 May 2024
DCT list widget.
Currently in use – do not modify!