3
0
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
dnsmanagerv1/www/views/error.tt
Philippe Pittoli a7a334e330 ajout de tests, site un peu plus sécurisé, errmsg à afficher
ajout de tests, site un peu plus sécurisé, errmsg à afficher
2014-01-25 01:44:56 +01:00

11 lines
253 B
Plaintext

<% IF errmsg.defined && errmsg.length > 0 %>
<div id="errmsg" >
<div class="alert alert-danger">
<p><strong>Oh !</strong>
<% errmsg %>
<span class="glyphicon glyphicon-remove"></span>
</p>
</div>
</div>
<% END %>