86 lines
2.3 KiB
PHP
86 lines
2.3 KiB
PHP
<?
|
||
session_name( "SYNCRO" );
|
||
$v1="user_id";
|
||
$v2="user_name";
|
||
$v3="user_auth";
|
||
session_register($v1,$v2,$v3);
|
||
session_start();
|
||
$SID=$SYNCRO;
|
||
?>
|
||
|
||
<html>
|
||
|
||
<head>
|
||
<meta http-equiv="Content-Type"
|
||
content="text/html; charset=iso-8859-1">
|
||
<title>-= SYNCRO =-</title>
|
||
<link href="syncro.ico" rel="SHORTCUT ICON">
|
||
<link rel="stylesheet" type="text/css" href="syncro.css"
|
||
body="syncro.css">
|
||
</head>
|
||
|
||
<body bgcolor="#57A44D">
|
||
|
||
<?
|
||
if (!empty($user_auth))
|
||
{
|
||
?>
|
||
|
||
<p align="center"><font size="+3"><br>SyNcro</font><br>-=[ <a href="news.php" target="preview">News</a> ]=-<br><br></p>
|
||
|
||
<div align="center"><center>
|
||
<table border="0" cellpadding="0" cellspacing="0">
|
||
<tr>
|
||
<td><img src="images/mbi.gif" width="24" height="217"></td>
|
||
<td valign="top" width="82" background="images/mbf.gif"><table
|
||
border="0">
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
<tr>
|
||
<td>>> <a
|
||
href="miFicha.php?<?=SID?>"
|
||
target="preview">Mi Ficha</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>>> Listar</td>
|
||
</tr>
|
||
<tr>
|
||
<td><font color="#20803F">-</font>+ <a
|
||
href="gestion-listado.php?<?=SID?>&q=todo" target="listado">Todo</a><br>
|
||
<font color="#20803F">-</font>+ <a
|
||
href="gestion-listado.php?<?=SID?>&q=mias"
|
||
target="listado">Mias</a><br> <font color="#20803F">-</font>+ <a
|
||
href="gestion-listado.php?<?=SID?>&q=en_curso" target="listado">En curso</a><br>
|
||
</td>
|
||
</tr>
|
||
<tr><td>><a href="bajar-listado.php" target="listado">Bajar lista</a>
|
||
</td></tr>
|
||
<tr>
|
||
<td>>> <a
|
||
href="gestion-pelisp.php?<?=SID?>"
|
||
target="preview">Insertar</a></td>
|
||
</tr>
|
||
<tr><td>>> <a href="foro.php" target="preview">Foro</a></td></tr>
|
||
<tr>
|
||
<td>
|
||
>> <a href="salir.php" target="_top">Salir</a></td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</center></div>
|
||
|
||
<p align="center"><br>
|
||
</p>
|
||
|
||
<p align="center"><br>
|
||
Dise<EFBFBD>ado por: <br>
|
||
<a href="mailto:jd@infdj.com">JD soft.</a></p>
|
||
<?
|
||
}
|
||
?>
|
||
</body>
|
||
</html>
|