<{area inject=".mainHead"}>

<{t}>应用程序<{/t}>

<{t}>应用中心简介<{/t}> <{button type="button" label=$___desktop="在线安装应用程序"|t:'desktop' onclick='new Dialog("index.php?ctl=system/appmgr&act=app_onlince",{onShow:function(e){ this.dialog_body.id="dialogContent"; },title:$___desktop="在线安装应用程序"|t:"desktop",width:870,height:560,onClose:function(){W.page("index.php?ctl=system/appmgr&act=index");}})'}>

<{/area}>

<{t}>当前安装的应用<{/t}>

<{foreach from=$apps item=app}>
<{if $app.disabled eq 'false'}> <{button href="index.php?ctl=system/appmgr&act=disable&p[0]={$app.plugin_ident}" label=$___desktop="关闭程序"|t:'desktop'}> <{if $app.has_setting==1}> <{button href="index.php?ctl=system/appmgr&act=setting&p[0]={$app.plugin_ident}" label=$___desktop="设置选项"|t:'desktop'}> <{/if}> <{else}> <{if $app.status neq 'used'}> <{button href="index.php?ctl=system/appmgr&act=install&p[0]={$app.plugin_ident}" icon="btn_add.gif" label=$___desktop="启用程序"|t:'desktop'}> <{else}> <{button href="index.php?ctl=system/appmgr&act=uninstall&p[0]={$app.plugin_ident}" label=$___desktop="清除数据"|t:'desktop'}> <{button href="index.php?ctl=system/appmgr&act=enable&p[0]={$app.plugin_ident}" icon="btn_add.gif" label=$___desktop="启用程序"|t:'desktop'}> <{/if}> <{/if}>
<{$app.plugin_name}>
  • <{t}>作者<{/t}> <{if $app.plugin_author}> <{$app.plugin_author}> <{else}> <{$app.plugin_author}> <{/if}>
  • <{t}>安装量<{/t}> 29928
  • <{t}>版本<{/t}> <{$app.plugin_version}>
  • <{t}>更新时间<{/t}> 2009.11.16
<{/foreach}>