- Timestamp:
- 07/12/05 16:27:17 (18 years ago)
- Location:
- trunk/web/addons/toga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/toga/index.php
r161 r171 151 151 # Show grid. 152 152 $mygrid = ($self == "unspecified") ? "" : $self; 153 $node_menu .= "<B> $mygrid $meta_designator</B> ";153 $node_menu .= "<B><A HREF=\"../..\">$mygrid $meta_designator</A></B> "; 154 154 $node_menu .= "<B>></B>\n"; 155 155 -
trunk/web/addons/toga/libtoga.php
r163 r171 911 911 912 912 //printf( "imagecreate: %dx%d", ($nodes_per_row*$node_width), ($node_rows*$node_width) ); 913 $image = imageCreateTrueColor( ($nodes_per_row*$node_width)+1, ($node_rows*$node_width)+1 ); 913 //$image = imageCreateTrueColor( ($nodes_per_row*$node_width)+1, ($node_rows*$node_width)+1 ); 914 $image = imageCreateTrueColor( $max_width, ($node_rows*$node_width)+1 ); 914 915 $colorwhite = imageColorAllocate( $image, 255, 255, 255 ); 915 916 imageFill( $image, 0, 0, $colorwhite );
Note: See TracChangeset
for help on using the changeset viewer.