[phpMP-CVS] CVS: phpMP/templates/TealMP index.tpl,1.7,1.8 modules.tpl,1.1,1.2 overall_footer.tpl,1.2
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-07-29 12:22:15
|
Update of /cvsroot/phpmp/phpMP/templates/TealMP In directory usw-pr-cvs1:/tmp/cvs-serv8796/templates/TealMP Modified Files: index.tpl modules.tpl overall_footer.tpl overall_header.tpl Log Message: More and more code cleanup. Changed how the install-detect is handled. Index: index.tpl =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/index.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** index.tpl 29 Jul 2002 11:13:04 -0000 1.7 --- index.tpl 29 Jul 2002 12:22:12 -0000 1.8 *************** *** 17,21 **** <tr> <td width="100%" class="tabletitle" bordercolor=black> ! <font color=white><small>|| {$site_name} || {$l_home} ||</small></font> </td> </tr> --- 17,21 ---- <tr> <td width="100%" class="tabletitle" bordercolor=black> ! <font color=white><small>.:: {$site_name} :: {$l_home} ::.</small></font> </td> </tr> Index: modules.tpl =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/modules.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** modules.tpl 25 Jul 2002 20:50:07 -0000 1.1 --- modules.tpl 29 Jul 2002 12:22:12 -0000 1.2 *************** *** 1,21 **** ! {* phpMP Template - TealMP - modules.tpl *} ! ! {include file=overall_header.tpl} ! ! <table width="100%" bgcolor="#9fc2c6" cellspacing="0" cellpadding="2"> ! <tr> ! ! ! {include file=block_left.tpl} ! ! ! <td valign="top"> ! ! {$module_content} ! ! </td> ! ! ! {include file=block_right.tpl} ! ! {include file=overall_footer.tpl} \ No newline at end of file --- 1 ---- ! {* phpMP Template - TealMP - modules.tpl *} {include file=overall_header.tpl} <table width="100%" bgcolor="#9fc2c6" cellspacing="0" cellpadding="2"> <tr> {include file=block_left.tpl} <td valign="top"> {$module_content} </td> {include file=block_right.tpl} {include file=overall_footer.tpl} \ No newline at end of file Index: overall_footer.tpl =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/overall_footer.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** overall_footer.tpl 27 Jul 2002 05:35:59 -0000 1.2 --- overall_footer.tpl 29 Jul 2002 12:22:12 -0000 1.3 *************** *** 1,52 **** ! <table width="100%" cellpadding="0" cellspacing="0"> ! <tr> ! <td> ! ! <table class="header" width="100%" cellpadding="0" cellspacing="0"> ! <tr> ! <td width="100%" bgcolor=black colspan="2"><img src="{$mpuri}/templates/{$tpl_name}/images/pixel.gif" /></td> ! </tr> ! <tr> ! <td width="100%" colspan="2" align="center" bgcolor="#C0C0C0"> ! <font size="2"> {$l_nav_bar} </font> ! </td> ! </tr> ! <tr> ! <td width="100%" bgcolor=black colspan="2"><img src="{$mpuri}/templates/{$tpl_name}/images/pixel.gif" /></td> ! </tr> ! </table> ! ! <table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolor=black align="center"> ! <tr> ! <td height="25" width="100%" background="{$mpuri}/templates/{$tpl_name}/images/footer_bottom.gif" bgcolor="#000000;"></td> ! </tr> ! <tr> ! <td height="1" bgcolor="#000000;"></td> ! </tr> ! <tr> ! <table border="0" cellspacing="0" width="100%" cellpadding="0"> ! <tr> ! <td width="100" align="left" background="{$mpuri}/templates/{$tpl_name}/images/footer_left.gif"></td> ! <td width="*" align="center"><font size="-2">{$l_powered_by}<br />{$l_copyright}<br />{$debug_info}</font></td> ! <td width="100" align="right" background="{$mpuri}/templates/{$tpl_name}/images/footer_right.gif"></td> ! </tr> ! </table> ! </tr> ! <tr> ! <td height="1" bgcolor="#000000;"></td> ! </tr> ! <tr> ! <td height="25" width="100%" background="{$mpuri}/templates/{$tpl_name}/images/footer_top.gif" bgcolor="#000000;"></td> ! </tr> ! </table> ! </td> ! </tr> ! </td> ! </tr> </table> </body> ! </html> \ No newline at end of file --- 1,61 ---- ! <table width="100%" cellpadding="0" cellspacing="0"> ! <tr> ! <td> ! ! <table class="header" width="100%" cellpadding="0" cellspacing="0"> ! <tr> ! <td width="100%" bgcolor=black colspan="2"><img src="{$mpuri}/templates/{$tpl_name}/images/pixel.gif" /></td> ! </tr> ! <tr> ! <td width="100%" colspan="2" align="center" bgcolor="#C0C0C0"> ! <font size="2"> {$l_nav_bar} </font> ! </td> ! </tr> ! <tr> ! <td width="100%" bgcolor=black colspan="2"><img src="{$mpuri}/templates/{$tpl_name}/images/pixel.gif" /></td> ! </tr> ! </table> ! ! <table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolor=black align="center"> ! <tr> ! <td height="25" width="100%" background="{$mpuri}/templates/{$tpl_name}/images/footer_bottom.gif" bgcolor="#000000;"></td> ! </tr> ! <tr> ! <td height="1" bgcolor="#000000;"></td> ! </tr> ! <tr> ! ! <table border="0" cellspacing="0" width="100%" cellpadding="0"> ! <tr> ! <td width="100" align="left" background="{$mpuri}/templates/{$tpl_name}/images/footer_left.gif"> ! </td> ! <td width="*" align="center"><font size="-2">{$l_powered_by}<br />{$l_copyright}<br />{$debug_info}</font> ! </td> ! <td width="100" align="right" background="{$mpuri}/templates/{$tpl_name}/images/footer_right.gif"> ! </td> ! </tr> ! </table> ! </tr> ! <tr> ! <td height="1" bgcolor="#000000;"> ! </td> ! </tr> ! <tr> ! <td height="25" width="100%" background="{$mpuri}/templates/{$tpl_name}/images/footer_top.gif" bgcolor="#000000;"> ! </td> ! </tr> ! </table> ! ! </td> ! </tr> ! </table> ! ! </td> ! </tr> </table> </body> ! </html> Index: overall_header.tpl =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/overall_header.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** overall_header.tpl 25 Jul 2002 20:50:07 -0000 1.1 --- overall_header.tpl 29 Jul 2002 12:22:12 -0000 1.2 *************** *** 1,28 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html> ! <head> ! <title>.:: {$site_name} :: {$l_home} ::.</title> ! <script src="{$mpuri}/templates/{$tpl_name}/js/fade.js" language="Javascript"></script> ! <link rel="stylesheet" href="{$mpuri}/templates/{$tpl_name}/css/tpl_style.css" type="text/css" /> ! </head> ! <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> ! ! <table class="header" width="100%" bgcolor="#0f9fbc" cellpadding="0" cellspacing="0"> ! <tr> ! <td width="300" align="left"><img src="{$mpuri}/templates/{$tpl_name}/images/logo.jpg" /></td> ! <td width="100%" align="center" background="{$mpuri}/templates/{$tpl_name}/images/topbg.jpg"><img src="{$mpuri}/templates/{$tpl_name}/images/pixel.gif" /></td> ! <td width="25" align="right" background="{$mpuri}/templates/{$tpl_name}/images/grad_ld_lr.gif"><img src="{$mpuri}/templates/{$tpl_name}/images/grad_ld_lr.gif" /></td> ! </tr> ! <tr> ! <td width="100%" bgcolor=black colspan="5"><img src="{$mpuri}/templates/{$tpl_name}/images/pixel.gif" /></td> ! </tr> ! <tr> ! <td width="100%" colspan="5" align="center" bgcolor="#C0C0C0"><font size="2"> ! {$l_nav_bar} ! </font> ! </td> ! </tr> ! <tr> ! <td width="100%" bgcolor=black colspan="5"><img src="{$mpuri}/templates/{$tpl_name}/images/pixel.gif" /></td> ! </tr> ! </table> \ No newline at end of file --- 1 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>.:: {$site_name} :: {$l_home} ::.</title> <script src="{$mpuri}/templates/{$tpl_name}/js/fade.js" language="Javascript"></script> <link rel="stylesheet" href="{$mpuri}/templates/{$tpl_name}/css/tpl_style.css" type="text/css" /> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table class="header" width="100%" bgcolor="#0f9fbc" cellpadding="0" cellspacing="0"> <tr> <td width="300" align="left"><img src="{$mpuri}/templates/{$tpl_name}/images/logo.jpg" /></td> <td width="100%" align="center" background="{$mpuri}/templates/{$tpl_name}/images/topbg.jpg"><img src="{$mpuri}/templates/{$tpl_name}/images/pixel.gif" /> </td> <td width="25" align="right" background="{$mpuri}/templates/{$tpl_name}/images/grad_ld_lr.gif"><img src="{$mpuri}/templates/{$tpl_name}/images/grad_ld_lr.gif" /> </td> </tr> <tr> <td width="100%" bgcolor=black colspan="5"><img src="{$mpuri}/templates/{$tpl_name}/images/pixel.gif" /></td> </tr> <tr> <td width="100%" colspan="5" align="center" bgcolor="#C0C0C0"><font size="2"> {$l_nav_bar} </font> </td> </tr> <tr> <td width="100%" bgcolor=black colspan="5"><img src="{$mpuri}/templates/{$tpl_name}/images/pixel.gif" /></td> </tr> </table> \ No newline at end of file |