Projet

Général

Profil

Révision 47e3a1cf views/brique_view.php

Voir les différences:

views/brique_view.php
169 169
      <?php
170 170
    }
171 171
     ?>
172

  
173

  
174
<?php
175
function accesInterdit() {
176
?>
177

  
178
<!doctype html>
179
<html>
180
<head>
181

  
182
<?php include_once 'views/includes/head.php'?>
183
<link rel="stylesheet" href="<?= PATH?>assets/styles/css/cssMurs/test.css"/>
184
<title><?= ucfirst($page) ?></title>
185
</head>
186

  
187
<body>
188

  
189
  <?php include_once 'views/includes/header.php'?>
190

  
191
  <div class="container">
192
    <div class="row">
193
      <div class="col-sm-12 mb-4 mt-4">
194
        <span class="erreur">
195
          Vous n'avez pas l'autorisation d'ajouter une brique à ce mur.
196
        </span>
197
      </div>
198
      <div class="col-sm-12 mb-4 mt-4">
199
        <a href="<?=PATH.'index.php'?>">
200
          <button class="btn btn-primary">
201
            Accueil
202
          </button>
203
        </a>
204
      </div>
205
    </div>
206
  </div>
207

  
208
</body>
209
</html>
210

  
211

  
212
<?php
213
}
214
?>

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux