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

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/test/test13.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sat Feb 22 21:08:18 2003 UTC (21 years, 4 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -1 lines
+ updated whole lib to version 2.2.1 (new FormProcessing since 2.2.0!)

1 jonen 1.1 <?php
2    
3     include_once("localinc.php");
4    
5     $page = new HTMLPageClass("test.php");
6     $page->set_text_debug( $debug );
7    
8     $page->push( html_a($PHP_SELF."?debug=1", "DEBUG ME"), html_br() );
9    
10     $filedir = $phphtmllib."/test/pngs";
11     $urldir = "pngs";
12    
13     $thumbs = new ImageThumbnailTable( 760, 5, $filedir, $urldir );
14     //get the link to the widget's css file.
15     $thumbs->set_thumbnail_script( "/phphtmllib/test/thumbnail.php" );
16    
17     $page->push( $thumbs );
18    
19    
20     print $page->render();
21     ?>

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