{layout:default} {class:Shop.Admin.Config.Version} <%=Tag("版本管理")%>-<%=site.title%>
<% LicenseWord(); %> <%foreach (Shop.Model.Lebi_Version model in models) {%> <%} %>
<%=Tag("版本号")%> <%=Tag("文件大小")%> <%=Tag("文件路径")%> <%=Tag("文件状态")%> <%=Tag("描述")%> <%=Tag("更新时间")%> <%=Tag("操作")%>
<%=model.Version %>.<%=model.Version_Son %> <%=model.Size%> KB <%=model.Path_rar == "" ? "-" : model.Path_rar%> <%if (model.Path_rar != "") { if (IsDown(model)) { %> " /> <%} else { %> " /> <%} } %> <%=Shop.Tools.Utils.GetUnicodeSubString(model.Description, 70, "...")%> <%=model.IsUpdate==1?model.Time_Update.ToString():""%> <%if (model.IsUpdate == 0) { if (Shop.LebiAPI.Service.Instanse.ISRightVersion(SYS, model)) { if (model.Path_rar != "") {%> <%=Tag("已更新")%> | <%=Tag("下载")%> | <%}%> <%=Tag("升级")%> | <% } } %> <%=Tag("详情")%> | <%=Tag("删除")%>