This repository has been archived on 2025-06-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
perl-dam/Dam/Components/Templates/Debug.tmpl.html
2020-04-10 12:48:19 +02:00

14 lines
438 B
HTML

<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>