Content deleted Content added
Artoria2e5 (talk | contribs) change disease & drug list to td |
Artoria2e5 (talk | contribs) m html method indent |
||
Line 496:
:css('background-color', sideTitleBGcolor)
:wikitext(label_ext_id)
:tag('td')
:attr('colspan', '3')
Line 520:
:wikitext(label_EC)
:done()
:tag('td')
:attr('colspan', '3')
Line 528:
:wikitext(EC)
:done()
end
end
Line 558:
:newline()
:tag('tr') --create title bar
:tag('th')
:attr('colspan', '3')
:css('text-align', 'center')
:css('background-color', titleBGcolor)
:wikitext(title)
:done()
:newline()
Line 576:
root
:tag('tr')
:attr('colspan', 4)
:css('text-align', 'center')
:css('background-color', rowBGcolor)
:newline()
:tag('td')
:css('background-color', rowBGcolor)
end
Line 626:
:newline()
:tag('tr') --create title bar
:tag('th')
:attr('colspan', '3')
:css('text-align', 'center')
:css('background-color', titleBGcolor)
:wikitext(title)
:done()
:newline()
Line 646:
root
:attr('colspan', 4)
:css('text-align', 'center')
:css('background-color', rowBGcolor)
:tag('td')
end
end
|