refabrique
This commit is contained in:
parent
d9835539d5
commit
7c603b3cec
17 changed files with 1797 additions and 139 deletions
|
|
@ -9,16 +9,16 @@
|
|||
<hr />
|
||||
<dl class="dl-horizontal">
|
||||
<dt>
|
||||
@SR[Html.DisplayNameFor(model => model.title)]
|
||||
@SR[Html.DisplayNameFor(model => model.Title)]
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.title)
|
||||
@Html.DisplayFor(model => model.Title)
|
||||
</dd>
|
||||
<dt>
|
||||
@SR[Html.DisplayNameFor(model => model.photo)]
|
||||
@SR[Html.DisplayNameFor(model => model.Photo)]
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.photo)
|
||||
@Html.DisplayFor(model => model.Photo)
|
||||
</dd>
|
||||
<dt>
|
||||
@SR["Author"]
|
||||
|
|
@ -30,34 +30,34 @@
|
|||
@SR["Content"]
|
||||
</dt>
|
||||
<dd>
|
||||
<div markdown="@Model.bcontent" base="~/@Model.Id"
|
||||
<div markdown="@Model.Content" base="~/@Model.Id"
|
||||
site="SiteSettings.Value"></div>
|
||||
</dd>
|
||||
<dt>
|
||||
@SR[Html.DisplayNameFor(model => model.modified)]
|
||||
@SR[Html.DisplayNameFor(model => model.Modified)]
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.modified)
|
||||
@Html.DisplayFor(model => model.Modified)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@SR[Html.DisplayNameFor(model => model.posted)]
|
||||
@SR[Html.DisplayNameFor(model => model.Posted)]
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.posted)
|
||||
@Html.DisplayFor(model => model.Posted)
|
||||
</dd>
|
||||
<dt>
|
||||
@SR[Html.DisplayNameFor(model => model.rate)]
|
||||
@SR[Html.DisplayNameFor(model => model.Rate)]
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.rate)
|
||||
@Html.DisplayFor(model => model.Rate)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@SR[Html.DisplayNameFor(model => model.visible)]
|
||||
@SR[Html.DisplayNameFor(model => model.Visible)]
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.visible)
|
||||
@Html.DisplayFor(model => model.Visible)
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue