|
From: Andrew <men...@us...> - 2006-05-05 16:53:23
|
Update of /cvsroot/mxbb/core/install/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20804/install/templates Modified Files: mx_install_header.tpl Log Message: Bug #18 Index: mx_install_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/install/templates/mx_install_header.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_install_header.tpl 8 Mar 2005 23:43:46 -0000 1.4 --- mx_install_header.tpl 5 May 2006 16:53:10 -0000 1.5 *************** *** 5,9 **** <meta http-equiv="Content-Style-Type" content="text/css"> <title>{L_INSTALLATION}</title> ! <style type="text/css"><!-- /* The original subSilver Theme for phpBB version 2+ --- 5,10 ---- <meta http-equiv="Content-Style-Type" content="text/css"> <title>{L_INSTALLATION}</title> ! <style type="text/css"> ! <!-- /* The original subSilver Theme for phpBB version 2+ *************** *** 212,217 **** */ .helpline { background-color: #DEE3E7; border-style: none; } ! --></style> ! <script language="javascript1.2" type="text/javascript"><!-- // Import the fancy styles for IE only (NS4.x doesn't use the @import function) if( document.all ) { document.write('<sty'+'le type="text/css">\n'+ --- 213,221 ---- */ .helpline { background-color: #DEE3E7; border-style: none; } ! --> ! </style> ! ! <script language="javascript1.2" type="text/javascript"> ! <!-- // Import the fancy styles for IE only (NS4.x doesn't use the @import function) if( document.all ) { document.write('<sty'+'le type="text/css">\n'+ *************** *** 238,242 **** ' border-left-width : 1px;\n'+ '}\n<'+'/'+'sty'+'le>'); } ! //--></script> </head> <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5584AA"> --- 242,247 ---- ' border-left-width : 1px;\n'+ '}\n<'+'/'+'sty'+'le>'); } ! //--> ! </script> </head> <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5584AA"> *************** *** 249,253 **** <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> ! <td><a href="http://www.mx-system.com" target="_blank"><img src="../templates/subSilver/images/banner_mx-system.gif" border="0" alt="mxBB-Portal" vspace="1" /></a></td> <td align="center" width="100%" valign="middle"><span class="maintitle">{L_INSTALLATION}</span></td> <td align="center" valign="top" nowrap><span class="gensmall">{L_PORTAL_NAME}<br />v. {L_PORTAL_VERSION}</span></td> --- 254,258 ---- <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> ! <td><a href="http://www.mx-system.com" target="_blank"><img src="../templates/subSilver/images/logo.gif" border="0" alt="mxBB-Portal" vspace="1" /></a></td> <td align="center" width="100%" valign="middle"><span class="maintitle">{L_INSTALLATION}</span></td> <td align="center" valign="top" nowrap><span class="gensmall">{L_PORTAL_NAME}<br />v. {L_PORTAL_VERSION}</span></td> |