This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
univnautes-old/virtualenv/pffedportal/templates/base0.html

51 lines
1.9 KiB
HTML

{% load i18n %} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" title="bristol" type="text/css" href="{{ MEDIA_URL }}bristol/style.css"/>
<link rel="alternate stylesheet" title="org" type="text/css" href="{{ MEDIA_URL }}css/style.css"/>
<link rel="alternate stylesheet" title="encrier" type="text/css" href="{{ MEDIA_URL }}style.css" />
<title>{% block title %}Accès Internet{% endblock %}</title>
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.simplemodal.1.4.2.min.js"></script>
{% block extra_head %}
{% endblock %}
{% block extra_scripts %}
{% endblock %}
</head>
<body {% block bodyargs %}{% endblock %} >
<div id="wraptop"></div>
<div id="wrap2">
<div id="wrap">
<a id="homelink" href="/"><div id="header">
<h1>Accès Internet</h1>
<span>Le portail Wi-Fi au service de l'enseignement supérieur et de la recherche</span>
</div></a>
<div id="customheader">
{% block header %}
{% endblock %}
</div>
<div id="splash"></div>
<div id="content">
{% if not request.user.username == '' %}
<div id="user">
</div>
{% endif %}
{% block content %}{% endblock %}
</div>
<div id="footer">
<span><img src="{{ MEDIA_URL }}bristol/logo-mesr-93x95.jpg" alt="Ministère de l'Enseignement supérieur et de la Recherche" title="Ministère de l'Enseignement supérieur et de la Recherche" /></span>
{% block footer %}{% endblock %}
</div>
</div>
</div>
<div id="wrapbottom"></div>
</body>
</html>