-
Notifications
You must be signed in to change notification settings - Fork 0
/
socios.php
26 lines (26 loc) · 1.09 KB
/
socios.php
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
<?php
include 'includes/header.php';
?>
<table id="main" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" align="center"><p></p></td>
</tr>
<tr>
<td width="300" align="center"><p><img src="images/socios.png" alt="Socios" width="128" height="128" /><br />
Socios</p></td>
<td align="center"><a href="socios_alta.php"><img src="images/socios_alta.png" alt="Altas" width="48" height="48" border="0" /></a><br />
<a href="socios_alta.php">Altas</a></td>
<td align="center"><img src="images/socios_modifica.png" alt="Modificaciones" width="48" height="48" border="0" /><br />
Modificaciones</td>
<td align="center"><a href="socios_perfil.php"><img src="images/socios_perfil.png" alt="Perfil" width="48" height="48" border="0" /><br />Perfil</a></td>
</tr>
<tr>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
</tr>
</table>
<?php
include 'includes/footer.php';
?>