[dZeeemp-cvs] dzeeemp.sources/dzeeemp/templates ifRoot.php,1.1.1.1,1.2
Brought to you by:
lovchy
|
From: Boris B. <lo...@us...> - 2004-06-13 00:01:43
|
Update of /cvsroot/dzeeemp/dzeeemp.sources/dzeeemp/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8003/dzeeemp/templates Modified Files: ifRoot.php Log Message: A lot of code fixed/improved Index: ifRoot.php =================================================================== RCS file: /cvsroot/dzeeemp/dzeeemp.sources/dzeeemp/templates/ifRoot.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ifRoot.php 11 Apr 2004 12:45:08 -0000 1.1.1.1 --- ifRoot.php 13 Jun 2004 00:01:33 -0000 1.2 *************** *** 27,31 **** </head> ! <body bgcolor="#EAEFF5" style="margin:0"> <!-- {{{ Quick menu hidden layers --> --- 27,31 ---- </head> ! <body style="margin:0px; height:100%; background-color:#DE991E"> <!-- {{{ Quick menu hidden layers --> *************** *** 164,168 **** <!-- {{{ Main Table --> ! <table width="100%" cellpadding="0" cellspacing="0"> <tr> --- 164,168 ---- <!-- {{{ Main Table --> ! <table width="100%" cellpadding="0" cellspacing="0" style="background-color:#EAEFF5"> <tr> *************** *** 432,438 **** </tr> ! <tr style="background-color:#DEA81E;"> <td colspan="4"> ! <table width="100%" cellpadding="0" cellspacing="0"> <tr> --- 432,438 ---- </tr> ! <tr style="background-color:#DE991E;"> <td colspan="4"> ! <table width="100%" cellpadding="0" cellspacing="0" style="border-spacing:6px"> <tr> *************** *** 455,460 **** </tr> ! <tr style="background-color:#DEA81E;"> ! <td> </td> </tr> --- 455,460 ---- </tr> ! <tr style="background-color:#DE991E;"> ! <td style="height:99%"> </td> </tr> |