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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<queue>
{foreach from=$queue item=itm}
<item>{$itm}</item>
{/foreach}
</queue>