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
|
<? require("testa.php");?>
<?
if (!$idpz) {
echo "<b>";
echo gettext ("You have not loaded in memory any patient.");
echo "<P>";
include("modulo_ricerca.php");
}
else {
echo "<TABLE><TR><TD ALIGN=\"center\" COLSPAN=\"2\"><B>";
echo gettext ("* Ledger menu *");
echo "</B></TD></TR>";
echo "<TR><TD ALIGN=\"left\" VALIGN=\"middle\"><a href=\"storicopzinserimento.php\"><IMG SRC=\"img/inserisci.png\" BORDER=\"0\"></a></TD><td ALIGN=\"LEFT\"><a href=\"storicopzinserimento.php\">";
echo gettext ("New entry in ledger");
echo "</a></TD></TR><TR><TD ALIGN=\"left\" VALIGN=\"middle\"><a href=\"=\"modificastoricovisualizza.php\"><IMG SRC=\"img/modifica.png\" BORDER=\"0\"></a></TD><td ALIGN=\"LEFT\"><a href=\"modificastoricovisualizza.php\">";
echo gettext ("Modify a ledger's entry");
echo "</a></TD></TR><TR><TD ALIGN=\"left\" VALIGN=\"middle\"><a href=\"=\"cancellastoricovisualizza.php\"><IMG SRC=\"img/cancella.png\" BORDER=\"0\"></a></TD><td ALIGN=\"LEFT\"><a href=\"cancellastoricovisualizza.php\">";
echo gettext ("Delete a ledger's entry");
echo "</a></TD></TR>";
echo "</TABLE>";
include("includi_mostra_cartella.php");
}
?>
<? include("piede.php");?>
|