DocBook_Table Cria uma tabela em um documento docbook Huberto Gastal Mayer Form1 0 0 266 401 Docbook Table unnamed 11 6 TextLabel1_2 15 1 DocBook Table AlignCenter GroupBox1 echo '<table id="@le_id">' echo ' <title>@te_descr</title>' echo ' <tgroup cols="">' @cb_title echo ' <tbody>' @sb_lin echo ' </tbody>' echo ' </tgroup>' echo '</table>' unnamed 11 6 TextLabel4 id: le_id @widgetText te_descr @widgetText TextLabel5 Description: TextLabel1 Columns sb_lin l=0 while [ $l -le @widgetText ] do echo ' <row>'; @sb_col echo ' </row>'; l=$((l+1)) done TextLabel2 Lines sb_col c=0 while [ $c -le @widgetText ] do echo " <entry></entry>" c=$((c+1)) done cb_title &Include title line echo ' <thead>'; echo ' <row>'; @sb_col echo ' </row>'; echo ' </thead>'; CloseButton1 &OK false @GroupBox1 true CloseButton1_2 &Cancel false true sb_col sb_lin cb_title le_id te_descr CloseButton1 CloseButton1_2