alex c434cad322 Patch level : 4.0 451
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Riportata la versione 3.1 patch 650


git-svn-id: svn://10.65.10.50/trunk@14148 c028cbd2-c16b-5b4b-a496-9718f37d4682
2006-07-11 13:10:51 +00:00

78 lines
4.7 KiB
HTML
Executable File

<HTML>
<HEAD>
<TITLE>Campo</TITLE>
<link rel="stylesheet" href="../stili/stile.css">
<SCRIPT language=JavaScript>
// CAMBIA L'IMMAGINE DI UN LINK
function flipImage(theButton, theAction)
{
var NewImage;
var N;
NewImage = theButton.src;
N = NewImage.lastIndexOf("_");
NewImage = NewImage.substring(0,N);
if (theAction == 0) theButton.src = NewImage + "_off.gif";
if (theAction == 1) theButton.src = NewImage + "_on.gif";
return true;
}
</SCRIPT>
</HEAD>
<BODY bottomMargin=0 leftMargin=0 rightMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width="100%" class=alto>
<TR>
<td width="10"></td>
<td colspan=3 height=60 align="left">
<a href="home.html" target=_parent><img src="../images/home.jpg" border="0" alt="Home"></a>
<a href="base.html" target=_parent><img src="../images/elenco.jpg" border="0" alt="Menu completo"></a>
<a href="javascript:history.back();"><img src="../images/indietro.jpg" border="0" alt="Indietro"></a>
<a href="javascript:history.go();"><img src="../images/avanti.jpg" border="0" alt="Avanti"></a>
</td>
<!-- <td colspan=4 height=60>OneRed by DoubleOne<BR></td> -->
<td colspan=4 height=60 align="right"><img src="../images/titolo.gif"></td>
</TR>
<table><tr><td><br></td></tr></table>
<TABLE align=center border="0" cellpadding="5" cellspacing="0" width="80%">
<TR>
<td valign=middle width=10><img src=../images/image02.jpg border=1 align=absmiddle></td>
<td valign=middle>
<a href="base.html" onmouseover="flipImage(bott01,1);" onmouseout="flipImage(bott01,0);"><img name="bott01" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Anagrafiche comuni</a><br><br>
<a href="contab.html" onmouseover="flipImage(bott02,1);" onmouseout="flipImage(bott02,0);"><img name="bott02" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Contabilità generale</a>
<!--
<a href="base.html" onmouseover="flipImage(bott03,1);" onmouseout="flipImage(bott03,0);"><img name="bott03" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Tabelle</a><br>
<a href="base.html" onmouseover="flipImage(bott04,1);" onmouseout="flipImage(bott04,0);"><img name="bott04" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Stampe</a>
-->
</td>
</tr>
<TR>
<td valign=middle width=10><img src=../images/image03.jpg border=1 align=absmiddle></td>
<td valign=middle>
<a href="acqve.html" onmouseover="flipImage(bott05,1);" onmouseout="flipImage(bott05,0);"><img name="bott05" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Gestione ordini</a><br>
<a href="acqve.html" onmouseover="flipImage(bott06,1);" onmouseout="flipImage(bott06,0);"><img name="bott06" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Gestione acquisti e vendite</a><br>
<a href="acqve.html" onmouseover="flipImage(bott07,1);" onmouseout="flipImage(bott07,0);"><img name="bott07" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Gestione agenti</a><br>
<a href="acqve.html" onmouseover="flipImage(bott08,1);" onmouseout="flipImage(bott08,0);"><img name="bott08" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Gestione effetti</a><br>
<!-- <a href="base.html" onmouseover="flipImage(bott09,1);" onmouseout="flipImage(bott09,0);"><img name="bott09" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Statistiche</a> -->
</td>
</tr>
<TR>
<td valign=middle width=10><img src=../images/image04.jpg border=1 align=absmiddle></td>
<td valign=middle>
<a href="mag.html" onmouseover="flipImage(bott10,1);" onmouseout="flipImage(bott10,0);"><img name="bott10" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Magazzino</a><br>
<a href="mag.html" onmouseover="flipImage(bott11,1);" onmouseout="flipImage(bott11,0);"><img name="bott11" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Distinta base</a><br>
<a href="mag.html" onmouseover="flipImage(bott12,1);" onmouseout="flipImage(bott12,0);"><img name="bott12" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">Produzione</a><br>
<a href="mag.html" onmouseover="flipImage(bott13,1);" onmouseout="flipImage(bott13,0);"><img name="bott13" src="../images/bottone_off.gif" border="0"><img src="../images/spacer.gif" width="5" border="0">MRP II</a>
</td>
</tr>
</TABLE>
</BODY>
</HTML>