mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-26 16:01:05 +00:00
25 lines
388 B
Twig
25 lines
388 B
Twig
{% if not is_ajax %}
|
|
</div>
|
|
{% endif %}
|
|
{% if not is_ajax and not is_minimal %}
|
|
{{ self_link|raw }}
|
|
|
|
<div class="clearfloat" id="pma_errors">
|
|
{{ error_messages|raw }}
|
|
</div>
|
|
|
|
{{ scripts|raw }}
|
|
|
|
{% if is_demo %}
|
|
<div id="pma_demo">
|
|
{{ demo_message|raw }}
|
|
</div>
|
|
{% endif %}
|
|
|
|
{{ footer|raw }}
|
|
{% endif %}
|
|
{% if not is_ajax %}
|
|
</body>
|
|
</html>
|
|
{% endif %}
|