Lines Matching refs:html
540 devtl.html += html_timetotal.format(user_mode, last_init)
554 devtl.html += devtl.html_tblock.format('boot', '0', '100', devtl.scaleH)
560 devtl.html += devtl.html_phase.format(left, width, \
581 devtl.html += devtl.html_device.format(dev['id'],
597 devtl.html += html_srccall.format(l.name, left,
609 devtl.html += html_srccall.format(cg.name, left,
615 devtl.html += '</div>\n'
618 devtl.html += '</div>\n</div>\n'
621 devtl.html += '<div class="legend">\n'
626 devtl.html += devtl.html_legend.format(order, \
628 devtl.html += '</div>\n'
653 hf.write(devtl.html)
667 html = \
673 html += devtl.html_phaselet.format(p+'_mode', '0', '100', phase['color'])
674 html += '</div>\n</div>\n'\
677 hf.write(html)