File: /home/www/torresncgolf/instalaciones/system_old/application/views/templates/links.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Terrazas - Green</title>
<link rel="stylesheet" href="/system/application/views/estilo.css" type="text/css">
<script type="text/javascript" src="/js/jquery.js"></script>
</head>
<body>
<div id="menu_horizontal">
<div id="links">
<?php
if (isset($links))
foreach ($links as $etiqueta=>$href):
?>
<a class="enlace_izq" href="<?=$href?>">
<?= $etiqueta?>
</a>
<?php
endforeach;
if ($who_is_logged):
?>
<a class="enlace_der" href="/index.php/login/logout">Cerrar sesión de <?=$who_is_logged?></a>
<?php
else
:
?>
<span class="enlace_der">
<form id="login_mini" method="post" action="/index.php/login/check_login">
<span>Telefonillo</span>
<input class="login" type="text" name="login" /><span>Contraseña</span>
<input class="passwd" type="password" name="passwd" /><input class="submit" type="submit" name="boton_submit" value="Entrar">
</form>
</span>
<?php
endif;
?>
</div>
</div>
<div id="contenedor">