<?xml version="1.0"?>
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="0" class="home">
<!-- TESTATA INIZIALE CON LOGO -->
<tr>
<td align="center" colspan="6"><?php $InfiniX->getPiXml();?></td>
<!-- FINE TESTATA INIZIALE CON LOGO -->
</tr>
<!-- MENU E CONTENUTI PRINCIPALI -->
<tr>
<td colspan="2" valign="top" >
<div style="height:98px;">
<!-- LOGO -->
<?php $InfiniX->getLogosXml('logos','metags.xml'); ?>
</div>
<div style="width:245px;">
<!-- TABELLA DEI MENU SX -->
<?php $InfiniX->getContentPhpXhtml($backend.'.sx'); ?>
<!-- FINE TABELLA DEI MENU SX -->
</div>
</td>
<td rowspan="3"><img src="mimix/img/pix_trasp.png" width="30" border="0" alt="pixel"/></td>
<!-- PAGINA DEI CONTENUTI - include (GET/POST) -->
<td rowspan="2" width="70%" valign="top" height="100%" class="borderContent">
<?php $InfiniX->getContentPhpXhtml(); ?>
<!-- FINE PAGINA DEI CONTENUTI -->
</td>
<!-- TABELLA DEI MENU DX -->
<td rowspan="2" colspan="2" valign="top" height="100%" class="borderLeft">
<?php $InfiniX->getContentPhpXhtml($backend.'.dx'); ?>
<!-- FINE TABELLA DEI MENU DX -->
</td>
</tr>
<tr>
<td valign="top" style="background: url(mimix/img/dotted.png) repeat-x bottom; width:245px;" height="100%">
<?php $InfiniX->getPiXml();?>
</td>
<td><img src="mimix/img/pix_trasp.png" width="7" border="0" alt="pixel"/></td>
</tr>
<!-- Menu di servizio contenente copy -->
<tr>
<td valign="top" colspan="2"><?php $InfiniX->getPiXml();?></td>
<!-- <td class="width10"><?php $InfiniX->getPiXml();?></td> -->
<td width="70%">
<![CDATA[
<div align=\"right\">
<?php $InfiniX->getBoXml(\"bottom\",\"\",\"\",\"\",\"boxes.xml\");?>
</div>
]]>
</td>
<td colspan="2"><?php $InfiniX->getPiXml();?></td>
<!-- <td><?php $InfiniX->getPiXml();?></td> -->
</tr>
<tr>
<td colspan="6">
<br />
<div align="center" class="TestiPaginaSmall">
<?php echo $ProgramDev."<br />".$ProgramLicense; ?>
<br /><br />
<?php $InfiniX->getBoXml(\"validate\",\"\",\" \",\"\",\"boxes.xml\");?></div>
</td>
</tr>
</table>