|
if $dir_array[i].is_module neq ''
$dir_array[i].module_array.name
else
$dir_array[i].dir_name
/if
|
if $dir_array[i].module_array.type eq 'vouch'
$langSysPaymentSurety
elseif $dir_array[i].module_array.type eq 'instant'
$langSysPaymentPrompt
elseif $dir_array[i].module_array.type eq 'offline'
$langSysPaymentDown
else
$langCNot
/if
|
if $dir_array[i].is_module neq ''
if $dir_array[i].is_setup neq ''
if $dir_array[i].is_open neq ''
$langCOpen
else
$langCClose
/if
else
$langSysPaymentNoSetup
/if
else
$langSysPaymentCannotIdentify
/if
|
if $dir_array[i].is_module neq ''
if $dir_array[i].is_setup neq ''
else
/if
else
$langSysPaymentCannotIdentify
/if
|