[Compbench-web-devel] compbenchmarks-web/lib interface.pl, 1.27, 1.28
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-11-29 19:12:01
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1324 Modified Files: interface.pl Log Message: Better HTML conformance. Downloads menu added. Index: interface.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/interface.pl,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** interface.pl 28 Nov 2006 21:48:42 -0000 1.27 --- interface.pl 29 Nov 2006 19:11:55 -0000 1.28 *************** *** 45,48 **** --- 45,51 ---- ['Feedback', '', 'feedback.png' ], + 'downloads' => + [ 'Downloads', '', + 'downloads.png' ], 'links' => ['Links', '', *************** *** 94,98 **** ); ! my @menus = ('index', 'doc', 'feedback', 'login', 'logout', 'admin', 'browse', 'links'); --- 97,101 ---- ); ! my @menus = ('index', 'doc', 'downloads', 'feedback', 'login', 'logout', 'admin', 'browse', 'links'); *************** *** 199,208 **** print "<td class='pan_8' colspan='" . ($n*4+2) . "'>"; if (defined($topics)) { ! print "<table width='100%'><tr><td>"; topic_start($topics, $topics_order); print "</td></tr></table>"; } print "<td class='pan_4'></td></tr>"; - print "</td></tr>"; print "<tr><td class='pan_3'></td>"; --- 202,210 ---- print "<td class='pan_8' colspan='" . ($n*4+2) . "'>"; if (defined($topics)) { ! print "<table width='100%' summary='topics container'><tr><td>"; topic_start($topics, $topics_order); print "</td></tr></table>"; } print "<td class='pan_4'></td></tr>"; print "<tr><td class='pan_3'></td>"; |