{* $Id: ShowEvents.tpl 11979 2007-09-26 17:41:31Z kbailey $ * -------------------------------------------------------------- * This template displays a list of all events in the system queue. From this template, a user should be able to * display, edit, delete, and run or stop events in the system queue. * * Smarty Variables: * $events - An array of events that match input criteria. Every item in this array is an array representing an event, * structure as follows: * systemQueueID - The ID of this system queue event. * systemQueueCommand - The MBAPI command that this system queue event will be executing. * systemQueueCommandInput - The full XML input for the MBAPI command to be run. * * (The following parameters only affect recurring items in the queue.) * systemQueueMinute - The frequency of minutes with which to run this event (5 would be every 5 minutes) * systemQueueHour - The frequency of hours with which to run this event (7 would be every 7 hours) * systemQueueDay - The frequency of days with which to run this event (170 would be every 170 days) * systemQueueMonth - The frequency of months with which to run this event * systemQueueYear - The frequency of years with which to run this event * * isRecurring - 1 if this event is recurring, or 0 if otherwise * dateCreated - The UNIX timestamp for which this event was created * dateStarted - The UNIX timestamp for which this event was started * dateFinished - The UNIX timestamp for which this event was finished * * * $actionID - The unique action ID for this page view * $actionName - The action name for this action ID * $imageDirectory - The image directory for this theme * $tplDirectory - The template directory for this theme * $sid - The current sessionID * *} {assign var="showEventStatusBar" value="1"} {assign var="filterArgs" value="isActive=$isActive&systemQueueStatus=`$smarty.request.systemQueueStatus`$systemQueueStatus$systemQueueIDsArgs"} {php}$GLOBALS['__pagePath'] = array('TRANS_SHOW_EVENTS', '');{/php} {include file="$tplDirectory/header.tpl" parentName="TRANS_MANAGE_EVENTS" childName="TRANS_SHOW_EVENTS" sideNavMajor="events" sideNavMinor="events" includeAjaxJS=1}
{"TRANS_EVENTS_SHOW_DESC"|lmsg} |
![]() |
{include file="$tplDirectory/widgets/context/sortedBy.tpl"} | ||||||||
|
{if $events[i].configGroupID} {assign var=configGroupID value=$events[i].configGroupID} {if $panels.$configGroupID} {$panels.$configGroupID} {if $events[i].serverGroupID} {assign var=serverGroupID value=$events[i].serverGroupID} {"TRANS_IN_GROUP"|lmsg} {$serverGroupList.$serverGroupID} {/if} {elseif $registrars.$configGroupID} {$registrars.$configGroupID} {/if} {elseif $events[i].serverGroupID} {assign var=serverGroupID value=$events[i].serverGroupID} {if $serverGroupList.$serverGroupID} {$serverGroupList.$serverGroupID} {/if} {/if} | {$events[i].systemQueueCommand} {if $events[i].packageID} {assign var=packageID value=$events[i].packageID} {"TRANS_OF_PACKAGE"|lmsg} {$packageID} {/if} | {$events[i].systemQueueDateCreated|getDateTime:full} | {$events[i].systemQueueDateToRun|getDateTime:full} {include file="$tplDirectory/widgets/quickEditDateLink.tpl" editID=$systemQueueID editKey="systemQueueID" editActionName="EditEventResponse" editName="TRANS_RUN" editColumn="systemQueueDateToRun" editValue=$events[i].systemQueueDateToRun showHourMin=1 icoFile="ico/quickedit.gif"} | {if $events[i].systemQueueIsRecurring} -- {else} {$events[i].systemQueueDateStarted|getDateTime:full} {/if} |
{if $events[i].systemQueueIsRecurring}
--
{else}
{$events[i].systemQueueDateFinished|getDateTime:full}
{/if}
{if $events[i].systemQueueDateFinished}
![]() |
{$events[i].systemQueueStatus|getArrayValueByID:$statuses} {$events[i].systemQueueStatusReason} | ||
![]() ![]() ![]() ![]() ![]() ![]() |
|||||||||
{"TRANS_NORESULTS"|lmsg} |