Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 614: Line 614:
 
                     }
 
                     }
 
                     if (filter.type.businessModel) {
 
                     if (filter.type.businessModel) {
                         summaryHtml += '<tr><td><strong>Business model</strong></td><td>'
+
                         summaryHtml += '<tr><td><strong>License model</strong></td><td>'
 
                             + (filter.type.businessModel.length > 0 ? filter.type.businessModel.join(', ') : 'none')
 
                             + (filter.type.businessModel.length > 0 ? filter.type.businessModel.join(', ') : 'none')
 
                             + '</td></tr>';
 
                             + '</td></tr>';
Line 797: Line 797:
 
                 </div>
 
                 </div>
 
                 <div class="filter-wrapper">
 
                 <div class="filter-wrapper">
                     <h4>Business Model <span class="filter-toggle"><svg><use href="#chevron-down"/></svg></span></h4>
+
                     <h4>License Model <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 11:44, 21 October 2022

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