Beispiel #1
0
    <td width="14%" height="23" colspan="5"> <br />
<h4 class="textoblanco">Caja:&nbsp;<br />
  <?php 
echo strtoupper($usuario->devuelve_area($_SESSION['sesion_id_area']));
?>
</h4></td>
  </tr>
  <tr align="center" bgcolor="#0F4E5B" >
    <td height="24" colspan="12" valign="top">
	

	<ul id="menu">
	
	
<?php 
if ($permiso->evalua_permiso($_SESSION['sesion_id_usuario'], '18')) {
    ?>
<li>
<!--[if lte IE 6]><a href="#nogo"><table><tr><td><![endif]-->
<dl class="one">
	<dt><a href='#'  class='vinculoblanco'>Gestionar Productos</a></dt>
	<dd><a href='lineas.php'>Registrar Lineas</a></dd>
	<dd><a href='marcas.php'>Registrar Marcas</a></dd>	
	<dd><a href='productos.php'>Registrar Productos</a></dd>
	<dd><a href='unidades.php'>Registrar Unidades</a></dd>	
 	<dd><a href='precios.php'>Registrar Precios</a></dd>   		
</dl>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<?php 
}