/var/www/hkosl.com/oneMotorChunHing_delete20240201/html/html/html/bchtml/othercode.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
define
('IN_CB'true);
include(
'header.php');

$n $table->numRows();
$table->insertRows($n3);
$table->addRowAttribute($n'class''table_title');
$table->addCellAttribute($n0'align''center');
$table->addCellAttribute($n0'colspan''2');
$table->setText($n0'<font color="#ffffff"><b>Specifics Configs</b></font>');
$table->setText($n 10'Text Label');
$table->setText($n 11'<input type="text" name="a3" value="' $a3 '" />');
$table->setText($n 20'Explanation');
$table->setText($n 21'<ul style="margin: 0px; padding-left: 25px;"><li>Enter width of each bars with one characters. Begin by a bar.</li><li>10523 : Will do 2px bar, 1px space, 6px bar, 3px space, 4px bar.</li></ul>');
$table->draw();

echo 
'</form>';

include(
'footer.php');
?>