Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
 
     <!-- STYLES BEGIN -->
 
     <!-- STYLES BEGIN -->
<link rel="stylesheet" href="https://www.safetyinnovation.center/lcc/dct_list/styles.css">
+
<link rel="stylesheet" href="https://api.safety-base.eu/v2/links/lib?q=dct_list.css">
 
<!-- STYLES END -->
 
<!-- STYLES END -->
  
 
     <!-- SCRIPT BEGIN -->
 
     <!-- SCRIPT BEGIN -->
     <script type="text/javascript" src="https://www.safetyinnovation.center/lcc/dct_list/script.js"></script>
+
     <script type="text/javascript" src="https://api.safety-base.eu/v2/links/lib?q=dct_list.js"></script>
 
     <!-- SCRIPT END -->
 
     <!-- SCRIPT END -->
  
 
     <!-- Icon definitons -->
 
     <!-- Icon definitons -->
     <img src="https://www.safetyinnovation.center/lcc/dct_list/img/unknown.svg">
+
     <!--<img src="https://api.safety-base.eu/v2/links/lib?q=unknown.svg">-->
  
 
     <div id="dct-list-wrapper">
 
     <div id="dct-list-wrapper">
 
         <h1>
 
         <h1>
             <img src="https://www.safetyinnovation.center/lcc/dct_list/img/1-dct.svg">
+
             <img src="https://api.safety-base.eu/v2/links/lib?q=1-dct_list.svg">
 
             <div>
 
             <div>
 
                 <div>Technologies</div>
 
                 <div>Technologies</div>
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">&times;</a>
 
                     <a onclick="toggleFilter()" id="close-filter-button">&times;</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 18:06, 12 June 2024

DCT list widget.
Currently in use – do not modify!