|
<%=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("删除")%>
|
<%} %>