From e850c58bc308f3854a671e2ab6875a61cb55ee62 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 23 Dec 2016 20:19:55 +0100 Subject: [PATCH] mieux. --- Yavsc/Views/Blogspot/Details.cshtml | 91 +++++++++-------------------- 1 file changed, 29 insertions(+), 62 deletions(-) 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) +
+ - +