<{if $update}>欢迎来到应用程序更新向导<{else}>欢迎来到应用程序初始化向导,即将初始化 <{/if}><{$app.name}> 到你的网店系统中
<{if $app.plugin_desc}>

<{$app.plugin_desc}>

<{/if}>
<{if $app_tables || $ctl_mapper}>

注意!本应用程序将:

<{if $error_msg}>
由于你未安装(<{$error_msg}>),故无法安装本程序,请安装后重试.
<{else}>
    <{if $update}> <{if $app_diff_tables}>
  1. 向数据库里更新<{$app_diff_tables|count}>个表: <{$app_diff_tables|array_keys|implode:' , '}>
  2. <{/if}> <{else}> <{if $app_tables}>
  3. 向数据库里安装<{$app_tables|count}>个表: <{$table_prefix}><{$app_tables|array_keys|implode:' , '.$table_prefix}>
  4. <{/if}> <{/if}> <{foreach from=$ctl_mapper item=item}>
  5. 接管你的 <{$item}> 流程。
  6. <{/foreach}> <{foreach from=$stopapp item=item}>
  7. 关闭程序 <{$item}> (和本软件冲突)。
  8. <{/foreach}> <{foreach from=$listen_event item=item}>
  9. 监督 <{$item}> 事件。
  10. <{/foreach}>
<{/if}>
<{/if}>
<{if !$error_msg}> <{if $online}> <{button label="确认启动程序" onclick="W.page('index.php?ctl=system/appmgr&act=do_install&p[0]={$app_ident}&p[1]=online&p[2]={$update}&operation_type=install&version={$app.plugin_version}')"}> <{else}> <{button label="确认启动程序" onclick="W.page('index.php?ctl=system/appmgr&act=do_install&p[0]={$app_ident}&operation_type=install&version={$app.ver}')"}> <{/if}> <{/if}> <{if $online}> <{else}> <{button label="取消" onclick="W.page('index.php?ctl=system/appmgr&act=index')"}> <{/if}>