Changelog for the next release.
[platal.git] / templates / sql_errors.tpl
CommitLineData
02c018dd
SJ
1{**************************************************************************}\r
2{* *}\r
2ab75571 3{* Copyright (C) 2003-2010 Polytechnique.org *}\r
02c018dd
SJ
4{* http://opensource.polytechnique.org/ *}\r
5{* *}\r
6{* This program is free software; you can redistribute it and/or modify *}\r
7{* it under the terms of the GNU General Public License as published by *}\r
8{* the Free Software Foundation; either version 2 of the License, or *}\r
9{* (at your option) any later version. *}\r
10{* *}\r
11{* This program is distributed in the hope that it will be useful, *}\r
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}\r
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}\r
14{* GNU General Public License for more details. *}\r
15{* *}\r
16{* You should have received a copy of the GNU General Public License *}\r
17{* along with this program; if not, write to the Free Software *}\r
18{* Foundation, Inc., *}\r
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}\r
20{* *}\r
21{**************************************************************************}\r
22\r
7b08f6b5 23<h1>Erreurs MySQL</h1>\r
02c018dd 24 {if $errors}\r
7b08f6b5 25 {$errors|smarty:nodefaults}\r
02c018dd 26 {else}\r
d0d7d4ad 27<p>\r
2386dca3 28 Il n'y a pas d'erreurs actuellement recensées.\r
02c018dd 29</p>\r
d0d7d4ad 30 {/if}\r
02c018dd
SJ
31<form action="sql_errors" method="post">\r
32 <div>\r
33 <input type="submit" name="clear" value="Effacer les erreurs" />\r
34 </div>\r
35</form>\r
36\r
37\r
38{* vim:set et sws=2 sts=2 sw=2 enc=utf-8: *}\r