1
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
}
|
||||
|
||||
<h3>
|
||||
Exception
|
||||
异常明细
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
Server and page exception.<br /><br />
|
||||
<br /><br />
|
||||
</p>
|
||||
|
||||
@if (!string.IsNullOrEmpty(Model.ErrorMessage))
|
||||
@@ -27,21 +27,21 @@
|
||||
<table class="table fixedTable100 table-striped" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr><td><strong>Id</strong></td></tr>
|
||||
<tr><td>@Model.Exception.Id</td></tr>
|
||||
<tr><td><strong>Date / Time</strong></td></tr>
|
||||
<tr><td><strong>时间</strong></td></tr>
|
||||
<tr><td>@Model.Exception.CreatedDate</td></tr>
|
||||
@if (string.IsNullOrEmpty(Model.Exception.Text) == false)
|
||||
{
|
||||
<tr><td><strong>Text</strong></td></tr>
|
||||
<tr><td><strong>异常</strong></td></tr>
|
||||
<tr><td>@Model.Exception.Text</td></tr>
|
||||
}
|
||||
@if (string.IsNullOrEmpty(Model.Exception.ExceptionText) == false)
|
||||
{
|
||||
<tr><td><strong>Exception</strong></td></tr>
|
||||
<tr><td><strong>异常明细</strong></td></tr>
|
||||
<tr><td>@Model.Exception.ExceptionText</td></tr>
|
||||
}
|
||||
@if (string.IsNullOrEmpty(Model.Exception.StackTrace) == false)
|
||||
{
|
||||
<tr><td><strong>Stack Trace</strong></td></tr>
|
||||
<tr><td><strong>堆栈跟踪</strong></td></tr>
|
||||
<tr><td>@Model.Exception.StackTrace</td></tr>
|
||||
}
|
||||
</table>
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
}
|
||||
|
||||
<h3>
|
||||
Exceptions
|
||||
全局异常
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
Server and page exceptions.<br /><br />
|
||||
<br /><br />
|
||||
</p>
|
||||
|
||||
@if (!string.IsNullOrEmpty(Model.ErrorMessage))
|
||||
@@ -24,8 +24,8 @@
|
||||
}
|
||||
|
||||
@Html.Raw(TightWiki.Library.ConfirmActionHelper.GenerateWarnLink(GlobalConfiguration.BasePath,
|
||||
"This will permanently purge all exceptions. Continue?",
|
||||
"Purge Exceptions", "/Admin/PurgeExceptions", Context.Request.Path.Value))
|
||||
"这将永久清除所有异常. 继续吗?",
|
||||
"清除所有异常", "/Admin/PurgeExceptions", Context.Request.Path.Value))
|
||||
<br />
|
||||
<br />
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Id")">Id</a></strong></td>
|
||||
<td><strong>Text</strong></td>
|
||||
<td><strong>Exception</strong></td>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "CreatedDate")">Date/Time</a></strong></td>
|
||||
<td><strong>异常</strong></td>
|
||||
<td><strong>异常明细</strong></td>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "CreatedDate")">时间</a></strong></td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
{
|
||||
<div class="d-flex small text-muted mb-0">
|
||||
<strong>
|
||||
The exception log is currently empty.
|
||||
暂无异常
|
||||
</strong>
|
||||
</div>
|
||||
}
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
}
|
||||
|
||||
<h3>
|
||||
Missing Pages
|
||||
丢失页
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
Pages that have been linked to, but do not exist.<br /><br />
|
||||
已链接但不存在的页面。.<br /><br />
|
||||
</p>
|
||||
|
||||
<td height="52" valign="middle" align="left">
|
||||
@@ -51,7 +51,7 @@
|
||||
{
|
||||
<div class="d-flex small text-muted mb-0">
|
||||
<strong>
|
||||
There are currently no missing pages being referenced by other wiki pages.
|
||||
暂无数据.
|
||||
</strong>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user