[Wuug-cvs] wuug bar.php,1.2,1.3 right.php,1.1.1.1,1.2
Status: Inactive
Brought to you by:
loginx
From: <lo...@us...> - 2003-01-11 08:10:43
|
Update of /cvsroot/wuug/wuug In directory sc8-pr-cvs1:/tmp/cvs-serv16854 Modified Files: bar.php right.php Log Message: Minor bugfix Index: bar.php =================================================================== RCS file: /cvsroot/wuug/wuug/bar.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bar.php 11 Jan 2003 07:17:44 -0000 1.2 --- bar.php 11 Jan 2003 08:10:40 -0000 1.3 *************** *** 16,20 **** $im->send_header(); $im->fillrectangle(0, 0, ($im->width-1), ($im->height-1), $black); ! $im->fillrectangle(1, 1, ($im->width-2), ($im->height-2), $grey); $im->fillrectangle(1, 1, ($im->width*$percent/100)-2, ($im->height-2), $blue); --- 16,20 ---- $im->send_header(); $im->fillrectangle(0, 0, ($im->width-1), ($im->height-1), $black); ! $im->fillrectangle(0, 0, ($im->width-2), ($im->height-2), $grey); $im->fillrectangle(1, 1, ($im->width*$percent/100)-2, ($im->height-2), $blue); Index: right.php =================================================================== RCS file: /cvsroot/wuug/wuug/right.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** right.php 7 Jan 2003 02:19:14 -0000 1.1.1.1 --- right.php 11 Jan 2003 08:10:40 -0000 1.2 *************** *** 93,97 **** </tr> <tr> ! <td><center><a href="<?=$cf[top_level_url]?>?content=vote">View poll results</a></center></td> </tr> </table> --- 93,97 ---- </tr> <tr> ! <td><center><a href="<?=$cf[top_level_url]?>/?content=vote">View poll results</a></center></td> </tr> </table> |