Fix minor ergonomy issues concerning the groups and the medals pages
[platal.git] / templates / skin / common.devel.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
5ddeb07c 3{* Copyright (C) 2003-2007 Polytechnique.org *}
0337d704 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#}
d3f26be9 24{foreach from=$backtraces key=bt_name item=trace}
25 <div class="backtrace">
0337d704 26 <h1>
d3f26be9 27 {if $trace->error}<span style="color: #f00">{/if}
a582725e 28 Exécution de {$bt_name} : {$trace->traces|@count} actions en {$trace->totaltime|string_format:"%.3f"}s (hover-me pour la trace)
d3f26be9 29 {if $trace->error}</span>{/if}
0337d704 30 </h1>
31 <div class="hide">
d3f26be9 32 {include file="skin/common.backtrace.tpl"}
0337d704 33 </div>
34 </div>
d3f26be9 35{/foreach}
0337d704 36
37{if $validate}
38 <div id="dev">
39 @HOOK@
40 Validation:
7da8ef90 41 <a href="http://jigsaw.w3.org/css-validator/validator?uri={#globals.baseurl#}/valid.html">CSS</a>
0337d704 42 &nbsp;&nbsp;|&nbsp;&nbsp;
a7de4ef7 43 références :
0337d704 44 <a href="http://www.w3schools.com/xhtml/xhtml_reference.asp">XHTML</a>
45 <a href="http://www.w3schools.com/css/css_reference.asp">CSS2</a>
46 </div>
47{/if}
48{/if}
49
a7de4ef7 50{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}