{include file="header.html"} {$xajax} {title value=$layout.pagetitle link=$layout.pagetitlelink help="crontablist"}
{box class="noshadow"}| # | 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} | {if $cronlist[cronlist].type == $smarty.const.CRON_BATCH} {/if} {if get_rights('cron.full')} {if $cronlist[cronlist].enabled} {fontimg src="access"} {else} {fontimg src="accessoff"} {/if} {fontimg src="delete"} {fontimg src="edit"} {/if} |
| Brak zadań | ||||||