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.
u-auth/debian/share/theme-example/base.html

33 lines
1.0 KiB
HTML

{% load staticfiles %}
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />
<title>U-Auth :: Entr'ouvert</title>
<link href="{% static "css/style.css" %}" media="all" rel="stylesheet" type="text/css" />
<link href="{% static "entrouvert/eo.css" %}" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="page-wrapper">
<h1 id="logo">
<img src="{% static "entrouvert/logo.png" %}" alt="Entr'ouvert">
U-Auth: Portail captif dans le Cloud
</h1>
</div>
<div class="page-wrapper">
<h2 class="welcome">Pour vous connecter veuillez choisir un fournisseur d'identité dans la liste ci-dessous</h2>
{% block content %}
{% endblock %}
</div>
{% block footer %}
<div id="footer">
Entr'ouvert, SCOP ARL,
RCS Paris B 443 170 139 00036
+33 (0)1 43 35 01 35 -
info@entrouvert.com
</div>
{% endblock %}
</body>
</html>