Initial commit
This commit is contained in:
commit
f4bfb0e367
71 changed files with 10399 additions and 0 deletions
14
Dam/Components/Templates/Debug.tmpl.html
Normal file
14
Dam/Components/Templates/Debug.tmpl.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<TMPL_IF DEBUG>
|
||||
<div class="panel panel-default hidden-print">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">
|
||||
<strong><span class="glyphicon glyphicon-wrench"></span> <a data-toggle="collapse" data-target="#debug-info" onClick="return false;" style="cursor: pointer;">DEBUG</a></strong>
|
||||
</h4>
|
||||
</div>
|
||||
<div id="debug-info" class="panel-collapse collapse">
|
||||
<div class="panel-body">
|
||||
<TMPL_VAR DEBUG>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</TMPL_IF>
|
Reference in a new issue