Lines Matching refs:html
542 devtl.html += html_timetotal.format(user_mode, last_init)
556 devtl.html += devtl.html_tblock.format('boot', '0', '100', devtl.scaleH)
562 devtl.html += devtl.html_phase.format(left, width, \
583 devtl.html += devtl.html_device.format(dev['id'],
599 devtl.html += html_srccall.format(l.name, left,
611 devtl.html += html_srccall.format(cg.name, left,
617 devtl.html += '</div>\n'
620 devtl.html += '</div>\n</div>\n'
623 devtl.html += '<div class="legend">\n'
628 devtl.html += devtl.html_legend.format(order, \
630 devtl.html += '</div>\n'
655 hf.write(devtl.html)
669 html = \
675 html += devtl.html_phaselet.format(p+'_mode', '0', '100', phase['color'])
676 html += '</div>\n</div>\n'\
679 hf.write(html)