diff --git a/Yavsc/Views/Blogspot/Details.cshtml b/Yavsc/Views/Blogspot/Details.cshtml index 9166f905..a542aca3 100644 --- a/Yavsc/Views/Blogspot/Details.cshtml +++ b/Yavsc/Views/Blogspot/Details.cshtml @@ -5,68 +5,35 @@ }
-

Blog

+ +

+
+ +


-
-
- @SR[Html.DisplayNameFor(model => model.Title)] -
-
- @Html.DisplayFor(model => model.Title) -
-
- @SR[Html.DisplayNameFor(model => model.Photo)] -
-
- @Html.DisplayFor(model => model.Photo) -
-
- @SR["Author"] -
-
- @Model.Author.UserName -
-
- @SR["Content"] -
-
-
-
-
- @SR[Html.DisplayNameFor(model => model.Modified)] -
-
- @Html.DisplayFor(model => model.Modified) -
+
+
+ +
+ @SR["Author"] : @Model.Author.UserName - + + @SR["Modified"] : + + @Html.DisplayFor(model => model.Modified) - -
- @SR[Html.DisplayNameFor(model => model.Posted)] -
-
- @Html.DisplayFor(model => model.Posted) -
-
- @SR[Html.DisplayNameFor(model => model.Rate)] -
-
- @Html.DisplayFor(model => model.Rate) -
- -
- @SR[Html.DisplayNameFor(model => model.Visible)] -
-
- @Html.DisplayFor(model => model.Visible) -
-
+ @SR[Html.DisplayNameFor(model => model.Posted)] : + + @Html.DisplayFor(model => model.Posted) +
+ - +