Widget: DCTList: Difference between revisions
From LINKS Community Center
Cschwentker (talk | contribs) m (Text replacement - "Subscription" to "Paid subscription") |
Eschmidt (talk | contribs) No edit summary |
||
Line 511: | Line 511: | ||
let out = '<a href="' + dct.url + '">' + dct.name + '</a><br>'; | let out = '<a href="' + dct.url + '">' + dct.name + '</a><br>'; | ||
if (dct.businessModel.includes(FREE_KEY)) { | if (dct.businessModel.includes(FREE_KEY)) { | ||
out += '<small><span class="badge badge-success"> | out += '<small><span class="badge badge-success">' + FREE_KEY + '</span></small> '; | ||
} | } | ||
if (dct.businessModel.includes(FREE_PLAN_KEY)) { | if (dct.businessModel.includes(FREE_PLAN_KEY)) { | ||
out += '<small><span class="badge badge-success"> | out += '<small><span class="badge badge-success">' + FREE_PLAN_KEY + '</span></small> '; | ||
} | } | ||
if (dct.usedByDmo.toLowerCase() === 'yes') { | if (dct.usedByDmo.toLowerCase() === 'yes') { |
Revision as of 10:15, 16 November 2022
Development verstion of the DCT List.
Not ready for production!