| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/libteiser/ |
Upload File : |
<?
include("dbconnect.php");
if ($submitcode)
{
if ($password=="libteiser2007")
{
setcookie ("LibTeiserAdmin", "logged");
$loginstatus=true;
}
else
$loginstatus=false;
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Βιβλιοθήκη ΤΕΙ Σερρών - Πίνακας Διαχείρισης</title>
<STYLE type=text/css>
A:hover {
text-decoration: underline;
color: #960807;
}
A {
text-decoration:none;
color: #000000;
}
</STYLE>
</head>
<body bgcolor="#A48660">
<div align="center">
<?
if (isset($LibTeiserAdmin) or $loginstatus==true)
{
?>
<center>
<table bgcolor="#D4B481" border="0" cellpadding="4" cellspacing="0" width="800" style="font-size: 12px; font-family: Verdana">
<tr>
<td align="center" bgcolor="#960807">
<p align="center"><font color="#F4F4F4"><b> ΒΙΒΛΙΟΘΗΚΗ ΤΕΙ ΣΕΡΡΩΝ </b></font></td>
</tr>
<tr>
<td align="center" bgcolor="#960807"><b><font color="#F4F4F4">ΠΙΝΑΚΑΣ ΔΙΑΧΕΙΡΙΣΗΣ</font></b></td>
</tr>
<tr>
<td height="15"></td>
</tr>
<tr>
<td height="200" valign="top" align="center">
<table width="350" border="1" cellpadding="3" style="font-size: 12px; font-family: Verdana">
<tr>
<td>
<ol style="line-height: 20px; font-weight: bold;">
<li><a href="control_news.php">Νέα-Ανακοινώσεις-Εκδηλώσεις-Εκδόσεις</a></li>
<li><a href="control_stuff.php">Προσωπικό</a></li>
<li><a href="control_freejournals.php">Περιοδικά Ελεύθερης Πρόσβασης</a></li>
<li><a href="control_optikoakoustiko.php">Οπτικοακουστικό Υλικό</a></li>
<li><a href="control_portals.php">Θεματικές Πύλες</a></li>
<li><a href="control_faq.php">Συχνές Ερωτήσεις</a></li>
<li><a href="control_links.php">Χρήσιμοι Σύνδεσμοι</a></li>
</ol>
</td>
</tr>
</table>
</td>
</tr>
</table>
<?
}
else if ($submitcode and $loginstatus==false)
{
?>
<table bgcolor="#D5B582" border="0" cellspacing="3" cellpadding="0" style="font-size: 11px; font-family: Tahoma" width="300">
<tr>
<td colspan='2'><font color="#000000">Δώσατε λάθος κωδικό πρόσβασης. Προσπαθείστε ξανά.</font></td>
</tr>
<tr>
<td colspan='2' height=5></td>
</tr>
<tr>
<form method="POST" action="control_faq.php">
<td><font color="#000000">Κωδικός:</font><br><input type='password' name='password' size='20'><br>
<input type="hidden" name="submitcode" value="ok">
<br>
<input type='submit' value='Είσοδος' name='enter' style='font-size: 10px'></td>
</form>
</tr>
</table>
<?
}
else
{
?>
<table bgcolor="#D5B582" border="0" cellpadding="5" style="font-size: 11px; font-family: Tahoma; border: 1 solid #666666" width="300">
<td colspan='2'><font color="#000000">Δώστε τον κωδικό πρόσβασής σας για να εισέλθετε στον πίνακα ελέγχου.</font></td>
</tr>
<tr>
<td colspan='2' height=5></td>
</tr>
<tr>
<form method="POST" action="control.php">
<td><font color="#000000">Κωδικός:</font><br><input type='password' name='password' size='20'><br>
<input type="hidden" name="submitcode" value="ok">
<br>
<input type='submit' value='Είσοδος' name='enter' style='font-size: 10px'></td>
</form>
</tr>
</table>
<?
}
?>
</body>
</html>