{* this closes the global service form *} {* due to incompatibilities with jscript functions with moz/ie i need to do individiual forms :( *} {literal} {/literal}
Restart Sequence {* **** STEP 0 **** *} {* **** STEP 1 **** *} {* **** STEP 2 **** *} {* **** STEP 3 **** *} {* **** STEP 4 **** *}
Step 0

{if $tool_restart_info.restart_sequence_step == 0} {/if}

Step 1 {if $tool_restart_info.restart_sequence_step == 1}{math assign="restart_timer" equation="x - y" x=$tool_restart_info.restart_sequence_timer y=$system_time}{else}{assign var=restart_timer value='-1'}{/if} {if $restart_timer >= 0} {else} {if $tool_restart_info.restart_sequence_step == 1} {/if} {/if} {if $tool_restart_info.restart_sequence_step == 1} {/if}

Step 2 {if $tool_restart_info.restart_sequence_step == 2}{math assign="restart_timer2" equation="x - y" x=$tool_restart_info.restart_sequence_timer y=$system_time}{else}{assign var=restart_timer2 value='-1'}{/if} {if $restart_timer2 >= 0} {else} {if $tool_restart_info.restart_sequence_step == 2} {/if} {/if}  

Step 3 {* The following services will be stopped : {$tool_restart_stop_actions} *}

{section name=start loop=$tool_restart_start_actions} The following services will be started : {$tool_restart_start_actions[start].restart_group_list}

{/section}
{if $tool_restart_info.restart_sequence_step == 3} {/if}

Step 4 Success, the Shard is now in the hands of the Customer Support Team. {if $tool_restart_info.restart_sequence_step == 4} {/if}
{* this is just a dummy form to match the global services end form tag *}