Initial commit

This commit is contained in:
Manuel Cillero 2020-04-10 12:48:19 +02:00
commit f4bfb0e367
71 changed files with 10399 additions and 0 deletions

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