}
.tbl-border {
border: 1px solid #e1e1e1;
}
.tbl {
font-size: 11px;
color: #fff;
background-color: #000;
padding: 4px;
}
/* theNoam mod */
.tble {
font-size: 11px;
color: #FFF;
background-color: #000;
padding: 4px;
direction: ltr;
}
.tbl1 {
font-size: 11px;
color: #FFF;
background-color: #000;
padding: 4px;
}
/* theNoam mod */
.tbl1e {
font-size: 11px;
color: #FFF;
background-color: #555;
padding: 4px;
direction: ltr;
text-align: left;
}
.tbl2 {
font-size: 11px;
color: #FFF;
background-color: #000;
padding: 4px;
require_once "maincore.php";
include THEME."theme.php";
if (!$settings['maintenance']) { redirect("index.php"); }
echo "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>\n";
echo "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='".$locale['xml_lang']."' lang='".$locale['xml_lang']."'>\n";
echo "<head>\n";
echo "<title>".$settings['sitename']."</title>\n";
echo "<meta http-equiv='Content-Type' content='text/html; charset=".$locale['charset']."' />\n";
echo "<meta name='description' content='".$settings['description']."' />\n";
echo "<meta name='keywords' content='".$settings['keywords']."' />\n";
echo "<style type='text/css'>html, body { height:115%; }</style>\n";
echo "<link rel='stylesheet' href='".THEME."styles.css' type='text/css' media='screen'/>\n";
echo "<link rel='shortcut icon' href='".IMAGES."favicon.ico' type='image/x-icon' />\n";
echo "</head>\n<body class='tbl2 setuser_body'>\n";
echo "<table style='width:100%;height:100%'>\n<tr>\n<td>\n";
echo "<table cellpadding='0' cellspacing='1' width='80%' class='tbl-border center'>\n<tr>\n";
echo "<td class='tbl1'>\n<div style='text-align:center'><br />\n";
echo "<img src='".BASEDIR.$settings['sitebanner']."' alt='".$settings['sitename']."' /><br /><br />\n";
echo stripslashes(nl2br($settings['maintenance_message']))."<br /><br />\n";
echo "</div>\n</td>\n</tr>\n</table>\n";
if (!iMEMBER) {
echo "<div align='center'><br />\n";
echo "<form name='loginform' method='post' action='".FUSION_SELF."'>\n";
echo $locale['global_101'].": <input type='text' name='user_name' class='textbox' style='width:100px' />\n";
echo $locale['global_102'].": <input type='password' name='user_pass' class='textbox' style='width:100px' />\n";
echo "<input type='checkbox' name='remember_me' value='y' title='".$locale['global_103']."' />\n";
echo "<input type='submit' name='login' value='".$locale['global_104']."' class='button' />\n";
echo "</form>\n</div>\n";
}
echo "</td>\n</tr>\n</table>\n";
echo "</body>\n</html>\n";
if (ob_get_length() !== FALSE){
ob_end_flush();
}
if ($settings['login_method'] == "sessions") {
session_write_close();
}
mysql_close($db_connect);
?>
Category Forum
Modifications and Requests - 8Labels
None yet
Statistics
3 participants
Notifications
You are not receiving notifications from this thread.
Related Questions