{include file="header.html"} {$xajax} {title value=$layout.pagetitle link=$layout.pagetitlelink help="crontablist"}
{box class="noshadow"} {section name='cronlist' loop=$cronlist} {sectionelse} {/section}
# Nazwa Plan Zadanie Opcje Ost. wykonanie  
{$cronlist[cronlist].id|string_format:"%02d"} {$cronlist[cronlist].name|escape} {$cronlist[cronlist].schedule|escape} {if $cronlist[cronlist].type == $smarty.const.CRON_COMMAND} {$cronlist[cronlist].command|escape} {if $cronlist[cronlist].errorcode}
{assign var='tmp' value=$cronlist[cronlist].errorcode}{if $errorcode.$tmp}{$errorcode.$tmp}{else}Error Code : {$tmp}{/if}
{/if} {elseif $cronlist[cronlist].type == $smarty.const.CRON_BATCH} własny plik wsadowy {/if}
{if $cronlist[cronlist].type == $smarty.const.CRON_COMMAND} {$cronlist[cronlist].args|escape} {elseif $cronlist[cronlist].type == $smarty.const.CRON_BATCH} {/if} {if $cronlist[cronlist].lastrun} {$cronlist[cronlist].lastrun|date_format:"Y-m-d H:i"} {/if}
Brak zadań
{/box} {literal} {/literal} {include file="footer.html"}