/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/test/test3.php
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/test/test3.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 30 03:29:41 2003 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Branch point for: no_vendor_tag
Initial revision

1 <?php
2
3 include_once("localinc.php");
4
5 $page = new HTMLPageclass("test3.php");
6 $page->push_css_link("/phphtmllib/widgets/css/InfoTable.css");
7
8 $table = new InfoTable("Some Title Here", "30%", 1);
9 $td = new TDtag(array("bgcolor"=>"#FF0000") );
10
11 $table->push("Some lame crap");
12 $table->push("&nbsp;", "&nbsp;", "&nbsp;");
13 $td->push("Some more crap");
14 $table->push( $td );
15 $table->push("multiple", "crap", "here");
16 $table->push("&nbsp;");
17 $table->push("Even more", "&nbsp;");
18 $table->push(" ");
19
20
21 $page->push( $table );
22
23 print $page->render();
24 ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed