1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Notice removal

This commit is contained in:
e107steved
2007-12-06 21:36:02 +00:00
parent 24c5e85987
commit cba297390e
7 changed files with 63 additions and 33 deletions

View File

@@ -1,10 +1,12 @@
<?php <?php
// $Id: banner_template.php,v 1.2 2007-12-06 21:35:55 e107steved Exp $
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:98%"); } if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:98%"); }
// ##### LOGIN TABLE ------------------------------------------------------------------------------- // ##### LOGIN TABLE -------------------------------------------------------------------------------
if(!$BANNER_LOGIN_TABLE){ if(!isset($BANNER_LOGIN_TABLE))
{
$BANNER_LOGIN_TABLE = " $BANNER_LOGIN_TABLE = "
<div style='align:center'>\n <div style='align:center'>\n
<form method='post' action='".e_SELF."'>\n <form method='post' action='".e_SELF."'>\n
@@ -29,7 +31,8 @@ if(!$BANNER_LOGIN_TABLE){
// ##### ------------------------------------------------------------------------------------------ // ##### ------------------------------------------------------------------------------------------
// ##### BANNER TABLE ----------------------------------------------------------------------------- // ##### BANNER TABLE -----------------------------------------------------------------------------
if(!$BANNER_TABLE_START){ if(!isset($BANNER_TABLE_START))
{
$BANNER_TABLE_START = " $BANNER_TABLE_START = "
<table class='fborder' style='".USER_WIDTH."; border:1px solid #000' border='1'> <table class='fborder' style='".USER_WIDTH."; border:1px solid #000' border='1'>
<tr><td colspan='7' style='text-align:center' class='fcaption'>".BANNERLAN_21."</td></tr> <tr><td colspan='7' style='text-align:center' class='fcaption'>".BANNERLAN_21."</td></tr>
@@ -43,7 +46,8 @@ if(!$BANNER_TABLE_START){
<td class='forumheader' style='text-align:center'>".BANNERLAN_28."</td> <td class='forumheader' style='text-align:center'>".BANNERLAN_28."</td>
</tr>"; </tr>";
} }
if(!$BANNER_TABLE){ if(!isset($BANNER_TABLE))
{
$BANNER_TABLE = " $BANNER_TABLE = "
<tr> <tr>
<td class='forumheader3' style='text-align:center'>{BANNER_TABLE_CLIENTNAME}</td> <td class='forumheader3' style='text-align:center'>{BANNER_TABLE_CLIENTNAME}</td>
@@ -71,20 +75,24 @@ if(!$BANNER_TABLE){
</tr> </tr>
<tr><td colspan='7'>&nbsp;</td></tr>"; <tr><td colspan='7'>&nbsp;</td></tr>";
} }
if(!$BANNER_TABLE_END){ if(!isset($BANNER_TABLE_END))
{
$BANNER_TABLE_END = " $BANNER_TABLE_END = "
</table>"; </table>";
} }
// ##### ------------------------------------------------------------------------------------------ // ##### ------------------------------------------------------------------------------------------
// ##### BANNER MENU ----------------------------------------------------------------------------- // ##### BANNER MENU -----------------------------------------------------------------------------
if(!isset($BANNER_MENU_START)){ if(!isset($BANNER_MENU_START))
{
$BANNER_MENU_START = "<div style='text-align:center;'>"; $BANNER_MENU_START = "<div style='text-align:center;'>";
} }
if(!isset($BANNER_MENU)){ if(!isset($BANNER_MENU))
{
$BANNER_MENU = "{BANNER}<br /><br />"; $BANNER_MENU = "{BANNER}<br /><br />";
} }
if(!isset($BANNER_MENU_END)){ if(!isset($BANNER_MENU_END))
{
$BANNER_MENU_END = "</div>"; $BANNER_MENU_END = "</div>";
} }
// ##### ------------------------------------------------------------------------------------------ // ##### ------------------------------------------------------------------------------------------

View File

@@ -1,10 +1,11 @@
<?php <?php
// $Id: contact_template.php,v 1.2 2007-04-12 19:18:24 e107steved Exp $ // $Id: contact_template.php,v 1.3 2007-12-06 21:35:55 e107steved Exp $
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:97%"); } if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:97%"); }
if(!$CONTACT_INFO){ if(!isset($CONTACT_INFO))
{
$CONTACT_INFO = " $CONTACT_INFO = "
<table style='".USER_WIDTH."' cellpadding='1' cellspacing='7'> <table style='".USER_WIDTH."' cellpadding='1' cellspacing='7'>
<tr> <tr>
@@ -28,7 +29,8 @@ $sc_style['CONTACT_IMAGECODE_INPUT']['pre'] = "";
$sc_style['CONTACT_IMAGECODE_INPUT']['post'] = "</td></tr>"; $sc_style['CONTACT_IMAGECODE_INPUT']['post'] = "</td></tr>";
if(!$CONTACT_FORM){ if(!isset($CONTACT_FORM))
{
$CONTACT_FORM = " $CONTACT_FORM = "
<form action='".e_SELF."' method='post' id='contactForm' > <form action='".e_SELF."' method='post' id='contactForm' >
<table style='".USER_WIDTH."' cellpadding='1' cellspacing='7'> <table style='".USER_WIDTH."' cellpadding='1' cellspacing='7'>

View File

@@ -1,11 +1,13 @@
<?php <?php
// $Id: fpw_template.php,v 1.2 2007-12-06 21:35:55 e107steved Exp $
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:70%"); } if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:70%"); }
// ##### FPW TABLE ----------------------------------------------------------------------------- // ##### FPW TABLE -----------------------------------------------------------------------------
if(!$FPW_TABLE){ if(!isset($FPW_TABLE))
{
$FPW_TABLE = " $FPW_TABLE = "
<div style='text-align:center'> <div style='text-align:center'>
<form method='post' action='".e_SELF."'> <form method='post' action='".e_SELF."'>
@@ -52,7 +54,8 @@ if(!$FPW_TABLE){
// ##### ------------------------------------------------------------------------------------------ // ##### ------------------------------------------------------------------------------------------
// ##### FPW HEADER TABLE ------------------------------------------------------------------------- // ##### FPW HEADER TABLE -------------------------------------------------------------------------
if(!$FPW_TABLE_HEADER){ if(!isset($FPW_TABLE_HEADER))
{
$FPW_TABLE_HEADER = " $FPW_TABLE_HEADER = "
<div style='width:100%;text-align:center;margin-left:auto;margin-right:auto'> <div style='width:100%;text-align:center;margin-left:auto;margin-right:auto'>
<div style='width:70%;margin-left:auto;margin-right:auto;text-align:center;'><br /> <div style='width:70%;margin-left:auto;margin-right:auto;text-align:center;'><br />
@@ -62,7 +65,8 @@ if(!$FPW_TABLE_HEADER){
// ##### ------------------------------------------------------------------------------------------ // ##### ------------------------------------------------------------------------------------------
// ##### FPW FOOTER TABLE ------------------------------------------------------------------------- // ##### FPW FOOTER TABLE -------------------------------------------------------------------------
if(!$FPW_TABLE_FOOTER){ if(!isset($FPW_TABLE_FOOTER))
{
$FPW_TABLE_FOOTER = "</div></div>"; $FPW_TABLE_FOOTER = "</div></div>";
} }
// ##### ------------------------------------------------------------------------------------------ // ##### ------------------------------------------------------------------------------------------

View File

@@ -1,9 +1,11 @@
<?php <?php
// $Id: login_template.php,v 1.4 2007-12-06 21:35:55 e107steved Exp $
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
// ##### LOGIN HEADER TABLE ----------------------------------------------------------------------- // ##### LOGIN HEADER TABLE -----------------------------------------------------------------------
if(!$LOGIN_TABLE_HEADER){ if(!isset($LOGIN_TABLE_HEADER))
{
$LOGIN_TABLE_HEADER .= " $LOGIN_TABLE_HEADER .= "
<div style='width:100%;text-align:center; margin-left: auto;margin-right: auto'><br /> <div style='width:100%;text-align:center; margin-left: auto;margin-right: auto'><br />
<div style='text-align:center;width:70%;margin-left: auto;margin-right: auto'> <div style='text-align:center;width:70%;margin-left: auto;margin-right: auto'>
@@ -11,7 +13,8 @@ if(!$LOGIN_TABLE_HEADER){
} }
// ##### LOGIN TABLE ----------------------------------------------------------------------------- // ##### LOGIN TABLE -----------------------------------------------------------------------------
if(!$LOGIN_TABLE){ if(!isset($LOGIN_TABLE))
{
$LOGIN_TABLE = ""; $LOGIN_TABLE = "";
if($LOGIN_TABLE_LOGINMESSAGE != ""){ if($LOGIN_TABLE_LOGINMESSAGE != ""){
$LOGIN_TABLE .= "<div style='text-align:center'>{LOGIN_TABLE_LOGINMESSAGE}</div>"; $LOGIN_TABLE .= "<div style='text-align:center'>{LOGIN_TABLE_LOGINMESSAGE}</div>";
@@ -29,7 +32,8 @@ if(!$LOGIN_TABLE){
// ##### ------------------------------------------------------------------------------------------ // ##### ------------------------------------------------------------------------------------------
// ##### LOGIN TABLE FOOTER ----------------------------------------------------------------------- // ##### LOGIN TABLE FOOTER -----------------------------------------------------------------------
if(!$LOGIN_TABLE_FOOTER){ if(!isset($LOGIN_TABLE_FOOTER))
{
$LOGIN_TABLE_FOOTER = " $LOGIN_TABLE_FOOTER = "
<div style='width:70%;margin-right:auto;margin-left:auto'> <div style='width:70%;margin-right:auto;margin-left:auto'>
<div style='text-align:center'><br /> <div style='text-align:center'><br />

View File

@@ -1,10 +1,12 @@
<?php <?php
// $Id: online_template.php,v 1.2 2007-12-06 21:35:55 e107steved Exp $
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:96%"); } if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:96%"); }
// ##### ONLINE TABLE ----------------------------------------------------------------------------- // ##### ONLINE TABLE -----------------------------------------------------------------------------
if(!$ONLINE_TABLE_START){ if(!isset($ONLINE_TABLE_START))
{
$ONLINE_TABLE_START = " $ONLINE_TABLE_START = "
<div style='text-align:center'> <div style='text-align:center'>
<table class='fborder' style='".USER_WIDTH."'> <table class='fborder' style='".USER_WIDTH."'>
@@ -14,7 +16,8 @@ if(!$ONLINE_TABLE_START){
<td class='forumheader' style='width:50%'>".ONLINE_EL11."</td> <td class='forumheader' style='width:50%'>".ONLINE_EL11."</td>
</tr>"; </tr>";
} }
if(!$ONLINE_TABLE){ if(!isset($ONLINE_TABLE))
{
$ONLINE_TABLE = " $ONLINE_TABLE = "
<tr> <tr>
<td class='forumheader3' style='width:3%;text-align:center'>{ONLINE_TABLE_ICON}</td> <td class='forumheader3' style='width:3%;text-align:center'>{ONLINE_TABLE_ICON}</td>
@@ -22,7 +25,8 @@ if(!$ONLINE_TABLE){
<td class='forumheader3' style='width:50%'>{ONLINE_TABLE_LOCATION}<br /></td> <td class='forumheader3' style='width:50%'>{ONLINE_TABLE_LOCATION}<br /></td>
</tr>"; </tr>";
} }
if(!$ONLINE_TABLE_END){ if(!isset($ONLINE_TABLE_END))
{
$ONLINE_TABLE_END = " $ONLINE_TABLE_END = "
</table> </table>
</div> </div>

View File

@@ -11,16 +11,17 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/sitedown_template.php,v $ | $Source: /cvs_backup/e107_0.8/e107_themes/templates/sitedown_template.php,v $
| $Revision: 1.4 $ | $Revision: 1.5 $
| $Date: 2007-01-20 15:49:21 $ | $Date: 2007-12-06 21:35:55 $
| $Author: mrpete $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
// ##### SITEDOWN TABLE ----------------------------------------------------------------- // ##### SITEDOWN TABLE -----------------------------------------------------------------
if(!$SITEDOWN_TABLE){ if(!isset($SITEDOWN_TABLE))
{
$SITEDOWN_TABLE = (defined("STANDARDS_MODE") ? "" : "<?xml version='1.0' encoding='".CHARSET."' "."?".">")."<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\"> $SITEDOWN_TABLE = (defined("STANDARDS_MODE") ? "" : "<?xml version='1.0' encoding='".CHARSET."' "."?".">")."<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">
"; ";
$SITEDOWN_TABLE .= " $SITEDOWN_TABLE .= "

View File

@@ -11,25 +11,28 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/userposts_template.php,v $ | $Source: /cvs_backup/e107_0.8/e107_themes/templates/userposts_template.php,v $
| $Revision: 1.1.1.1 $ | $Revision: 1.2 $
| $Date: 2006-12-02 04:36:13 $ | $Date: 2007-12-06 21:35:55 $
| $Author: mcfly_e107 $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%"); } if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%"); }
if(!isset($USERPOSTS_NP_TABLE)){ if(!isset($USERPOSTS_NP_TABLE))
{
$USERPOSTS_NP_TABLE = "<div class='nextprev'>{USERPOSTS_NEXTPREV}</div>"; $USERPOSTS_NP_TABLE = "<div class='nextprev'>{USERPOSTS_NEXTPREV}</div>";
} }
// ##### USERPOSTS_COMMENTS TABLE ----------------------------------------------------------------- // ##### USERPOSTS_COMMENTS TABLE -----------------------------------------------------------------
if(!$USERPOSTS_COMMENTS_TABLE_START){ if(!isset($USERPOSTS_COMMENTS_TABLE_START))
{
$USERPOSTS_COMMENTS_TABLE_START = " $USERPOSTS_COMMENTS_TABLE_START = "
<div style='text-align:center'> <div style='text-align:center'>
<table class='fborder' style='".USER_WIDTH."'>\n"; <table class='fborder' style='".USER_WIDTH."'>\n";
} }
if(!$USERPOSTS_COMMENTS_TABLE){ if(!isset($USERPOSTS_COMMENTS_TABLE))
{
$USERPOSTS_COMMENTS_TABLE = " $USERPOSTS_COMMENTS_TABLE = "
<tr> <tr>
<td class='fcaption'> <td class='fcaption'>
@@ -44,7 +47,8 @@ if(!$USERPOSTS_COMMENTS_TABLE){
</tr> </tr>
"; ";
} }
if(!$USERPOSTS_COMMENTS_TABLE_END){ if(!isset($USERPOSTS_COMMENTS_TABLE_END))
{
$USERPOSTS_COMMENTS_TABLE_END = " $USERPOSTS_COMMENTS_TABLE_END = "
</table> </table>
</div>"; </div>";
@@ -52,13 +56,15 @@ if(!$USERPOSTS_COMMENTS_TABLE_END){
// ##### ------------------------------------------------------------------------------------------ // ##### ------------------------------------------------------------------------------------------
// ##### USERPOSTS FORUM TABLE -------------------------------------------------------------------- // ##### USERPOSTS FORUM TABLE --------------------------------------------------------------------
if(!$USERPOSTS_FORUM_TABLE_START){ if(!isset($USERPOSTS_FORUM_TABLE_START))
{
$USERPOSTS_FORUM_TABLE_START = " $USERPOSTS_FORUM_TABLE_START = "
<div style='text-align:center'> <div style='text-align:center'>
<form method='post' action='".e_SELF."?".e_QUERY."'> <form method='post' action='".e_SELF."?".e_QUERY."'>
<table class='fborder' style='".USER_WIDTH."'>"; <table class='fborder' style='".USER_WIDTH."'>";
} }
if(!$USERPOSTS_FORUM_TABLE){ if(!isset($USERPOSTS_FORUM_TABLE))
{
$USERPOSTS_FORUM_TABLE .= " $USERPOSTS_FORUM_TABLE .= "
<tr> <tr>
<td class='fcaption'> <td class='fcaption'>
@@ -74,7 +80,8 @@ if(!$USERPOSTS_FORUM_TABLE){
</tr> </tr>
"; ";
} }
if(!$USERPOSTS_FORUM_TABLE_END){ if(!isset($USERPOSTS_FORUM_TABLE_END))
{
$USERPOSTS_FORUM_TABLE_END = " $USERPOSTS_FORUM_TABLE_END = "
<tr> <tr>
<td class='forumheader' style='text-align:right'> <td class='forumheader' style='text-align:right'>