-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.php
More file actions
46 lines (41 loc) · 1.43 KB
/
Copy pathadmin.php
File metadata and controls
46 lines (41 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
echo'<html>
<link href="menu.css" rel="stylesheet" type="text/css">
<body><table width="729" border="0">
<tr>
<td width="200"> </td>
<td width="482"><div align="center"><img src="header.png" width="318" height="154" /></div></td>
</tr>
<tr>
<td>
<div id="menu">
<dl>
<dt><a href="index.htm" title="Inicio">Home</a></dt>
<dt><a href="session.php" title="sesion">Inicia sesión</a></dt>
<dt><a href="listaProfile.php" title="Ver lista de inversores">Inversores</a></dt>
<dt><a href="frmNuevo.php" title="Agrega un inversor">Nuevo Inversor</a></dt>
<dt><a href="listaEditar.php" title="Editar">Editar datos inversor</a></dt>
<dt><a href="usuario_perfil.php" title="Perfil">Perfil de usuario</a></dt>
<dt><a href="index.htm" title="Aplicación BdT 1.0 beta">Acerca de</a></dt>
</dl>
</div></td>
<td>
<table width="729" border="0">
<tr>
<td>
<dl>
<dt><a href = "frmNuevo.php">Agregar un nuevo inversor</a> </dt><br/>
<dt><a href = "reporte_1.php">Reporte de datos de inversores de tiempo</a> </dt><br/>
<dt><a href = "reporte_2.php">Reporte de servicios de inversores de tiempo</a> </dt><br/>
<dt><a href = "listaEditar.php">Editar datos de inversores</a></dt><br/>
<dt><a href = "cerrarSession.php">Cerrar sesión de administrador</a></dt><br/>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>';
?>