diff --git a/Tv7Playlist/Views/Home/Index.cshtml b/Tv7Playlist/Views/Home/Index.cshtml index 450d9f1..020cc0f 100644 --- a/Tv7Playlist/Views/Home/Index.cshtml +++ b/Tv7Playlist/Views/Home/Index.cshtml @@ -5,18 +5,20 @@
-
-
- - -
-
+ @*
*@ + @*
*@ + @* *@ + @* *@ + @*
*@ + @*
*@
- +
+ - + + @@ -30,15 +32,14 @@ - + + @{ for (var i = 0; i < Model.PlaylistEntries.Count; i++) { - @Html.HiddenFor(m => m.PlaylistEntries[i].Id) - + + } } +
Selected Single Action Number Import Number ExportCreated Modified
- - @Model.PlaylistEntries[i].Id Edit Delete @@ -67,8 +68,91 @@
+ +
- \ No newline at end of file