document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <template name=\'swBasicPerecentage\'>
  2.     <div class=scada-widget name="{{this.name}}">
  3.         <svg height={{this.height}} width={{this.width}}>
  4.             <rect x1=0 y1=0 height={{this.height}} width="{{getWidth this.value}}" fill={{getColor this.value}} />
  5.             <text x={{xPosText}} y=15>{{this.value}}</text>
  6.         </svg>
  7.     </div>
  8. </template>
');