|
From: FlorinCB <ory...@us...> - 2008-12-25 09:18:23
|
Update of /cvsroot/mxbb/mx_contact/templates/subSilver In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23545/subSilver Modified Files: contact_body.tpl newsletter_body.tpl Added Files: error_body.tpl simple_footer.tpl simple_header.tpl Log Message: fix Index: newsletter_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_contact/templates/subSilver/newsletter_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** newsletter_body.tpl 4 Oct 2008 08:03:18 -0000 1.1 --- newsletter_body.tpl 25 Dec 2008 09:17:46 -0000 1.2 *************** *** 31,35 **** <!-- ****************************************************************** --> ! <div> <!-- executa formularul in cazul in care variabilele sunt empty --> --- 31,38 ---- <!-- ****************************************************************** --> ! <div class="forabg block"> ! <div id="p1" class="post bg2 online"> ! <div class="inner"><span class="corners-top"><span></span></span> ! <div class="textbody"> <!-- executa formularul in cazul in care variabilele sunt empty --> *************** *** 140,143 **** --- 143,149 ---- </table> + </div></div> + </div> + <span class="corners-bottom"><span></span></span> </div> <br clear="all" /> \ No newline at end of file --- NEW FILE: simple_header.tpl --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> <meta http-equiv="Content-Style-Type" content="text/css"> <!-- IF SET_BASE --><base href="{U_PORTAL_ROOT_PATH}" ><!-- ENDIF --> {META} {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- Load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- IF GECKO --> <!-- Optionally, redefine some defintions for gecko browsers --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" > <!-- ENDIF --> {MX_ADDITIONAL_CSS_FILES} {MX_ICON_CSS} {MX_ADDITIONAL_JS_FILES} {MX_ADDITIONAL_HEADER_TEXT} <body> <table width="800" border="0" align="center" cellpadding="1" id="baza"> <tr bgcolor="#CFBA8B"> <td><table width="807" align="center" background="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}/images/bg.png" bgcolor="#ECE3CC" id="scris"> <tr> <td class="bodyline"> Index: contact_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_contact/templates/subSilver/contact_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contact_body.tpl 4 Oct 2008 08:03:18 -0000 1.2 --- contact_body.tpl 25 Dec 2008 09:17:46 -0000 1.3 *************** *** 31,35 **** <!-- ****************************************************************** --> ! <div> <!-- BEGIN switch_user_logged_out --> --- 31,38 ---- <!-- ****************************************************************** --> ! <div class="forabg block"> ! <div id="p1" class="post bg2 online"> ! <div class="inner"><span class="corners-top"><span></span></span> ! <div class="textbody"> <!-- BEGIN switch_user_logged_out --> *************** *** 104,107 **** --- 107,113 ---- </table> + </div></div> + </div> + <span class="corners-bottom"><span></span></span> </div> <br clear="all" /> \ No newline at end of file --- NEW FILE: error_body.tpl --- <table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> <td><table width="100%" cellspacing="0" cellpadding="1" border="0"> <tr> <td> </td> </tr> <tr> <td align="center"><span class="gen">{ERROR_MESSAGE}</span></td> </tr> <tr> <td> </td> </tr> </table></td> </tr> </table> <br clear="all" /> --- NEW FILE: simple_footer.tpl --- <div id="page-footer"> <!-- We request you retain the full copyright notice below including the link to www.phpbb.com. This not only gives respect to the large amount of time given freely by the developers but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain the full copyright we ask you at least leave in place the "Powered by phpBB" line, with "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our forums may be affected. The phpBB Group : 2006 //--> <div class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">Mx-Publisher Development Team</a> <!-- IF PHPBB_BACKEND --> & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> <!-- ENDIF --> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --> <!-- This displays generation info at the bottom of the page --> <br />{EXECUTION_STATS} </div> </div> </td> </tr> <tr> <td colspan="3" bgcolor="#C5B079"><img name="banner_jos" src="../foto/banner_jos.jpg" width="800" height="20" border="0" id="banner_jos" alt="" /></td> </tr> </table></td> </tr> </table> </body> </html> |