@Model.CurrentPost.Title
--
-
- @sr["Posted in:"] - @foreach (string cat in Model.CurrentPost.Categories) - { -
- - @cat - - } -
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque id convallis dolor. Aenean sed lectus a ante tempor ultricies. Nunc eu vulputate lorem, vel feugiat eros. Pellentesque rutrum rhoncus viverra. Curabitur at nunc at erat varius tristique non a turpis. Fusce placerat mi nec libero viverra aliquam. In quis ultricies risus, non dignissim urna. Cras eget dui sem. - -
-@sr["If you want to view or submit comments you must accept the cookie consent."]
-} - \ No newline at end of file diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Blog/DraftInfoPartial.cshtml b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Blog/DraftInfoPartial.cshtml deleted file mode 100644 index 3e7b38f0f..000000000 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Blog/DraftInfoPartial.cshtml +++ /dev/null @@ -1,53 +0,0 @@ -@model cloudscribe.SimpleContent.Web.ViewModels.BlogViewModel -@inject IStringLocalizer@message
-} diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Blog/EditHistoryInfoPartial.cshtml b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Blog/EditHistoryInfoPartial.cshtml deleted file mode 100644 index 8d6769d36..000000000 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Blog/EditHistoryInfoPartial.cshtml +++ /dev/null @@ -1,19 +0,0 @@ -@model cloudscribe.SimpleContent.Web.ViewModels.PostEditViewModel -@inject IStringLocalizer@message
-} diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Blog/EditWithTemplateHistoryInfoPartial.cshtml b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Blog/EditWithTemplateHistoryInfoPartial.cshtml deleted file mode 100644 index 2d153ee4d..000000000 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Blog/EditWithTemplateHistoryInfoPartial.cshtml +++ /dev/null @@ -1,19 +0,0 @@ -@model cloudscribe.SimpleContent.Web.ViewModels.PostEditWithTemplateViewModel -@inject IStringLocalizer@sr["With great power comes great responsibility. This page is intended for use by developers, for adding javscript and css into the page. Use this page only if you understand what you are doing."]
-| @sr["Environment"] | -@sr["Sort"] | -@sr["Script"] | -- |
|---|---|---|---|
| @item.Environment | -@item.Sort | -@item.Url | -- - | -
| - @{ await Html.RenderPartialAsync("AddJsPartial", Model.AddResourceViewModel); } - | -|||
| @sr["Environment"] | -@sr["Sort"] | -@sr["CSS"] | -- |
|---|---|---|---|
| @item.Environment | -@item.Sort | -@item.Url | -- - | -
| - @{ await Html.RenderPartialAsync("AddCssPartial", Model.AddResourceViewModel); } - | -|||
@sr["If you want to view or submit comments you must accept the cookie consent."]
-} - diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/DraftInfoPartial.cshtml b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/DraftInfoPartial.cshtml deleted file mode 100644 index 0cdd4590e..000000000 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/DraftInfoPartial.cshtml +++ /dev/null @@ -1,24 +0,0 @@ -@model cloudscribe.SimpleContent.Web.ViewModels.PageViewModel -@inject IStringLocalizer@message
-} diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/Edit.cshtml b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/Edit.cshtml deleted file mode 100644 index 26e59066b..000000000 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/Edit.cshtml +++ /dev/null @@ -1,302 +0,0 @@ -@model cloudscribe.SimpleContent.Web.ViewModels.PageEditViewModel -@using Microsoft.Extensions.Localization -@using cloudscribe.SimpleContent.Web -@using cloudscribe.SimpleContent.Models -@using cloudscribe.Web.Common.Helpers -@using System.Globalization -@using cloudscribe.SimpleContent.Web.TagHelpers -@using Microsoft.Extensions.Options -@inject IPageRoutes pageRoutes -@inject IRoleSelectorProperties roleSelector -@inject IStringLocalizer@message
-} diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/EditHistoryInfoPartial.cshtml b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/EditHistoryInfoPartial.cshtml deleted file mode 100644 index bd6c3a9d2..000000000 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/EditHistoryInfoPartial.cshtml +++ /dev/null @@ -1,19 +0,0 @@ -@model cloudscribe.SimpleContent.Web.ViewModels.PageEditViewModel -@inject IStringLocalizer@message
-} diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/EditWithTemplateHistoryInfoPartial.cshtml b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/EditWithTemplateHistoryInfoPartial.cshtml deleted file mode 100644 index 97921fc1f..000000000 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/Views/Page/EditWithTemplateHistoryInfoPartial.cshtml +++ /dev/null @@ -1,19 +0,0 @@ -@model cloudscribe.SimpleContent.Web.ViewModels.PageEditWithTemplateViewModel -@inject IStringLocalizer@sr["You can drag and drop page nodes in the treeview below to move them around in the site hierarchy or to change their sort position. Click on a page to show a menu of commands related to that page. Note that changes will not be reflected in the main menu until you refresh the page."]
- @sr["New Root Level Page"] - - - -@Html.Raw(Model.FilterComment(Model.TmpComment))
- @if (string.IsNullOrEmpty(Model.TmpComment.Website)) - { - @Model.TmpComment.Author - } - else - { - @Model.TmpComment.Author - } - @if (Model.CanEdit) - { - - @if (Model.ProjectSettings.ModerateComments && !Model.TmpComment.IsApproved) - { - - } - } -| - | - @sr["Archived Date"] - | -- @sr["Published Date"] - | -- @sr["Archived By"] - | -- @sr["Source"] - | -- @sr["Title"] - | -- @sr["Is Draft"] - | -- @sr["Was Deleted"] - | -- @sr["Created By"] - | -- @sr["Last Modified By"] - | -
|---|---|---|---|---|---|---|---|---|---|
| - @if (Model.CanEditPages && item.ContentSource == ContentSource.Page || Model.CanEditPosts && item.ContentSource == ContentSource.Blog) - { - @sr["View"] - - - - } - | -- @tzHelper.ConvertToLocalTime(item.ArchivedUtc, timeZoneId).ToString() - | -- @if (item.PubDate.HasValue) - { - @tzHelper.ConvertToLocalTime(item.PubDate.Value, timeZoneId).ToString() - } - | -- @item.ArchivedBy - | -- @item.ContentSource - | -- @item.Title - | -- @item.IsDraftHx - | -- @item.WasDeleted - | -- @item.CreatedByUser - | -- @item.LastModifiedByUser - | -
-
-
-
-
|
-
@sr["Comments"]
- @foreach (var comment in Model.CurrentPost.Comments) - { - Model.TmpComment = comment; - if (comment.IsApproved || !Model.ProjectSettings.ModerateComments || Model.CanEdit) - { - await Html.RenderPartialAsync("CommentPartial", Model); - } - } -