[phpMP-CVS] CVS: phpMP/templates/TealMP block_left.tpl,1.1,1.2 block_right.tpl,1.1,1.2
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-07-29 12:46:43
|
Update of /cvsroot/phpmp/phpMP/templates/TealMP In directory usw-pr-cvs1:/tmp/cvs-serv16447/templates/TealMP Modified Files: block_left.tpl block_right.tpl Log Message: More code cleanup! Index: block_left.tpl =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/block_left.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** block_left.tpl 25 Jul 2002 20:50:07 -0000 1.1 --- block_left.tpl 29 Jul 2002 12:46:40 -0000 1.2 *************** *** 1,22 **** ! <td valign="top" width="150"> ! ! {foreach from=$left_side item=item key=key} ! <table width="150" cellspacing="0" cellpadding="0"> ! <tr> ! <td height="20" class="tabletitle"> ! <table width="100%" class="tabletitle" bordercolor=black background="{$mpuri}/templates/{$tpl_name}/images/navbg.gif"><tr><td width="100%" class="tabletitle" bordercolor=black> ! <font color=white><small>{$key}</small></font> ! </td></tr></table> ! </td> ! </tr> ! <tr> ! <td> ! <table width="100%" class="tableborder" bordercolor=black><tr><td> ! {$item} ! </td></tr></table> ! </td> ! </tr> ! </table> ! {/foreach} ! ! </td> \ No newline at end of file --- 1 ---- ! <td valign="top" width="150"> {foreach from=$left_side item=item key=key} <table width="150" cellspacing="0" cellpadding="0"> <tr> <td height="20" class="tabletitle"> <table width="100%" class="tabletitle" bordercolor=black background="{$mpuri}/templates/{$tpl_name}/images/navbg.gif"><tr><td width="100%" class="tabletitle" bordercolor=black> <font color=white><small>{$key}</small></font> </td> </tr> </table> </td> </tr> <tr> <td> <table width="100%" class="tableborder" bordercolor=black><tr><td> {$item} </td> </tr> </table> </td> </tr> </table> {/foreach} </td> \ No newline at end of file Index: block_right.tpl =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/block_right.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** block_right.tpl 25 Jul 2002 20:50:07 -0000 1.1 --- block_right.tpl 29 Jul 2002 12:46:40 -0000 1.2 *************** *** 1,22 **** ! <td valign="top" width="150"> ! ! {foreach from=$right_side item=item key=key} ! <table width="150" cellspacing="0" cellpadding="0"> ! <tr> ! <td height="20" class="tabletitle"> ! <table width="100%" class="tabletitle" bordercolor=black background="{$mpuri}/templates/{$tpl_name}/images/navbg.gif"><tr><td width="100%" class="tabletitle" bordercolor=black> ! <font color=white><small>{$key}</small></font> ! </td></tr></table> ! </td> ! </tr> ! <tr> ! <td> ! <table width="100%" class="tableborder" bordercolor=black><tr><td> ! {$item} ! </td></tr></table> ! </td> ! </tr> ! </table> ! {/foreach} ! ! </td> \ No newline at end of file --- 1 ---- ! <td valign="top" width="150"> {foreach from=$right_side item=item key=key} <table width="150" cellspacing="0" cellpadding="0"> <tr> <td height="20" class="tabletitle"> <table width="100%" class="tabletitle" bordercolor=black background="{$mpuri}/templates/{$tpl_name}/images/navbg.gif"><tr><td width="100%" class="tabletitle" bordercolor=black> <font color=white><small>{$key}</small></font> </td> </tr> </table> </td> </tr> <tr> <td> <table width="100%" class="tableborder" bordercolor=black><tr><td> {$item} </td> </tr> </table> </td> </tr> </table> {/foreach} </td> \ No newline at end of file |