Use AJAX for generation status

This commit is contained in:
Némunaire 2015-01-18 09:10:42 +01:00 committed by Nemunaire
commit 7031ebc907
7 changed files with 76 additions and 47 deletions

View file

@ -1,10 +1,4 @@
{extends file="admin/layout.tpl"}
{block name=content}
<h1>
Génération
</h1>
{if isset($return)}
<h2>Sortie</h2>
<pre>{$return|escape}</pre>
{/if}
{/block}
<?xml version="1.0" encoding="UTF-8"?>
<gen>
<logs>{$return|escape}</logs>
</gen>