<?
require_once('Connections/gesso.php');
require_once('util.php');
switch ($p_action) {
case "member_insert":
case "member_update":
case "member_delete":
include('member_save.php');
exit;
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>::.G.e.s.S.o.::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="gesso.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" class="section_top"><img src="img/GesSo.png" width="120" height="50" border="0"></td>
</tr>
<tr>
<td width="141" class="section_left"><table width="100%" border="0" cellpadding="0" cellspacing="6">
<tr>
<td class="menuleft"><a href="index.php" class="menuleftlink" accesskey="h" title="ALT + H"><u>H</u>ome</a></td>
</tr>
<tr>
<td class="menuleft"><a href="index.php?p_action=member_new" title="ALT + N" class="menuleftlink" accesskey="n"><u>N</u>uovo
Socio</a></td>
</tr>
<tr>
<td class="menuleft"><a href="index.php?p_action=member_query_result" title="ALT + L" class="menuleftlink" accesskey="l"><u>L</u>ista
Soci</a> </td>
</tr>
<tr>
<td class="menuleft"><a href="index.php?p_action=member_query" title="ALT + R" class="menuleftlink" accesskey="r"><u>R</u>icerca
Socio</a> </td>
</tr>
</table>
<p> </p></td>
<td width="593" class="section_main"> <?
switch ($p_action) {
case "member_new":
case "member_detail":
case "member_query";
include('member.php');
break;
case "member_query_result":
include('member_query_result.php');
break;
default:
include('default.php');
}
?> </td>
</tr>
</table>
</body>
</html>