Blame view

app/templates/base_page.html 5.8 KB
a6745c24   hitier   Include boostrap
1
<!doctype html>
6d5cc0de   hitier   Head is now included
2
<html lang="fr">
2d7fcc61   hitier   New base page emb...
3
<head>
6d5cc0de   hitier   Head is now included
4
  {% include 'heads.html' %}
e5230891   hitier   Add bootstrap imp...
5
  <link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet" type="text/css"/>
2d7fcc61   hitier   New base page emb...
6
7
8
</head>
<body>

e5230891   hitier   Add bootstrap imp...
9
10
  <nav class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0">
    <a class="navbar-brand col-sm-3 col-md-2 mr-0" href="#">Plan de Charges</a>
a49732b5   hitier   Add current user ...
11
    {% if not current_user.is_anonymous %}
e5230891   hitier   Add bootstrap imp...
12
13
    <ul class="navbar-nav px-3">
      <li class="nav-item text-nowrap">
a49732b5   hitier   Add current user ...
14
15
16
        <a class="nav-link" >Bienvenue {{current_user.name}}</a>
      </li>
    </ul>
a49732b5   hitier   Add current user ...
17
18
    <ul class="navbar-nav px-3">
      <li class="nav-item text-nowrap">
59f42c31   hitier   Allow logout
19
20
21
22
23
24
25
        <a class="nav-link" href="{{ url_for('auth.logout') }}">Déconnecter</a>
      </li>
    </ul>
    {% else %}
    <ul class="navbar-nav px-3">
      <li class="nav-item text-nowrap">
        <a class="nav-link" href="{{ url_for('auth.login') }}">Se Connecter</a>
e5230891   hitier   Add bootstrap imp...
26
27
      </li>
    </ul>
59f42c31   hitier   Allow logout
28
    {% endif %}
e5230891   hitier   Add bootstrap imp...
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
  </nav>

  <div class="container-fluid">
    <div class="row">
      <nav class="col-md-2 d-none d-md-block bg-light sidebar">
        <div class="sidebar-sticky">
          <ul class="nav flex-column">
            <li class="nav-item">
              <a class="nav-link active" href="#">
                <span data-feather="home"></span>
                accueil
              </a>
            </li>
            <li class="nav-item">
              <a aria-expanded="false" class="nav-link" data-target="#agent" data-toggle="collapse" href="#">
                <span data-feather="user"></span>
                Agent
              </a>
              <ul aria-expanded="false" class="collapse" id="agent">
                <li><a class="text-muted" ref="#">Liste des agents</a></li>
                <li><a class="text-muted" ref="#">Statistiques</a></li>
                <li><a class="text-muted" ref="#">Liste des responsabilités</a></li>
                <li><a class="text-muted" ref="#">Liste des fonctions</a></li>
                <li><a class="text-muted" ref="#">Liste des compétences</a></li>
                <li><a class="text-muted" ref="#">Liste des pôles</a></li>
                <li><a class="text-muted" ref="#">Liste des emplois types</a></li>
              </ul>
            </li>
            <li class="nav-item">
              <a aria-expanded="false" class="nav-link" data-target="#projet" data-toggle="collapse" href="#">
                <span data-feather="file"></span>
                Projet
              </a>
              <ul aria-expanded="false" class="collapse" id="projet">
                <li><a class="text-muted" ref="#">Liste des projets</a></li>
                <li><a class="text-muted" ref="#">Statistiques</a></li>
                <li><a class="text-muted" ref="#">Listes des domaines</a></li>
                <li><a class="text-muted" ref="#">Listes des statuts de projets</a></li>
              </ul>
            </li>
            <li class="nav-item">
              <a aria-expanded="false" class="nav-link" data-target="#service" data-toggle="collapse" href="#">
                <span data-feather="home"></span>
                Service
              </a>
              <ul aria-expanded="false" class="collapse" id="service">
                <li><a class="text-muted" ref="#">Liste des services</a></li>
                <li><a class="text-muted" ref="#">Statistiques</a></li>
              </ul>
            </li>
            <li class="nav-item">
              <a aria-expanded="false" class="nav-link" data-target="#cds" data-toggle="collapse" href="#">
                <span data-feather="users"></span>
                Chef de service
              </a>
              <ul aria-expanded="false" class="collapse" id="cds">
                <li><a class="text-muted" ref="#">Renseigner le statut d'un agent pour un semestre</a></li>
                <li><a class="text-muted" ref="#">Affecter un agent à un projet/service</a></li>
                <li><a class="text-muted" ref="#">Création agent virtuel</a></li>
                <li><a class="text-muted" ref="#">Charge totale des agents</a></li>
                <li><a class="text-muted" ref="#">Détails des charges</a></li>
                <li><a class="text-muted" ref="#">Graphiques personnalisés</a></li>
              </ul>
            </li>
            <li class="nav-item">
              <a aria-expanded="false" class="nav-link" data-target="#admin" data-toggle="collapse" href="#">
                <span data-feather="settings"></span>
                Administrateur
              </a>
              <ul aria-expanded="false" class="collapse" id="admin">

                <li><a class="text-muted" href="#">Nouveau projet</a></li>
                <li><a class="text-muted" href="#">Nouveau service</a></li>
                <li><a class="text-muted" href="#">Nouvelle compétence</a></li>
                <li><a class="text-muted" href="#">Nouvelle fonction</a></li>
                <li><a class="text-muted" href="#">Nouveau domaine</a></li>
                <li><a class="text-muted" href="#">Nouvelle responsabilité</a></li>
                <li><a class="text-muted" href="#">Affecter un responsable de projet</a></li>
                <li><a class="text-muted" href="#">Affecter un responsable de service</a></li>
                <li><a class="text-muted" href="#">Liste des semestres</a></li>
                <li><a class="text-muted" href="#">Nouveau semestre</a></li>
2d7fcc61   hitier   New base page emb...
110

e5230891   hitier   Add bootstrap imp...
111
112
113
114
115
              </ul>
            </li>
          </ul>
        </div>
        <footer class="footer">
e90be54b   hitier   Copyright footer ...
116
          {% include 'copy.html' %}
e5230891   hitier   Add bootstrap imp...
117
118
        </footer>
      </nav>
2d7fcc61   hitier   New base page emb...
119

e5230891   hitier   Add bootstrap imp...
120
      <main class="container" role="main">
a49732b5   hitier   Add current user ...
121
122
123
        {% include 'flash-messages.html' %}
        {% block content %}
        {% endblock %}
e5230891   hitier   Add bootstrap imp...
124
      </main>
2d7fcc61   hitier   New base page emb...
125
126

    </div>
e5230891   hitier   Add bootstrap imp...
127
128
129
  </div>


c854a098   hitier   New included temp...
130
  {% include 'bs4-scripts.html' %}
e5230891   hitier   Add bootstrap imp...
131
132
133
134
135
  <!-- Icons -->
  <script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
  <script>
    feather.replace()
  </script>
a6745c24   hitier   Include boostrap
136
</body>
2d7fcc61   hitier   New base page emb...
137
</html>