premire mise en forme : on met en gras la ligne de titre
darcs-hash:20060424111228-4ec08-79b5be4fd44ed4d629f8dc54bed30d293ac54ee8.gz
This commit is contained in:
parent
8a7d72c8c1
commit
da31d3c9fb
1 changed files with 2 additions and 0 deletions
|
@ -28,7 +28,9 @@ def execute(macro, text):
|
||||||
code += f.table_row(1)
|
code += f.table_row(1)
|
||||||
for nom_col in [u"nom",u"hotspot",u"up",u"description",u"clients",u"mac wifi",u"canal",u"uptime",u"x",u"y"]:
|
for nom_col in [u"nom",u"hotspot",u"up",u"description",u"clients",u"mac wifi",u"canal",u"uptime",u"x",u"y"]:
|
||||||
code += f.table_cell(1)
|
code += f.table_cell(1)
|
||||||
|
code += f.strong(1)
|
||||||
code += f.text(nom_col)
|
code += f.text(nom_col)
|
||||||
|
code += f.strong(0)
|
||||||
code += f.table_cell(0)
|
code += f.table_cell(0)
|
||||||
code += f.table_row(0)
|
code += f.table_row(0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue