ProgressBar.html 337 Bytes
<div id="NMEC_${id}" class="wev-comp-${compType}">
    <div class="wev-progress-bar" style="height: ${lineHeight}; background-color: ${bgcolor};">
    	<div style="color: ${fontColor}; line-height: ${lineHeight}; font-size: ${fontSize}; background-color: ${areaColor};width:${percentageWidth}%;">${percentageFace}</div>
    </div>
</div>