Thread: [phpMP-CVS] CVS: phpMP/templates/TealMP blocking.cfg,NONE,1.1 box.tpl,NONE,1.1 footer.tpl,NONE,1.1 h
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-04-09 03:59:04
|
Update of /cvsroot/phpmp/phpMP/templates/TealMP In directory usw-pr-cvs1:/tmp/cvs-serv25279/templates/TealMP Added Files: blocking.cfg box.tpl footer.tpl header.tpl tplvars.cfg Log Message: Added new theme. --- NEW FILE: blocking.cfg --- <? $TPLVars['BeginBlock'] .= '<td valign="top" width="150">'."\n"; $TPLVars['EndBlock'] .= '</td>'."\n"; $TPLVars['BeginMain'] .= '<td valign="top">'."\n"; $TPLVars['EndMain'] .= '</td>'."\n"; $TPLVars['BeginBig'] .= '<table width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="20" class="tabletitle"> <table width="100%" class="tabletitle" bordercolor=black background="'.$MPCONF['GEN']['uri'].'/templates/'.$MPCONF['TPL']['tpl_name'].'/images/navbg.gif"><tr><td width="100%" class="tabletitle" bordercolor=black> <font color=white><small>( title not yet implemented }</small></font> </td></tr></table> </td> </tr> <tr> <td> <table width="100%" class="tableborder" bordercolor=black><tr><td>'; $TPLVars['EndBig'] .= ' </td></tr></table> </td> </tr> </table>'; ?> --- NEW FILE: box.tpl --- <table width="150" cellspacing="0" cellpadding="0"> <tr> <td height="20" class="tabletitle"> <table width="100%" class="tabletitle" bordercolor=black background="{MPURLPATH}/templates/{TPLNAME}/images/navbg.gif"><tr><td width="100%" class="tabletitle" bordercolor=black> <font color=white><small>{TITLE}</small></font> </td></tr></table> </td> </tr> <tr> <td> <table width="100%" class="tableborder" bordercolor=black><tr><td> {CONTENT} </td></tr></table> </td> </tr> </table> --- NEW FILE: footer.tpl --- <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="{MPURLPATH}/templates/{TPLNAME}/images/pixel.gif" /></td> </tr> <tr> <td width="100%" colspan="2" align="center" bgcolor="#C0C0C0"><font size="2">{NAVBAR}</font></td> </tr> <tr> <td width="100%" bgcolor=black colspan="2"><img src="{MPURLPATH}/templates/{TPLNAME}/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="{MPURLPATH}/templates/{TPLNAME}/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="{MPURLPATH}/templates/{TPLNAME}/images/footer_left.gif"></td> <td width="*" align="center"><font size="-2">{COPYRIGHT}</font></td> <td width="100" align="right" background="{MPURLPATH}/templates/{TPLNAME}/images/footer_right.gif"></td> </tr></table></tr> <tr> <td height="1" bgcolor="#000000;"></td> </tr> <tr> <td height="25" width="100%" background="{MPURLPATH}/templates/{TPLNAME}/images/footer_top.gif" bgcolor="#000000;"></td> </tr> <tr> <td width="100%" height="*" valign="bottom" align="right"><a href="http://www.trevorj.com" class="tjcopyright">:: design by trevorj ::</a> </tr> </table> </td> </tr> </td></tr></table> </body> </html> --- NEW FILE: header.tpl --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>{PAGETITLE}</title> <script src="{MPURLPATH}/templates/{TPLNAME}/js/fade.js" language="Javascript"></script> <link rel="stylesheet" href="{MPURLPATH}/templates/{TPLNAME}/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="{MPURLPATH}/templates/{TPLNAME}/images/logo.jpg" /></td> <td width="100%" align="center" background="{MPURLPATH}/templates/{TPLNAME}/images/topbg.jpg"><img src="{MPURLPATH}/templates/{TPLNAME}/images/pixel.gif" /></td> <td width="25" align="right" background="{MPURLPATH}/templates/{TPLNAME}/images/grad_ld_lr.gif"><img src="{MPURLPATH}/templates/{TPLNAME}/images/grad_ld_lr.gif" /></td> </tr> <tr> <td width="100%" bgcolor=black colspan="5"><img src="{MPURLPATH}/templates/{TPLNAME}/images/pixel.gif" /></td> </tr> <tr> <td width="100%" colspan="5" align="center" bgcolor="#C0C0C0"><font size="2">{NAVBAR}</font></td> </tr> <tr> <td width="100%" bgcolor=black colspan="5"><img src="{MPURLPATH}/templates/{TPLNAME}/images/pixel.gif" /></td> </tr> </table> <table width="100%" bgcolor="#9fc2c6" cellspacing="0" cellpadding="2"> <tr> --- NEW FILE: tplvars.cfg --- <? $array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/index.php">home</a> <font color="#0a4a67">•</font> '; $array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/features.php">features</a> <font color="#0a4a67">•</font> '; $array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/downloads.php">files</a> <font color="#0a4a67">•</font> '; $array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/support.php">support</a> <font color="#0a4a67">•</font> '; $array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/about.php">about</a> <font color="#0a4a67">•</font> '; $array['NAVBAR'] .= '<a href="http://phpmp.sourceforge.net/devworld/">dev.world</a> <font color="#0a4a67">•</font> '; $array['NAVBAR'] .= '<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> <font color="#0a4a67">•</font> '; $array['NAVBAR'] .= '<a href="http://phpmp.sourceforge.net/devworld/modules/index.php?action=list">modules</a> <font color="#0a4a67">•</font> '; $array['NAVBAR'] .= '<a href="http://www.sourceforge.net/">sourceforge</a>'; ?> |