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

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/examples/old/test3.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu May 6 16:57:25 2004 UTC (20 years, 3 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
 updated all to v2.4.1 - Apr 01, 2004

1 jonen 1.1 <?php
2    
3     include_once("localinc.php");
4    
5     $page = new HTMLPageclass("test3.php");
6     $page->add_css_link("/phphtmllib/css/defaulttheme.php");
7    
8     $table = new InfoTable("Some Title Here", "60%");
9    
10     $table->add_row(_HTML_SPACE, "foo", _HTML_SPACE);
11     $table->add_row("multiple", "crap", "here");
12     $table->add_row("Even more", "&nbsp;", _HTML_SPACE);
13    
14     $page->add( $table );
15    
16     print $page->render();
17     ?>

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