Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Kodėl gi nerodo??

Parašė iGolf· 2009 Kov. 19 21:03:37
#3

<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
include THEME."theme.php";

echo "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
<title>".$settings['sitename']."</title>
<meta http-equiv='Content-Type' content='text/html; charset=".$locale['charset']."'>
<meta name='description' content='".$settings['description']."'>
<meta name='keywords' content='".$settings['keywords']."'>
<link rel='stylesheet' href='".THEME."styles.css' type='text/css'>
<style type='text/css'>
.maintenance {
   background-image : url('BG_maintenance.png');
   width : 525px;
   height : 355px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #161614;
}
</style>
</head>
<body>

<table align='center' cellpadding='0' cellspacing='0' width='525' height='100%'>
<tr>
<td>
<table align='center' cellpadding='0' cellspacing='0' width='525' class='maintenance'>
<tr>
<td align='left' valign='bottom' style='padding-left:370px;padding-bottom:15px'>\n";
if (!iMEMBER) {
   echo "<form name="loginform" method="post" action="maintenance.php">
Vartotojas<br>
<input name="user_name" class="textbox" style="width: 100px;" type="text"><br>
Slaptažodis<br>
<input name="user_pass" class="textbox" style="width: 100px;" type="password"><br>
<input name="remember_me" value="y" type="checkbox">Atsiminti<br><br>
<input name="login" value="Login" class="button" type="submit"><br>
</form>\n";
}
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";

echo "</body>
</html>\n";

mysql_close();

ob_end_flush();
?>



Redagavo iGolf· 2009 Kov. 19 21:03:02