Lines Matching refs:html
49 html = ''
51 html+= "\t\t\t<td bgcolor =%s> </td>\n"\
56 html+= "\t\t\t<td> %s </td>\n" % hint
58 html = """
66 """ % html
67 return html
78 html = ('<center><a class="info" href="%s">'
81 return html
84 html = '<a href="%s" target="_blank">%s</a>' % (link, data)
85 return html
126 def html(self):
209 html = "%d / %d " % (status_count_subset.get(good, 0),
212 html += ' (%d N/A)' % box_data.status_count[test_na]
214 html += ' (%d running)' % box_data.status_count[running]
228 html += '<br>' + reason
234 return (html,tooltip)
265 html,tooltip = status_html(db, box_data, shade)
266 precounted_box = box(html, shade, False, link, tooltip,
285 print element.html()
337 print '<a href="http://ossipedia.ipa.go.jp/crackerjack/compare_results.html">Crackerjack</a>'