| <%=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))
{ %>
|
<%=LB.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)) { %> <%=Tag("升级")%> | <% } } %> <%=Tag("详情")%> | <%=Tag("删除")%> |