[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 /* 3 + ----------------------------------------------------------------------------+ 4 | e107 website system 5 | 6 | ©Steve Dunstan 2001-2002 7 | http://e107.org 8 | jalist@e107.org 9 | 10 | Released under the terms and conditions of the 11 | GNU General Public License (http://gnu.org). 12 | 13 | $Source: /cvsroot/e107/e107_0.7/e107_themes/templates/sitedown_template.php,v $ 14 | $Revision: 1.5 $ 15 | $Date: 2006/12/11 07:45:18 $ 16 | $Author: e107coders $ 17 +----------------------------------------------------------------------------+ 18 */ 19 20 if (!defined('e107_INIT')) { exit; } 21 22 // ##### SITEDOWN TABLE ----------------------------------------------------------------- 23 if(!$SITEDOWN_TABLE){ 24 $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\"> 25 "; 26 $SITEDOWN_TABLE .= " 27 <html xmlns='http://www.w3.org/1999/xhtml'".(defined("TEXTDIRECTION") ? " dir='".TEXTDIRECTION."'" : "").(defined("CORE_LC") ? " xml:lang=\"".CORE_LC."\"" : "")."> 28 <head> 29 <meta http-equiv='content-type' content='text/html; charset=".CHARSET."' /> 30 <meta http-equiv='content-style-type' content='text/css' />\n 31 <link rel='stylesheet' href='".THEME_ABS."style.css' type='text/css' media='all' /> 32 <title>{SITEDOWN_TABLE_PAGENAME}</title> 33 </head> 34 <body> 35 <div style='text-align:center;font-size: 14px; color: black; font-family: Tahoma, Verdana, Arial, Helvetica; text-decoration: none'> 36 <div style='text-align:center'>{LOGO}</div> 37 <hr /> 38 <br /> 39 {SITEDOWN_TABLE_MAINTAINANCETEXT} 40 </div> 41 </body> 42 </html>"; 43 } 44 // ##### ------------------------------------------------------------------------------------------ 45 46 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |