Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 524: Line 524:
                             }
                             }
                             if (dct.usedByDmo.toLowerCase() === 'yes') {
                             if (dct.usedByDmo.toLowerCase() === 'yes') {
                                 out += '<br><small><span class="badge badge-info">Used by DMOs</span></small>';
                                 out += '<br><small><span class="badge badge-info">Used by practitioners</span></small>';
                             }
                             }
                             if (dct.usedByDmo.toLowerCase() === 'yes with use case') {
                             if (dct.usedByDmo.toLowerCase() === 'yes with use case') {
                                 out += '<br><small><span class="badge badge-info">Used by DMOs</span></small>';
                                 out += '<br><small><span class="badge badge-info">Used by practitioners</span></small>';
                                 out += ' <small><span class="badge badge-success">Use case</span></small>'
                                 out += ' <small><span class="badge badge-success">Use case</span></small>'
                             }
                             }
Line 828: Line 828:
                 </div>
                 </div>
                 <div class="filter-wrapper">
                 <div class="filter-wrapper">
                     <h4>Use in DM <span class="filter-toggle"><svg><use href="#chevron-down"/></svg></span></h4>
                     <h4>Used by Practitioners <span class="filter-toggle"><svg><use href="#chevron-down"/></svg></span></h4>
                     <div class="filter-container">
                     <div class="filter-container">
                         <div class="filter-button-wrapper">
                         <div class="filter-button-wrapper">

Revision as of 10:44, 21 September 2022

Development verstion of the DCT List.
Not ready for production!