|
|
@@ -224,20 +224,6 @@
|
|
|
}
|
|
|
</div>
|
|
|
</section>
|
|
|
- <section class="wow padding-bot20 animated fadeIn">
|
|
|
- <h3>版权声明:</h3>
|
|
|
- <p class="text-red size16">
|
|
|
- @if (Model.DisableCopy)
|
|
|
- {
|
|
|
- <text>🈲⚠本文为作者原创,仅用于本站访客学习、研究和交流目的,未经授权禁止转载。️⚠🈲 </text>
|
|
|
- }
|
|
|
- else
|
|
|
- {
|
|
|
- <text>本文仅用于学习、研究和交流目的,欢迎非商业性质转载。本文链接:<a asp-controller="Post" asp-action="Details" asp-route-id="@Model.Id">@HttpUtility.UrlDecode(Context.Request.Scheme + "://" + Context.Request.Host + Context.Request.Path)</a>。</text>
|
|
|
- @Html.Raw(CommonHelper.SystemSettings["Disclaimer"])
|
|
|
- }
|
|
|
- </p>
|
|
|
- </section>
|
|
|
@if (Model.PostHistoryVersion.Any())
|
|
|
{
|
|
|
<section class="wow margintop20 animated fadeIn">
|
|
|
@@ -266,7 +252,20 @@
|
|
|
</section>
|
|
|
}
|
|
|
}
|
|
|
- <hr>
|
|
|
+ <section class="wow padding-bot20 animated fadeIn">
|
|
|
+ <h3>版权声明:</h3>
|
|
|
+ <p class="text-red size16">
|
|
|
+ @if (Model.DisableCopy)
|
|
|
+ {
|
|
|
+ <text>🈲⚠本文为作者原创,仅用于本站访客学习、研究和交流目的,未经授权禁止转载。️⚠🈲 </text>
|
|
|
+ }
|
|
|
+ else
|
|
|
+ {
|
|
|
+ <text>本文仅用于学习、研究和交流目的,欢迎非商业性质转载。本文链接:<a asp-controller="Post" asp-action="Details" asp-route-id="@Model.Id">@HttpUtility.UrlDecode(Context.Request.Scheme + "://" + Context.Request.Host + Context.Request.Path)</a>。</text>
|
|
|
+ @Html.Raw(CommonHelper.SystemSettings["Disclaimer"])
|
|
|
+ }
|
|
|
+ </p>
|
|
|
+ </section>
|
|
|
<section class="wow row animated fadeIn">
|
|
|
<div class="col-lg-12">
|
|
|
<h3>评论区:</h3>
|