| 202 |
array("font-family" => "Arial, Helvetica, sans-serif", |
array("font-family" => "Arial, Helvetica, sans-serif", |
| 203 |
"font-size" => "10pt", |
"font-size" => "10pt", |
| 204 |
"font-weight" => "bold", |
"font-weight" => "bold", |
| 205 |
"color" => "#000000", |
"color" => "#FFFFFF", |
| 206 |
"text-decoration" => "none")); |
"text-decoration" => "none")); |
| 207 |
|
|
| 208 |
$this->add_entry("TD.textnavdivider", "", |
$this->add_entry("TD.textnavdivider", "", |
| 210 |
"url('/phphtmllib/widgets/images/dot_div_vert.gif')")); |
"url('/phphtmllib/widgets/images/dot_div_vert.gif')")); |
| 211 |
|
|
| 212 |
$this->add_entry("TD.textnavtd", "", |
$this->add_entry("TD.textnavtd", "", |
| 213 |
array("background-color" => "#FFCC00")); |
array("background-color" => "#999999")); |
| 214 |
|
|
| 215 |
} |
} |
| 216 |
} |
} |