-
Guillaume ROUSSE authoredGuillaume ROUSSE authored
index.tt2.html 3.18 KiB
<?xml version="1.0" encoding="utf-8" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-transitional.dtd">
<html xml:lang="[% iso639 = locale.match('^(.)(.)'); iso639.0; iso639.1 %]" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" type="text/css" href="foundation/css/normalize.css">
<link rel="stylesheet" type="text/css" href="foundation/css/foundation.css">
<link rel="stylesheet" type="text/css" href="jquery.steps.css">
<link rel="stylesheet" type="text/css" href="jquery-ui-1.11.1/jquery-ui.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="jquery-ui-1.11.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="jquery.validate.1.13.0.min.js"></script>
<script type="text/javascript" src="jquery.cookie-1.4.1.min.js"></script>
<script type="text/javascript" src="jquery.steps.1.1.0.min.js"></script>
<script type="text/javascript" src="account-manager.js"></script>
<title>[% title %]</title>
</head>
<body>
<header>
<ul>
<li class="logo align-left"><a href="http://www.edugain.org" title="eduGAIN home page" target="_blank"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png "/></a></li>
<li> </li>
<li class="logo align-right"><a href="http://www.geant.net" title="Geant home page" target="_blank"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a></li>
</ul>
<div class="title">
<span class=""><h1>[% title %]</h1></span>
</div>
</header>
<div id="content">
[% IF errors %]
<div class="ui-widget">
[% PROCESS 'web/errors.tt2.html' %]
</div>
[% ELSE %]
[% IF notifications %]
<div class="ui-widget">
[% PROCESS 'web/notices.tt2.html' %]
</b>
</div>
[% END %] <!-- notifications -->
[% PROCESS 'web/content.tt2.html' %]
[% END %] <!-- IF errors -->
<p>
<div>
<footer>
<span class="align-center">[% conf.app_name %] [% conf.version %] - <a href="mailto:[% conf.support_email %]">contact us</a></span>
</footer>
</div>
</div>
</div>
<script src="foundation/js/foundation.min.js"></script>
<script src="foundation/js/foundation/foundation.tooltip.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>