[Compbench-web-devel] compbenchmarks-web/lib interface.pl, 1.28, 1.29 topic.pl, 1.2, 1.3
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-11-29 20:35:18
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv765 Modified Files: interface.pl topic.pl Log Message: Look modified. Index: topic.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/topic.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** topic.pl 29 Nov 2006 19:15:45 -0000 1.2 --- topic.pl 29 Nov 2006 20:35:08 -0000 1.3 *************** *** 30,34 **** print "<td class='topic_active'><b>"; } ! print "<a href='?tab=$tab&topic=$_'>$topics->{$_}</a>"; if ($topic eq $_) { print "</b>"; --- 30,34 ---- print "<td class='topic_active'><b>"; } ! print "<a href='?tab=$tab&topic=$_' style='text-decoration: none'>$topics->{$_}</a>"; if ($topic eq $_) { print "</b>"; Index: interface.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/interface.pl,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** interface.pl 29 Nov 2006 19:11:55 -0000 1.28 --- interface.pl 29 Nov 2006 20:35:08 -0000 1.29 *************** *** 181,186 **** } ! print "<td class='tab3_$l'></td><td class='tab8_$l'> ! <a href='/cgi-bin/$menu.cgi?tab=$_' style='text-decoration: none'>${$tabs{$menu}->{tabs}}{$_}</a></td><td class='tab4_$l'></td><td class='tab_sep'> </td>"; } print "<td colspan='2'></td>"; --- 181,195 ---- } ! print "<td class='tab3_$l'></td><td class='tab8_$l'>"; ! if ($l) { ! print "<b>"; ! } ! print "<a href='/cgi-bin/$menu.cgi?tab=$_' style='text-decoration: none'>${$tabs{$menu}->{tabs}}{$_}</a></td><td class='tab4_$l'>"; ! ! ! if ($l) { ! print "</b>"; ! } ! print "</td><td class='tab_sep'> </td>"; } print "<td colspan='2'></td>"; |