[Compbench-web-devel] compbenchmarks-web/lib html.pl,1.11,1.12
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-09-26 20:23:54
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21621 Modified Files: html.pl Log Message: Icons used $lt_web_icons; Modified message if DB unavailable. Index: html.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/html.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** html.pl 19 Sep 2006 21:48:54 -0000 1.11 --- html.pl 26 Sep 2006 20:23:51 -0000 1.12 *************** *** 17,20 **** --- 17,21 ---- our $dbh; our $req = new CGI; + our $lt_web_icons; our $tab; *************** *** 37,41 **** 'content' => 'text/html;charset=iso-8859-1'}, -style=>{-src=>['/css/lt.css']}); ! print "<a href='http://sourceforge.net'>Sourceforge</a> is probably in maintenance for now;<br><a href='http://compbench.sourceforge.net'>CompBenchmarks</a> is actually unavailable.<br>"; print end_html(); exit(0); --- 38,42 ---- 'content' => 'text/html;charset=iso-8859-1'}, -style=>{-src=>['/css/lt.css']}); ! print "<a href='http://sourceforge.net'>Sourceforge</a> or CompBenchmarks database probably in maintenance for now;<br><a href='http://compbench.sourceforge.net'>CompBenchmarks</a> is actually unavailable.<br>"; print end_html(); exit(0); *************** *** 103,107 **** my $msg = shift; ! print "<table summary='message'><tr><td valign='middle'><img src='/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>"; } |