123123
This commit is contained in:
Binary file not shown.
@@ -6,11 +6,11 @@ namespace ZelWiki.Models.ViewModels.Admin
|
||||
public class MenuItemViewModel : ViewModelBase
|
||||
{
|
||||
public int Id { get; set; }
|
||||
[Display(Name = "分类")]
|
||||
[Display(Name = "名称")]
|
||||
public string Name { get; set; } = string.Empty;
|
||||
[Display(Name = "链接")]
|
||||
public string Link { get; set; } = string.Empty;
|
||||
[Display(Name = "序列")]
|
||||
[Display(Name = "排序")]
|
||||
public int Ordinal { get; set; }
|
||||
|
||||
public MenuItem ToDataModel()
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<tr>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Name")">名称</a></strong></td>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Link")">链接</a></strong></td>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Ordinal")">序列</a></strong></td>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Ordinal")">排序</a></strong></td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
<table class="table fixedTable100 table-striped" border="0" cellspacing="0" cellpadding="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "SourcePage")">Source Page</a></strong></td>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "TargetPage")">Target Page</a></strong></td>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "SourcePage")">源页面</a></strong></td>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "TargetPage")">目标页</a></strong></td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
<h3>
|
||||
孤立页附件
|
||||
孤立附件
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<table class="table fixedTable100 table-striped" border="0" cellspacing="0" cellpadding="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Revision")">修订好</a></strong></td>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Revision")">修订号</a></strong></td>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "ModifiedBy")">修改人</a></strong></td>
|
||||
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "ModifiedDate")">修改日期</a></strong></td>
|
||||
<td><strong>摘要</strong></td>
|
||||
|
||||
BIN
solution/论文.docx
BIN
solution/论文.docx
Binary file not shown.
Reference in New Issue
Block a user