{layout:default} {class:Shop.Admin.storeConfig.pluginconfig} <%=Tag("插件管理")%>-<%=site.title%>
<% if (!Shop.LebiAPI.Service.Instanse.Check("managelicenese")){ %> <%}%> <%foreach (Shop.Model.PluginConfig model in models) { %> <% if (!Shop.LebiAPI.Service.Instanse.Check("managelicenese")){ %> <%}%> <%} %>
<%=Tag("程序集")%> <%=Tag("名称")%> <%=Tag("版本")%> <%=Tag("开发商")%> <%=Tag("状态")%> <%=Tag("操作")%>
<%=model.Assembly%> <%=model.Name%> <%=model.Version%> <%=model.Company%> <%=GetStatus(model.Assembly)?Tag("启用"):Tag("禁用")%> <%=GetStatus(model.Assembly) ? Tag("禁用") : Tag("启用")%> <%if (IsNew(model.Assembly)) { %> | 刷新菜单 <%} %> <%if (!IsTableOK(model.Assembly)) { %> | 更新数据库结构 <%} %>