Projet

Général

Profil

Télécharger (1 ko) Statistiques
| Branche: | Tag: | Révision:

root / debian / share / theme-example / base.html @ 10e107df

1
{% load staticfiles %}
2
<html>
3
  <head>
4
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5
    <meta http-equiv="content-language" content="en" />
6
    <title>U-Auth :: Entr'ouvert</title>
7
    <link href="{% static "css/style.css" %}" media="all" rel="stylesheet" type="text/css" />
8
    <link href="{% static "entrouvert/eo.css" %}" media="all" rel="stylesheet" type="text/css" />
9
  </head>
10
  <body>
11
    <div class="page-wrapper">
12
    <h1 id="logo">
13
      <img src="{% static "entrouvert/logo.png" %}" alt="Entr'ouvert">
14
      U-Auth: Portail captif dans le Cloud
15
    </h1>
16
    </div>
17
    <div class="page-wrapper">
18
      <h2 class="welcome">Pour vous connecter veuillez choisir un fournisseur d'identité dans la liste ci-dessous</h2>
19
    {% block content %}
20
    {% endblock %}
21
    </div>
22
    {% block footer %}
23
    <div id="footer">
24
      Entr'ouvert, SCOP ARL,
25
      RCS Paris B 443 170 139 00036
26
      +33 (0)1 43 35 01 35 -
27
      info@entrouvert.com
28
    </div>
29
    {% endblock %}
30
  </body>
31
</html>
32

    
(1-1/3)