Размер файла: 2.33Kb
<?php
/*-----------------------------------------------------------------------------------------
mcGalleryPRO
All code is © 2003 Marc Cagninacci.
No files may be redistributed in whole or significant part.
----------------- mcgalleryPRO IS NOT FREE SOFTWARE -------------------
You should have receive a file called license.txt in this package
--------------------------------------------------------------------------------------------*/
include './conf.inc.php';
include '../lang/'.$lang_def;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>mc Gallery</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="Expires" CONTENT="Fri, Jan 01 1900 00:00:00 GMT">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<style type="text/css">
<!--
a.lien1:link { font-family: Verdana, Arial; color: #333333; text-decoration: none}
a.lien1:visited { font-family: verdana, Arial; color: #333333; text-decoration: none}
a.lien1:hover { font-family: Verdana, Arial; color: #FFFFFF; text-decoration: none}
a.lien2:link { font-family: Verdana, Arial; color: #CCCCCC; text-decoration: none}
a.lien2:visited { font-family: verdana, Arial; color: #CCCCCC; text-decoration: none}
a.lien2:hover { font-family: Verdana, Arial; color: #FFFFFF; text-decoration: none}
-->
</style>
</head>
<body bgcolor="#EEEEEE" text="black">
<br><br><br><br><br>
<form method="post" name="form" action="login.php">
<table border="0" width="400" align="center">
<tr>
<td><font face="verdana" size="2" color="black"><b><?php echo $l_Login; ?></b></font></td>
<td><input type="text" name="private_login"></td>
</tr>
<tr>
<td><font face="verdana" size="2" color="black"><b><?php echo $l_Pass; ?></b></font></td>
<td><input type="password" name="private_pass"></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="submit" value="<?php echo $l_login; ?>">
</td></tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><font face="verdana" size="2" color="black">Only Super Admin have access<br>to <b>Members</b> and <b>Config</b> pages.</font></td>
</tr>
</table>
</form>
<script language="JavaScript">
<!--
document.form.private_login.focus()
// -->
</script>
<?php
include './footer.php';
?>