[Compbench-web-devel] compbenchmarks-web/lib html.pl,1.12,1.13
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-09-26 20:26:18
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22716 Modified Files: html.pl Log Message: Icons uses $LT_WEB_ICONS. Index: html.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/html.pl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** html.pl 26 Sep 2006 20:23:51 -0000 1.12 --- html.pl 26 Sep 2006 20:26:14 -0000 1.13 *************** *** 17,21 **** our $dbh; our $req = new CGI; ! our $lt_web_icons; our $tab; --- 17,21 ---- our $dbh; our $req = new CGI; ! our $LT_WEB_ICONS; our $tab; *************** *** 104,108 **** my $msg = shift; ! print "<table summary='message'><tr><td valign='middle'><img src='$lt_web_icons/$ico' alt='?'></td><td valign='middle'>$msg</td></tr></table>"; } --- 104,108 ---- my $msg = shift; ! print "<table summary='message'><tr><td valign='middle'><img src='$LT_WEB_ICONS/$ico' alt='?'></td><td valign='middle'>$msg</td></tr></table>"; } |