First commit 31/12/2001
This commit is contained in:
85
gestion-menu.php
Normal file
85
gestion-menu.php
Normal file
@ -0,0 +1,85 @@
|
||||
<?
|
||||
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>
|
Reference in New Issue
Block a user