first reimport from platal
[platal.git] / templates / skin / common.devel.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
3{* Copyright (C) 2003-2004 Polytechnique.org *}
4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
23{if #globals.debug#}
24{if $db_trace && $db_trace neq "\n\n"}
25 <div id="db-trace">
26 <h1>
27 Trace de l'exécution de cette page sur mysql (hover me)
28 </h1>
29 <div class="hide">
30 {$db_trace|smarty:nodefaults}
31 </div>
32 </div>
33{/if}
34
35{if $validate}
36 <div id="dev">
37 @HOOK@
38 Validation:
39 <a href="http://jigsaw.w3.org/css-validator/validator?uri={$validate}">CSS</a>
40 &nbsp;&nbsp;|&nbsp;&nbsp;
41 références :
42 <a href="http://www.w3schools.com/xhtml/xhtml_reference.asp">XHTML</a>
43 <a href="http://www.w3schools.com/css/css_reference.asp">CSS2</a>
44 </div>
45{/if}
46{/if}
47
48{* vim:set et sw=2 sts=2 sws=2: *}