0
1
Fork 0
hedera-web-mindshore/usr/share/hedera-web/sections/web/html.php

53 lines
1.7 KiB
PHP
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<?php include ('sections/web/head.php') ?>
<link rel="shortcut icon" type="image/x-icon" href="image/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="global/style.css"/>
<link rel="stylesheet" type="text/css" href="sections/web/style.css?1"/>
<title>Verdnatura</title>
</head>
<body>
<?php include ('global/analytics.php') ?>
<div id="top">
<div id="header">
<img id="logo" src="image/icon.png" alt="Verdnatura"/>
<img id="loader" src="image/loader.gif"/>
<a id="exit" href="?section=login&amp;action=logout">
<span id="exit-text"><?php i('Exit'); ?></span>
</a>
<div id="welcome">
<?php i('Welcome'); ?><span id="user-name"></span>
</div>
</div>
</div>
<div id="body">
<div id="content">
<div id="menu-bar">
<div id="links">
<a target="_blank" href="http://verdnaturacomunicacion.blogspot.com.es/">
<img alt="Blogger" src="image/blogger.png" title="Blogger"/>
</a>
<a target="_blank" href="https://plus.google.com/u/0/107516577801959283883/posts">
<img alt="Google+" src="image/google_plus.png" title="Google+"/>
</a>
<a target="_blank" href="http://www.facebook.com/verdnatura">
<img alt="Facebook" src="image/facebook.png" title="Facebook"/>
</a>
<a target="_blank" href="http://www.youtube.com/user/verdnatura">
<img alt="YouTube" src="image/youtube.png" title="YouTube"/>
</a>
</div>
<ul id="menu"></ul>
</div>
<div id="module">
</div>
</div>
</div>
</body>
</html>