@{
ViewBag.Title = "授权信息";
}
@section head
{
}
- 授权状态:
- @ViewBag.LicenseStatus
- 授权说明:
- @ViewBag.LicenseStatusDesc
@if (ViewBag.ServiceMessage != null && ViewBag.ServiceMessage != "")
{
- 技术维护期:
- @ViewBag.ServiceMessage
}
- 当前时间:
- @DateTime.Now.ToLongDateString()
@if (ViewBag.LicenseStatus != "NotChecked")
{
- 硬件编码:
- @ViewBag.HardwareId
- 授权文件:
- @ViewBag.Hos
//if (ViewBag.LicenseStatus != "Licensed" || ViewBag.IsAboutToExpire == "True" ||(ViewBag.ServiceMessage != null && ViewBag.ServiceMessage != ""))
//{
-
//}
}
@section Scripts
{
}