#pragma warning disable 1998 public async override global::System.Threading.Tasks.Task ExecuteAsync() { #line 3 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" ViewData["Title"] = "Index"; #line default #line hidden BeginContext(147, 159, true); WriteLiteral("\r\n<h2>Index</h2>\r\n\r\n\r\n\r\n<div class=\"container\">\r\n <div class=\"text-center text-success\">\r\n <h2>AUTO-BOOKING-SERVICES</h2>\r\n\r\n </div>\r\n <hr />\r\n"); EndContext(); #line 17 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" if (!WebUser.IsUserLogggedIn() == true) { #line default #line hidden BeginContext(359, 69, true); WriteLiteral(" <p class=\"text-danger\">Login to activate-manual-booking</p>\r\n"); EndContext(); #line 20 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } else { #line default #line hidden BeginContext(452, 8, true); WriteLiteral(" "); EndContext(); BeginContext(460, 114, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d12532eec5d941c0848f4d3212cd3397", async() => { BeginContext(556, 14, true); WriteLiteral("Manual Booking"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 469, "~/booking/phase-one-booking/", 469, 28, true); #line 23 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" AddHtmlAttributeValue("", 497, WebID.GetPublicUserId, 497, 22, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(574, 2, true); WriteLiteral("\r\n"); EndContext(); #line 24 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } #line default #line hidden BeginContext(583, 279, true); WriteLiteral(@" <hr /> <div class=""row""> <div class=""col-lg-12""> <div class=""input-group mb-3""> <input type=""text"" id=""searchKeyword"" placeholder=""search services"" class=""form-control"" aria-label=""search groups"" aria-describedby=""basic-addon2"""); EndContext(); BeginWriteAttribute("value", " value=\"", 862, "\"", 893, 1); #line 31 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" WriteAttributeValue("", 870, Model.Services.Keyword, 870, 23, false); #line default #line hidden EndWriteAttribute(); BeginContext(894, 306, true); WriteLiteral(@"> <div class=""input-group-append""> <span class=""input-group-text"" id=""basic-addon2""><a href=""#"" onclick=""searchTrigger()""><i class=""fa fa-search fa-lg fa-fw"" aria-hidden=""true""></i></a></span> </div> </div> </div> </div> "); EndContext(); #line 39 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" if (Model.Services.Items.Count > 0) { #line default #line hidden BeginContext(1249, 27, true); WriteLiteral(" <div class=\"row\">\r\n"); EndContext(); #line 42 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" foreach (Service service in Model.Services.Items) { #line default #line hidden BeginContext(1378, 260, true); WriteLiteral(@" <div class=""col-xl-4 col-lg-4 col-md-6 col-sm-12""> <div class=""our-services-wrapper mb-60""> <div class=""services-inner""> <div class=""our-services-img""> "); EndContext(); #line 49 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" if (service.Thumbnail == true) { #line default #line hidden BeginContext(1746, 40, true); WriteLiteral(" "); EndContext(); BeginContext(1786, 74, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagOnly, "a5f3d924474e44b1bb2b452ec9258958", async() => { } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "src", 3, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 1796, "~/images/services/", 1796, 18, true); #line 51 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" AddHtmlAttributeValue("", 1814, service.Id, 1814, 11, false); #line default #line hidden AddHtmlAttributeValue("", 1825, "/thumbnail.png", 1825, 14, true); EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1860, 2, true); WriteLiteral("\r\n"); EndContext(); #line 52 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } else { #line default #line hidden BeginContext(1982, 40, true); WriteLiteral(" "); EndContext(); BeginContext(2022, 68, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagOnly, "4413f78722f84871ad8463b45eddb00e", async() => { } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(2090, 2, true); WriteLiteral("\r\n"); EndContext(); #line 56 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } #line default #line hidden BeginContext(2131, 145, true); WriteLiteral(" </div>\r\n <div class=\"our-services-text\">\r\n <h4>"); EndContext(); BeginContext(2277, 15, false); #line 59 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" Write(service.Vehicle); #line default #line hidden EndContext(); BeginContext(2292, 7, true); WriteLiteral("</h4>\r\n"); EndContext(); #line 60 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" if (service.Description.Length <= 50) { #line default #line hidden BeginContext(2414, 44, true); WriteLiteral(" <p> "); EndContext(); BeginContext(2459, 19, false); #line 62 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" Write(service.Description); #line default #line hidden EndContext(); BeginContext(2478, 6, true); WriteLiteral("</p>\r\n"); EndContext(); #line 63 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } else { #line default #line hidden BeginContext(2604, 44, true); WriteLiteral(" <p> "); EndContext(); BeginContext(2649, 36, false); #line 66 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" Write(service.Description.Substring(0, 50)); #line default #line hidden EndContext(); BeginContext(2685, 22, true); WriteLiteral("<span>...</span></p>\r\n"); EndContext(); #line 67 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } #line default #line hidden BeginContext(2746, 50, true); WriteLiteral(" <small>Price: "); EndContext(); BeginContext(2797, 30, false); #line 68 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" Write(service.Price.ToString("####")); #line default #line hidden EndContext(); BeginContext(2827, 63, true); WriteLiteral(" ₱ </small>\r\n <hr />\r\n"); EndContext(); #line 70 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" if (!WebUser.IsUserLogggedIn() == true) { #line default #line hidden BeginContext(3007, 94, true); WriteLiteral(" <p class=\"text-danger\">Login to activate-booking</p>\r\n"); EndContext(); #line 73 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } else { #line default #line hidden BeginContext(3221, 40, true); WriteLiteral(" "); EndContext(); BeginContext(3261, 85, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "90229af1d85e4a409ddd3aed295da3d6", async() => { BeginContext(3334, 8, true); WriteLiteral("Book Now"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 3270, "~/booking/costumer/", 3270, 19, true); #line 76 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" AddHtmlAttributeValue("", 3289, service.Id, 3289, 11, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(3346, 42, true); WriteLiteral("\r\n "); EndContext(); BeginContext(3388, 80, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "583db395c59044c1ba8ed66490cfc6cb", async() => { BeginContext(3458, 6, true); WriteLiteral("Detail"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 3397, "~/services/details/", 3397, 19, true); #line 77 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" AddHtmlAttributeValue("", 3416, service.Id, 3416, 11, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(3468, 2, true); WriteLiteral("\r\n"); EndContext(); #line 78 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } #line default #line hidden BeginContext(3509, 140, true); WriteLiteral("\r\n </div>\r\n\r\n </div>\r\n </div>\r\n </div>\r\n"); EndContext(); #line 85 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } #line default #line hidden BeginContext(3685, 274, true); WriteLiteral(@" </div> <nav aria-label=""Page navigation example""> <ul class=""pagination""> <li class=""page-item""><span class=""form-control-plaintext"">Page </span></li> <li class=""page-item""><input type=""number"""); EndContext(); BeginWriteAttribute("value", " value=\"", 3959, "\"", 3992, 1); #line 92 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" WriteAttributeValue("", 3967, Model.Services.PageIndex, 3967, 25, false); #line default #line hidden EndWriteAttribute(); BeginContext(3993, 347, true); WriteLiteral(@" class=""form-control"" style=""width:50px;"" onKeydown=""javascript: if(event.keyCode == 13 && isNaN(parseInt($(this).val()))==false) window.location='/services/index?pageIndex=' + (isNaN(parseInt($(this).val())) ? 1 : parseInt($(this).val()));"" /></li> <li class=""page-item""><span class=""form-control-plaintext""> of "); EndContext(); BeginContext(4341, 24, false); #line 93 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" Write(Model.Services.PageCount); #line default #line hidden EndContext(); BeginContext(4365, 32, true); WriteLiteral(" </span></li>\r\n"); EndContext(); #line 94 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" var prev = Model.Services.PageIndex - 1; if (prev > 0) { #line default #line hidden BeginContext(4537, 46, true); WriteLiteral(" <li class=\"page-item\">"); EndContext(); BeginContext(4583, 170, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ad4e1d044ac54f08a4a44f8531ed505e", async() => { BeginContext(4710, 39, true); WriteLiteral("<span aria-hidden=\"true\">«</span>"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 6, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 4610, "~/services/index?keyword=", 4610, 25, true); #line 98 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" AddHtmlAttributeValue("", 4635, Model.Services.Keyword, 4635, 23, false); #line default #line hidden AddHtmlAttributeValue("", 4658, "&pageSize=", 4658, 10, true); #line 98 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" AddHtmlAttributeValue("", 4668, Model.Services.PageSize, 4668, 24, false); #line default #line hidden AddHtmlAttributeValue("", 4692, "&pageIndex=", 4692, 11, true); #line 98 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" AddHtmlAttributeValue("", 4703, prev, 4703, 5, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(4753, 7, true); WriteLiteral("</li>\r\n"); EndContext(); #line 99 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } #line default #line hidden BeginContext(4802, 68, true); WriteLiteral(" <li class=\"page-item\"><a class=\"page-link\" href=\"#\">"); EndContext(); BeginContext(4872, 24, false); #line 101 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" Write(Model.Services.PageIndex); #line default #line hidden EndContext(); BeginContext(4897, 11, true); WriteLiteral("</a></li>\r\n"); EndContext(); #line 102 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" var next = Model.Services.PageIndex + 1; if (next <= Model.Services.PageCount) { #line default #line hidden BeginContext(5072, 46, true); WriteLiteral(" <li class=\"page-item\">"); EndContext(); BeginContext(5118, 170, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6cec67dbc2b5404794df88874b22cc35", async() => { BeginContext(5245, 39, true); WriteLiteral("<span aria-hidden=\"true\">»</span>"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 6, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 5145, "~/services/index?keyword=", 5145, 25, true); #line 106 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" AddHtmlAttributeValue("", 5170, Model.Services.Keyword, 5170, 23, false); #line default #line hidden AddHtmlAttributeValue("", 5193, "&pageSize=", 5193, 10, true); #line 106 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" AddHtmlAttributeValue("", 5203, Model.Services.PageSize, 5203, 24, false); #line default #line hidden AddHtmlAttributeValue("", 5227, "&pageIndex=", 5227, 11, true); #line 106 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" AddHtmlAttributeValue("", 5238, next, 5238, 5, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(5288, 7, true); WriteLiteral("</li>\r\n"); EndContext(); #line 107 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } #line default #line hidden BeginContext(5337, 35, true); WriteLiteral(" </ul>\r\n </nav>\r\n"); EndContext(); #line 111 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Services\Index.cshtml" } #line default #line hidden BeginContext(5381, 316, true); WriteLiteral(@" </div> <script> $(""#searchKeyword"").keyup(function (event) { if (event.keyCode === 13) { searchTrigger(); } }); function searchTrigger() { window.location = ""/services/index?pageIndex=1&keyword="" + $(""#searchKeyword"").val(); } </script>"); EndContext(); }
#pragma warning disable 1998 public async override global::System.Threading.Tasks.Task ExecuteAsync() { BeginContext(113, 138, true); WriteLiteral("\r\n<!-- ======= Header ======= -->\r\n<header id=\"header\" class=\"fixed-top\">\r\n <div class=\"container d-flex align-items-center\">\r\n "); EndContext(); BeginContext(251, 83, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "11b5f4a9aeab42e7beb5c9637f0f6320", async() => { BeginContext(268, 62, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "f21ff083baf940368ee1f19b3ee4e2b1", async() => { } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(334, 308, true); WriteLiteral(@"<h1 class=""logo me-auto""></h1> <!-- Uncomment below if you prefer to use an image logo --> <!-- <a href=""index.html"" class=""logo me-auto""><img src=""assets/img/logo.png"" alt=""""></a>--> <nav class=""nav-menu d-none d-lg-block""> <ul> <li class=""active"">"); EndContext(); BeginContext(642, 25, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "207f338872854dddbc9cfedfbc64c108", async() => { BeginContext(659, 4, true); WriteLiteral("Home"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(667, 27, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(694, 41, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c401dbdbacf74da3b447eaaca66524e7", async() => { BeginContext(723, 8, true); WriteLiteral("Services"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(735, 27, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(762, 32, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6a688b6ea9b94fdba9f296f95b88e1bc", async() => { BeginContext(785, 5, true); WriteLiteral("Shops"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(794, 27, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(821, 30, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5931ab02d0ee433dba72ef6d647e9622", async() => { BeginContext(843, 4, true); WriteLiteral("Team"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(851, 27, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(878, 36, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7f82ae41d2a4446eacac16fdc69f0aab", async() => { BeginContext(903, 7, true); WriteLiteral("Pricing"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(914, 27, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(941, 30, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e2ee86b886ff4a70997d9ab3f9d9f171", async() => { BeginContext(963, 4, true); WriteLiteral("FAQS"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(971, 27, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(998, 32, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "fe0af64c29654fdbb3098e32635f000a", async() => { BeginContext(1021, 5, true); WriteLiteral("About"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_9); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1030, 27, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(1057, 36, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e7ebba3606f34d0198c1ee2b94865329", async() => { BeginContext(1082, 7, true); WriteLiteral("Contact"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1093, 7, true); WriteLiteral("</li>\r\n"); EndContext(); #line 22 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shared\_Nav.cshtml" if (!WebUser.IsUserLogggedIn() == true) { #line default #line hidden BeginContext(1205, 28, true); WriteLiteral(" <li>"); EndContext(); BeginContext(1233, 37, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3f6d3b1ebdea487aacce73b772d7453f", async() => { BeginContext(1259, 7, true); WriteLiteral("Sign In"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_11); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1270, 7, true); WriteLiteral("</li>\r\n"); EndContext(); #line 25 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shared\_Nav.cshtml" } else { #line default #line hidden BeginContext(1351, 170, true); WriteLiteral(" <li class=\"drop-down\">\r\n <a href=\"\">Account</a>\r\n <ul>\r\n <li>"); EndContext(); BeginContext(1521, 54, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "375d5f01eb0842848a11af461d49ed51", async() => { BeginContext(1567, 4, true); WriteLiteral("Chat"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_13); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1575, 43, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(1618, 90, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d567b559edb54d47b43bb3f9f0d76f9c", async() => { BeginContext(1693, 11, true); WriteLiteral("Create Shop"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 1649, "~/shop/shop-create/", 1649, 19, true); #line 33 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shared\_Nav.cshtml" AddHtmlAttributeValue("", 1668, WebIDS.GetPublicUserId, 1668, 23, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1708, 43, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(1751, 85, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9dda15500deb4b78b4ba2802df43ac0c", async() => { BeginContext(1825, 7, true); WriteLiteral("Profile"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 1782, "~/account/profile/", 1782, 18, true); #line 34 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shared\_Nav.cshtml" AddHtmlAttributeValue("", 1800, WebIDS.GetPublicUserId, 1800, 23, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1836, 43, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(1879, 106, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9f19919cce174e10a2d73c2804c721a0", async() => { BeginContext(1961, 20, true); WriteLiteral("Change your password"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 1910, "~/account/change-password/", 1910, 26, true); #line 35 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shared\_Nav.cshtml" AddHtmlAttributeValue("", 1936, WebIDS.GetPublicUserId, 1936, 23, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1985, 43, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(2028, 59, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e322ed9101b948ed8351fb6f72fc77b2", async() => { BeginContext(2077, 6, true); WriteLiteral("Logout"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_14); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(2087, 73, true); WriteLiteral("</li>\r\n </ul>\r\n </li>\r\n"); EndContext(); #line 39 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shared\_Nav.cshtml" } #line default #line hidden BeginContext(2208, 514, true); WriteLiteral(@" </ul> </nav><!-- .nav-menu --> <div class=""text-sm-center""></div> </div> </header><!-- End Header --> <style> #header { border-bottom: 6px solid transparent; -moz-border-image: -moz-linear-gradient(top, #BA5D08 0%, #A22216 100%); -webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%); border-image: linear-gradient(to bottom, #BA5D08 0%, #A22216 100%); border-image-slice: 1; } </style>"); EndContext(); }
#pragma warning disable 1998 public async override global::System.Threading.Tasks.Task ExecuteAsync() { BeginContext(68, 110, true); WriteLiteral("\r\n<h2>Shop</h2>\r\n\r\n\r\n<br /><br />\r\n<div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"row\">\r\n"); EndContext(); #line 14 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" if (Model.BusinessName.Length <= 30) { #line default #line hidden BeginContext(244, 56, true); WriteLiteral(" <h6 class=\"logo me-auto float-lg-start\">"); EndContext(); BeginContext(300, 130, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "630e55c65a524110ba5b9fff55754d9d", async() => { } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "src", 3, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 310, "~/image/shops/logo/", 310, 19, true); #line 16 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" AddHtmlAttributeValue("", 329, Model.Id, 329, 9, false); #line default #line hidden AddHtmlAttributeValue("", 338, "/logo.png", 338, 9, true); EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(431, 18, false); #line 16 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" Write(Model.BusinessName); #line default #line hidden EndContext(); BeginContext(449, 7, true); WriteLiteral("</h6>\r\n"); EndContext(); #line 17 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" } else { #line default #line hidden BeginContext(504, 89, true); WriteLiteral(" <h6><strong>Shop name is less than equal to 20 characters</strong></h6>\r\n"); EndContext(); #line 21 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" } #line default #line hidden BeginContext(608, 48, true); WriteLiteral(" </div>\r\n <div class=\"col-lg-3\">\r\n"); EndContext(); #line 24 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" if (!WebUser.IsUserLogggedIn() == true) { #line default #line hidden BeginContext(725, 42, true); WriteLiteral(" <div class=\"list-group\">\r\n"); EndContext(); BeginContext(924, 344, true); WriteLiteral(@" <a href=""#"" data-bs-toggle=""tooltip"" data-bs-placement=""left"" title=""Login to activate feedback"" class=""list-group-item "">Feedback</a> <a href=""#"" data-bs-toggle=""tooltip"" data-bs-placement=""left"" title=""Login to activate and message us"" class=""list-group-item "">Message-Us</a> </div> "); EndContext(); #line 31 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" } else { #line default #line hidden BeginContext(1318, 357, true); WriteLiteral(@" <div class=""list-group""> <ul class=""list-group""> <li class=""list-group-item d-flex justify-content-between align-items-center""> <a href=""#"" style=""text-decoration:none; color:black"">Rating</a> <span class=""badge bg-primary rounded-pill"">"); EndContext(); BeginContext(1676, 29, false); #line 39 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" Write(Model.RatingAve.ToString("F")); #line default #line hidden EndContext(); BeginContext(1705, 314, true); WriteLiteral(@"%</span> </li> <li class=""list-group-item d-flex justify-content-between align-items-center""> <a href=""#"" style=""text-decoration:none; color:black"">Likes</a> <span class=""badge bg-primary rounded-pill"">"); EndContext(); BeginContext(2020, 11, false); #line 43 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" Write(Model.Likes); #line default #line hidden EndContext(); BeginContext(2031, 312, true); WriteLiteral(@"</span> </li> <li class=""list-group-item d-flex justify-content-between align-items-center""> <a href=""#"" style=""text-decoration:none; color:black"">Comments</a> <span class=""badge bg-primary rounded-pill"">"); EndContext(); BeginContext(2344, 14, false); #line 47 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" Write(Model.Comments); #line default #line hidden EndContext(); BeginContext(2358, 89, true); WriteLiteral("</span>\r\n </li>\r\n\r\n </ul>\r\n \r\n"); EndContext(); BeginContext(2535, 24, true); WriteLiteral(" </div>\r\n"); EndContext(); #line 54 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" } #line default #line hidden BeginContext(2576, 93, true); WriteLiteral("\r\n\r\n </div>\r\n <!-- /.col-lg-3 -->\r\n <div class=\"col-lg-9\">\r\n "); EndContext(); BeginContext(2669, 131, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagOnly, "59cdda1c003b419e86bccf45cf6a37a4", async() => { } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "src", 3, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 2705, "~/image/shops/banner/", 2705, 21, true); #line 61 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" AddHtmlAttributeValue("", 2726, Model.Id, 2726, 9, false); #line default #line hidden AddHtmlAttributeValue("", 2735, "/banner.png", 2735, 11, true); EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(2800, 170, true); WriteLiteral("\r\n <br />\r\n\r\n <div class=\"post-comments\">\r\n <header>\r\n <h3 class=\"h6\">Shop Comments<span class=\"no-of-comments\">:("); EndContext(); BeginContext(2971, 14, false); #line 66 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" Write(Model.Comments); #line default #line hidden EndContext(); BeginContext(2985, 42, true); WriteLiteral(")</span></h3>\r\n </header>\r\n"); EndContext(); #line 68 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" if (Model.CommentItems != null) { if (Model.CommentItems.Count > 0) { foreach (var comment in Model.CommentItems) { #line default #line hidden BeginContext(3313, 301, true); WriteLiteral(@" <div class=""comment""> <div class=""comment-header d-flex justify-content-between""> <div class=""user d-flex align-items-center""> <div class=""image"">"); EndContext(); BeginContext(3614, 76, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagOnly, "9ab7cf12edd04c7c9ccc74a3c5593da1", async() => { } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "src", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 3624, "~/", 3624, 2, true); #line 78 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" AddHtmlAttributeValue("", 3626, comment.UserIcon, 3626, 19, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(3690, 79, true); WriteLiteral("</div>\r\n <div class=\"title\"><strong>"); EndContext(); BeginContext(3770, 16, false); #line 79 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" Write(comment.UserName); #line default #line hidden EndContext(); BeginContext(3786, 28, true); WriteLiteral("</strong><span class=\"date\">"); EndContext(); BeginContext(3815, 54, false); #line 79 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" Write(comment.UpdatedAt.ToString("dddd, dd MMMM yyyy HH:mm")); #line default #line hidden EndContext(); BeginContext(3869, 214, true); WriteLiteral("</span></div>\r\n </div>\r\n </div>\r\n <div class=\"comment-body\">\r\n <p>"); EndContext(); BeginContext(4084, 15, false); #line 83 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" Write(comment.Content); #line default #line hidden EndContext(); BeginContext(4099, 90, true); WriteLiteral("</p>\r\n </div>\r\n </div>\r\n"); EndContext(); #line 86 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" } } } #line default #line hidden BeginContext(4289, 306, true); WriteLiteral(@" <button class=""btn btn-dark"" type=""button"" data-bs-toggle=""collapse"" data-bs-target=""#add-comment-form"" aria-expanded=""false"" aria-controls=""add-comment-form""> Leave a feedback </button> <button id=""unlikeButton"" class=""btn btn-dark"""); EndContext(); BeginWriteAttribute("style", " style=\"", 4595, "\"", 4656, 1); #line 94 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" WriteAttributeValue("", 4603, Model.IsLiked ? "display:visible" : "display:none", 4603, 53, false); #line default #line hidden EndWriteAttribute(); BeginWriteAttribute("onclick", " onclick=\"", 4657, "\"", 4720, 5); WriteAttributeValue("", 4667, "feedbackUnlike(\'", 4667, 16, true); #line 94 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" WriteAttributeValue("", 4683, Model.Id, 4683, 9, false); #line default #line hidden WriteAttributeValue("", 4692, "\',\'", 4692, 3, true); #line 94 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" WriteAttributeValue("", 4695, WebIDS.GetPublicUserId, 4695, 23, false); #line default #line hidden WriteAttributeValue("", 4718, "\')", 4718, 2, true); EndWriteAttribute(); BeginContext(4721, 116, true); WriteLiteral("><i class=\"fa fa-thumbs-down text-light\"></i></button>\r\n <button id=\"likeButton\" class=\"btn btn-dark\""); EndContext(); BeginWriteAttribute("style", " style=\"", 4837, "\"", 4898, 1); #line 95 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" WriteAttributeValue("", 4845, Model.IsLiked ? "display:none" : "display:visible", 4845, 53, false); #line default #line hidden EndWriteAttribute(); BeginWriteAttribute("onclick", " onclick=\"", 4899, "\"", 4960, 5); WriteAttributeValue("", 4909, "feedbackLike(\'", 4909, 14, true); #line 95 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" WriteAttributeValue("", 4923, Model.Id, 4923, 9, false); #line default #line hidden WriteAttributeValue("", 4932, "\',\'", 4932, 3, true); #line 95 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" WriteAttributeValue("", 4935, WebIDS.GetPublicUserId, 4935, 23, false); #line default #line hidden WriteAttributeValue("", 4958, "\')", 4958, 2, true); EndWriteAttribute(); BeginContext(4961, 128, true); WriteLiteral("><i class=\"fa fa-thumbs-up text-light\"></i></button>\r\n <h3 class=\"h6\">Rated : <span id=\"rating-score\" class=\"h4\">"); EndContext(); BeginContext(5090, 33, false); #line 96 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" Write(Model.RatingAve.ToString("##.##")); #line default #line hidden EndContext(); BeginContext(5123, 91, true); WriteLiteral("</span><i class=\"fa fa-star\"></i> Liked by : <span class=\"h4\" id=\"likes\">"); EndContext(); BeginContext(5215, 11, false); #line 96 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" Write(Model.Likes); #line default #line hidden EndContext(); BeginContext(5226, 130, true); WriteLiteral("</span><i class=\"fa fa-thumbs-up\"></i> </h3>\r\n\r\n <div class=\"collapse\" id=\"add-comment-form\">\r\n "); EndContext(); BeginContext(5356, 3119, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3a0fb181a2c047bb9371a5468f375306", async() => { BeginContext(5474, 2275, true); WriteLiteral(@" <div class=""row""> <div class=""form-group col-md-12""> <div class=""form-row""> <label class=""myratings col-md-2"">Score : <span id=""score""></span></label> <fieldset class=""rating col-md-4 form-control""> <input type=""radio"" id=""star5"" name=""rating"" value=""5"" /><label class=""full"" for=""star5"" title=""Awesome - 5 stars""></label> <input type=""radio"" id=""star4half"" name=""rating"" value=""4.5"" /><label class=""half"" for=""star4half"" title=""Pretty good - 4.5 stars""></label> <input type=""radio"" id=""star4"" name=""rating"" value=""4"" /><label class=""full"" for=""star4"" title=""Pretty good - 4 stars""></label> <input type=""radio"" id=""star3half"" name=""rating"" value=""3.5"" /><label class=""half"" for=""star3half"" title=""M"); WriteLiteral(@"eh - 3.5 stars""></label> <input type=""radio"" id=""star3"" name=""rating"" value=""3"" /><label class=""full"" for=""star3"" title=""Meh - 3 stars""></label> <input type=""radio"" id=""star2half"" name=""rating"" value=""2.5"" /><label class=""half"" for=""star2half"" title=""Kinda bad - 2.5 stars""></label> <input type=""radio"" id=""star2"" name=""rating"" value=""2"" /><label class=""full"" for=""star2"" title=""Kinda bad - 2 stars""></label> <input type=""radio"" id=""star1half"" name=""rating"" value=""1.5"" /><label class=""half"" for=""star1half"" title=""Meh - 1.5 stars""></label> <input type=""radio"" id=""star1"" name=""rating"" value=""1"" /><label class=""full"" for=""star1"" title=""Sucks big time - 1 star""></label> <input type=""radio"" id=""starhalf"" name=""rating"" value=""0.5"" /><label class=""half"" for=""starhalf"" title=""Suc"); WriteLiteral("ks big time - 0.5 stars\"></label>\r\n </fieldset>\r\n <input id=\"ratings\" name=\"Score\" type=\"hidden\" />\r\n <input name=\"ShopId\""); EndContext(); BeginWriteAttribute("value", " value=\"", 7749, "\"", 7766, 1); #line 117 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" WriteAttributeValue("", 7757, Model.Id, 7757, 9, false); #line default #line hidden EndWriteAttribute(); BeginContext(7767, 75, true); WriteLiteral(" type=\"hidden\" />\r\n <input name=\"UserId\""); EndContext(); BeginWriteAttribute("value", " value=\"", 7842, "\"", 7873, 1); #line 118 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\Shop.cshtml" WriteAttributeValue("", 7850, WebIDS.GetPublicUserId, 7850, 23, false); #line default #line hidden EndWriteAttribute(); BeginContext(7874, 594, true); WriteLiteral(@" type=""hidden"" /> </div> </div> <div class=""form-group col-md-12""> <textarea name=""Comment"" id=""usercomment"" placeholder=""Type your comment"" class=""form-control""></textarea> </div> <div class=""form-group col-md-12""> <button type=""submit"" class=""btn btn-secondary"">Submit Comment</button> </div> </div> "); EndContext(); } ); __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper); __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8); __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_9.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(8475, 1466, true); WriteLiteral(@" </div> <!-- /.row --> </div> <!-- /.col-lg-9 --> </div> <!-- /.row --> </div> <style> .myratings { margin-top: 5px; font-size: 1.5em; } fieldset, label { margin: 0; padding: 0; } .rating { border: none; cursor: pointer; } .rating > [id^=""star""] { display: none; } .rating > label:before { margin: 5px; font-size: 3em; font-family: FontAwesome; display: inline-block; content: ""\2605""; } .rating > .half:before { content: ""\2605""; position: absolute; } .rating > label { color: #ddd; float: right; cursor: pointer; } .rating > [id^=""star""]:checked ~ label, .rating:not(:check"); WriteLiteral(@"ed) > label:hover, .rating:not(:checked) > label:hover ~ label { color: #FFD700; } .rating > [id^=""star""]:checked + label:hover, .rating > [id^=""star""]:checked ~ label:hover, .rating > label:hover ~ [id^=""star""]:checked ~ label, .rating > [id^=""star""]:checked ~ label:hover ~ label { color: #FFED85; } </style> "); EndContext(); BeginContext(9941, 60, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "760abe95a76543c3ab56e27cf2a8daaa", async() => { } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(10001, 2, true); WriteLiteral("\r\n"); EndContext(); BeginContext(10003, 69, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "95c94688ef134ed6addad9f6b9a169a9", async() => { } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_11); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(10072, 2218, true); WriteLiteral(@" <script> $(document).ready(function () { $(""input[type='radio']"").click(function () { var score = $(""input[type='radio']:checked"").val(); $(""#score"").html(score); if (score < 3) { $('.myratings').css('color', 'red'); } else { $('.myratings').css('color', 'green'); } $("".myratings"").text(""Score : "" + score); $(""#ratings"").val(score); }); }); function feedbackLike(shopId,userId) { var model = { ShopId: shopId, UserId: userId, IsLiked: true } feedbackLikeAjax(model); } function feedbackLikeAjax(model) { route = ""/feedback/likes""; $.ajax({ url: route, dataType: ""json"", data: model, type: ""POST"", async: false }).done(function (obj) { var result = obj.data; "); WriteLiteral(@" $(""#likes"").html(result.likes); if (result.isLiked == true) { $(""#likeButton"").hide(); $(""#unlikeButton"").show(); } else { $(""#unlikeButton"").hide(); $(""#likeButton"").show(); } }); } function feedbackUnlike(shopId, userId) { var model = { ShopId: shopId, UserId: userId, IsLiked: false } feedbackUnlikeAjax(model); } function feedbackUnlikeAjax(model) { $.ajax({ url: ""/feedback/likes"", dataType: ""json"", data: model, type: ""POST"", async: false }).done(function (obj) { var result = obj.data; $(""#likes"").html(result.likes); if (result.isLiked == true) { $(""#likeButton"").hide(); $(""#unlikeButton"").show(); } "); WriteLiteral(" else {\r\n $(\"#unlikeButton\").hide();\r\n $(\"#likeButton\").show();\r\n }\r\n });\r\n }\r\n \r\n \r\n\r\n \r\n</script>"); EndContext(); }
#pragma warning disable 1998 public async override global::System.Threading.Tasks.Task ExecuteAsync() { #line 3 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" ViewData["Title"] = "ShopItems"; #line default #line hidden BeginContext(164, 94, true); WriteLiteral(">\r\n\r\n<br /><br />\r\n<div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"row\">\r\n"); EndContext(); #line 12 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" if (Model.Shop.BusinessName.Length <= 30) { #line default #line hidden BeginContext(329, 56, true); WriteLiteral(" <h6 class=\"logo me-auto float-lg-start\">"); EndContext(); BeginContext(385, 135, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "4f9ddaa7f18b45659592dd242aecf363", async() => { } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "src", 3, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 395, "~/image/shops/logo/", 395, 19, true); #line 14 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" AddHtmlAttributeValue("", 414, Model.Shop.Id, 414, 14, false); #line default #line hidden AddHtmlAttributeValue("", 428, "/logo.png", 428, 9, true); EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(521, 23, false); #line 14 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" Write(Model.Shop.BusinessName); #line default #line hidden EndContext(); BeginContext(544, 7, true); WriteLiteral("</h6>\r\n"); EndContext(); #line 15 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" } else { #line default #line hidden BeginContext(599, 89, true); WriteLiteral(" <h6><strong>Shop name is less than equal to 20 characters</strong></h6>\r\n"); EndContext(); #line 19 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" } #line default #line hidden BeginContext(703, 48, true); WriteLiteral(" </div>\r\n <div class=\"col-lg-3\">\r\n"); EndContext(); #line 22 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" if (!WebUser.IsUserLogggedIn() == true) { #line default #line hidden BeginContext(820, 42, true); WriteLiteral(" <div class=\"list-group\">\r\n"); EndContext(); BeginContext(1343, 24, true); WriteLiteral(" </div>\r\n"); EndContext(); #line 29 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" } else { #line default #line hidden BeginContext(1417, 42, true); WriteLiteral(" <div class=\"list-group\">\r\n"); EndContext(); BeginContext(1594, 403, true); WriteLiteral(@" <ol class=""list-group list-group-numbered""> <li class=""list-group-item d-flex justify-content-between align-items-start""> <div class=""ms-2 me-auto""> <div class=""fw-bold"">Comments</div> </div> <span class=""badge bg-primary rounded-pill"">"); EndContext(); BeginContext(1998, 19, false); #line 41 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" Write(Model.Shop.Comments); #line default #line hidden EndContext(); BeginContext(2017, 375, true); WriteLiteral(@"</span> </li> <li class=""list-group-item d-flex justify-content-between align-items-start""> <div class=""ms-2 me-auto""> <div class=""fw-bold"">Likes</div> </div> <span class=""badge bg-primary rounded-pill"">"); EndContext(); BeginContext(2393, 16, false); #line 48 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" Write(Model.Shop.Likes); #line default #line hidden EndContext(); BeginContext(2409, 376, true); WriteLiteral(@"</span> </li> <li class=""list-group-item d-flex justify-content-between align-items-start""> <div class=""ms-2 me-auto""> <div class=""fw-bold"">Rating</div> </div> <span class=""badge bg-primary rounded-pill"">"); EndContext(); BeginContext(2786, 31, false); #line 55 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" Write(Model.Shop.Rating.ToString("F")); #line default #line hidden EndContext(); BeginContext(2817, 254, true); WriteLiteral("</span>\r\n </li>\r\n\r\n <li class=\"list-group-item d-flex justify-content-between align-items-start\">\r\n <div class=\"ms-2 me-auto\">\r\n <div class=\"fw-bold\">"); EndContext(); BeginContext(3071, 68, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a911fcfb0705474db943a3b233f5adce", async() => { BeginContext(3128, 7, true); WriteLiteral("Chat Us"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 3080, "~/chats/create-private-room/", 3080, 28, true); #line 60 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" AddHtmlAttributeValue("", 3108, Model.Shop.UserId, 3108, 18, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(3139, 384, true); WriteLiteral(@"</div> </div> </li> </ol> <a href=""#collapseExample"" data-bs-toggle=""collapse"" role=""button"" aria-expanded=""false"" aria-controls=""collapseExample"" class=""list-group-item active-list"">Feedback</a> <div class=""collapse"" id=""collapseExample""> "); EndContext(); BeginContext(3523, 2631, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f1f6d36b061e484889cb41b9628977d4", async() => { BeginContext(3578, 30, true); WriteLiteral("\r\n "); EndContext(); BeginContext(3609, 23, false); #line 68 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" Write(Html.AntiForgeryToken()); #line default #line hidden EndContext(); BeginContext(3632, 30, true); WriteLiteral("\r\n "); EndContext(); BeginContext(3663, 24, false); #line 69 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" Write(Html.ValidationSummary()); #line default #line hidden EndContext(); BeginContext(3687, 122, true); WriteLiteral("\r\n <div class=\"form-group\">\r\n <input type=\"hidden\" name=\"UserId\""); EndContext(); BeginWriteAttribute("value", " value=\"", 3809, "\"", 3840, 1); #line 71 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" WriteAttributeValue("", 3817, WebIDS.GetPublicUserId, 3817, 23, false); #line default #line hidden EndWriteAttribute(); BeginContext(3841, 71, true); WriteLiteral(" />\r\n <input type=\"hidden\" name=\"ShopId\""); EndContext(); BeginWriteAttribute("value", " value=\"", 3912, "\"", 3933, 1); #line 72 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" WriteAttributeValue("", 3920, Model.ShopId, 3920, 13, false); #line default #line hidden EndWriteAttribute(); BeginContext(3934, 1276, true); WriteLiteral(@" /> </div> <div class=""form-group""> <label class=""form-label"" for=""FullName"">Fullname</label> <input class=""form-control"" type=""text"" name=""FullName"" size=""28"" placeholder=""Your fullname"" /> </div> <div class=""form-group""> <label class=""form-label"" for=""Email"">Email-address</label> <input class=""form-control"" type=""email"" name=""Email"" size=""28"" placeholder=""Your email-address"" /> </div> <div class=""form-group""> <label class=""form-label"" for=""Comment"">Comment</label> <textarea class=""form-control"" type=""text"" name=""Comment"" placeholder=""Your comment"" rows=""10"" cols=""29""></textarea> </div> "); WriteLiteral(" <div class=\"form-check-inline col-lg-12\">\r\n <label for=\"businessType\" class=\"control-label ml-5 mr-4 mb-1\">Rating-Star</label>\r\n <select class=\"form-control\" id=\"rating\" name=\"Rating\">\r\n"); EndContext(); #line 90 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" var options = Enum.GetValues(typeof(ProjectBSIS401.WEB.Infrastructures.Domain.Enums.RatingNumber)).Cast <ProjectBSIS401.WEB.Infrastructures.Domain.Enums.RatingNumber>(); foreach (ProjectBSIS401.WEB.Infrastructures.Domain.Enums.RatingNumber option in options) { #line default #line hidden BeginContext(5635, 44, true); WriteLiteral(" "); EndContext(); BeginContext(5679, 51, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9db8933118bc445aaab576e43c72be70", async() => { BeginContext(5704, 17, false); #line 95 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" Write(option.ToString()); #line default #line hidden EndContext(); } ); __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper); BeginWriteTagHelperAttribute(); #line 95 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" WriteLiteral(option); #line default #line hidden __tagHelperStringValueBuffer = EndWriteTagHelperAttribute(); __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = __tagHelperStringValueBuffer; __tagHelperExecutionContext.AddTagHelperAttribute("value", __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(5730, 2, true); WriteLiteral("\r\n"); EndContext(); #line 96 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" } #line default #line hidden BeginContext(5814, 333, true); WriteLiteral(@" </select> </div> <div class=""form-group mt-2""> <button type=""submit"" class=""btn btn-success"">Send</button> </div> <hr /> "); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper); __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper); __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_1.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(6154, 30, true); WriteLiteral("\r\n </div>\r\n"); EndContext(); BeginContext(6272, 24, true); WriteLiteral(" </div>\r\n"); EndContext(); #line 111 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" } #line default #line hidden BeginContext(6323, 104, true); WriteLiteral("\r\n\r\n </div>\r\n <!-- /.col-lg-3 -->\r\n \r\n\r\n\r\n <div class=\"col-lg-9\">\r\n "); EndContext(); BeginContext(6427, 135, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagOnly, "3572cd77f4144a53ae9bb52664ef8028", async() => { } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "src", 3, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 6463, "~/image/shops/banner/", 6463, 21, true); #line 121 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" AddHtmlAttributeValue("", 6484, Model.ShopId, 6484, 13, false); #line default #line hidden AddHtmlAttributeValue("", 6497, "/banner.png", 6497, 11, true); EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(6562, 53, true); WriteLiteral("\r\n <br />\r\n <div class=\"row\">\r\n"); EndContext(); #line 124 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" foreach (ShopService shopService in Model.ShopServices) { #line default #line hidden BeginContext(6708, 108, true); WriteLiteral(" <div class=\"col-lg-4 col-md-6 mb-4\">\r\n <div class=\"card h-100\">\r\n"); EndContext(); BeginContext(6928, 180, true); WriteLiteral(" <div class=\"card-body\">\r\n \r\n <h4 class=\"card-title\">\r\n "); EndContext(); BeginContext(7108, 94, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ca954e9ea121415d9d4980c66a116c26", async() => { BeginContext(7179, 19, false); #line 132 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" Write(shopService.Service); #line default #line hidden EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 4, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 7117, "~/shop/shop-public-items-info/", 7117, 30, true); #line 132 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" AddHtmlAttributeValue("", 7147, shopService.Id, 7147, 15, false); #line default #line hidden AddHtmlAttributeValue("", 7162, "/", 7162, 1, true); #line 132 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" AddHtmlAttributeValue("", 7163, Model.ShopId, 7163, 13, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(7202, 79, true); WriteLiteral("\r\n\r\n </h4>\r\n <h5>"); EndContext(); BeginContext(7282, 31, false); #line 135 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" Write(shopService.Price.ToString("F")); #line default #line hidden EndContext(); BeginContext(7313, 60, true); WriteLiteral("</h5>\r\n <p class=\"card-text\">"); EndContext(); BeginContext(7374, 23, false); #line 136 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" Write(shopService.Description); #line default #line hidden EndContext(); BeginContext(7397, 182, true); WriteLiteral("</p>\r\n <div>\r\n\r\n </div>\r\n\r\n </div> \r\n <div class=\"card-footer\">\r\n"); EndContext(); #line 143 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" if (!WebUser.IsUserLogggedIn() == true) { #line default #line hidden BeginContext(7688, 48, true); WriteLiteral(" <p>...</p>\r\n"); EndContext(); #line 146 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" } else { #line default #line hidden BeginContext(7844, 43, true); WriteLiteral(" <span> "); EndContext(); BeginContext(7887, 140, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "983d12eaafa64090b6e40fb4d37912fe", async() => { BeginContext(7976, 47, true); WriteLiteral("Book-Services <i class=\"fas fa-plus\"></i>"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 6, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 7896, "~/booking/book-costumer/", 7896, 24, true); #line 149 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" AddHtmlAttributeValue("", 7920, Model.Shop.Id, 7920, 14, false); #line default #line hidden AddHtmlAttributeValue("", 7934, "/", 7934, 1, true); #line 149 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" AddHtmlAttributeValue("", 7935, WebIDS.GetPublicUserId, 7935, 23, false); #line default #line hidden AddHtmlAttributeValue("", 7958, "/", 7958, 1, true); #line 149 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" AddHtmlAttributeValue("", 7959, shopService.Id, 7959, 15, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(8027, 9, true); WriteLiteral("</span>\r\n"); EndContext(); #line 150 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" } #line default #line hidden BeginContext(8071, 98, true); WriteLiteral("\r\n </div>\r\n </div>\r\n </div>\r\n"); EndContext(); #line 155 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\GitHubRepairSystem\ProjectBSIS401.WEB\Views\Shop\ShopItems.cshtml" } #line default #line hidden BeginContext(8188, 145, true); WriteLiteral("\r\n </div>\r\n <!-- /.row -->\r\n\r\n </div>\r\n <!-- /.col-lg-9 -->\r\n\r\n </div>\r\n <!-- /.row -->\r\n\r\n</div>\r\n\r\n\r\n"); EndContext(); BeginContext(9978, 152, true); WriteLiteral("<script>\r\n $(\"#booking\").click(function () {\r\n alert(\"Login your account to activate booking.\");\r\n\r\n });\r\n</script>\r\n<style>\r\n \r\n</style>"); EndContext(); }
#pragma warning disable 1998 public async override global::System.Threading.Tasks.Task ExecuteAsync() { BeginContext(100, 190, true); WriteLiteral("\r\n\r\n<!-- ======= Header ======= -->\r\n<header id=\"header\" class=\"fixed-top header\">\r\n <div class=\"container d-flex align-items-center justify-content-between\">\r\n\r\n <h1 class=\"logo\">"); EndContext(); BeginContext(290, 54, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "500a940e37194841a61e8caa0e25a777", async() => { BeginContext(307, 33, true); WriteLiteral("<span>L&A Car Wash Booking</span>"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(344, 304, true); WriteLiteral(@"</h1> <!-- Uncomment below if you prefer to use an image logo --> <!-- <a href=""index.html"" class=""logo""><img src=""assets/img/logo.png"" alt="""" class=""img-fluid""></a>--> <nav class=""nav-menu d-none d-lg-block""> <ul> <li class="""">"); EndContext(); BeginContext(648, 25, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "fa16c28fa94c4d0c932f2427ad9e5c39", async() => { BeginContext(665, 4, true); WriteLiteral("Home"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(673, 27, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(700, 32, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d3a536f24f264652bf677cfb4320de5f", async() => { BeginContext(723, 5, true); WriteLiteral("About"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(732, 67, true); WriteLiteral("</li>\r\n <li class=\"drop-down\">\r\n "); EndContext(); BeginContext(799, 39, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f6ac12435c1b42fbaf521f2edc4c67af", async() => { BeginContext(826, 8, true); WriteLiteral("Services"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(838, 28, true); WriteLiteral("\r\n <ul>\r\n"); EndContext(); #line 21 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Shared\_PartialNavbar.cshtml" if (!WebUser.IsUserLogggedIn() == true) { } else { #line default #line hidden BeginContext(1045, 33, true); WriteLiteral(" <li> "); EndContext(); BeginContext(1078, 79, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2d5bd6f0adc5449492ebb65e77adcfd6", async() => { BeginContext(1139, 14, true); WriteLiteral("Manual-Booking"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 1087, "~/booking/phase-one-booking/", 1087, 28, true); #line 27 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Shared\_PartialNavbar.cshtml" AddHtmlAttributeValue("", 1115, WebID.GetPublicUserId, 1115, 22, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1157, 7, true); WriteLiteral("</li>\r\n"); EndContext(); #line 28 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Shared\_PartialNavbar.cshtml" } #line default #line hidden BeginContext(1191, 71, true); WriteLiteral("\r\n </ul>\r\n </li>\r\n <li>"); EndContext(); BeginContext(1262, 30, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b407752361fc4b30aa7e52afbf8bcb84", async() => { BeginContext(1284, 4, true); WriteLiteral("Team"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1292, 27, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(1319, 30, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5ccbef7bda184cf8aa9101b860782077", async() => { BeginContext(1341, 4, true); WriteLiteral("FAQS"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1349, 27, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(1376, 36, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4a114850264e4bb5b57b5dbc36ca45a2", async() => { BeginContext(1401, 7, true); WriteLiteral("Contact"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1412, 7, true); WriteLiteral("</li>\r\n"); EndContext(); #line 36 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Shared\_PartialNavbar.cshtml" if (!WebUser.IsUserLogggedIn() == true) { #line default #line hidden BeginContext(1524, 170, true); WriteLiteral(" <li class=\"drop-down\">\r\n <a href=\"\">Account</a>\r\n <ul>\r\n <li>"); EndContext(); BeginContext(1694, 37, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bbc74d7162b94b3aa95104e59389738d", async() => { BeginContext(1720, 7, true); WriteLiteral("Sign In"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1731, 43, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(1774, 40, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1b6acba9411447f49450b0d4eca81aca", async() => { BeginContext(1803, 7, true); WriteLiteral("Sign Up"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1814, 7, true); WriteLiteral("</li>\r\n"); EndContext(); BeginContext(1923, 66, true); WriteLiteral(" </ul>\r\n </li>\r\n"); EndContext(); #line 46 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Shared\_PartialNavbar.cshtml" } else { #line default #line hidden BeginContext(2063, 170, true); WriteLiteral(" <li class=\"drop-down\">\r\n <a href=\"\">Account</a>\r\n <ul>\r\n <li>"); EndContext(); BeginContext(2233, 59, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "23b79c1633644d66979c70d0c4c9da65", async() => { BeginContext(2284, 4, true); WriteLiteral("Chat"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_9); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(2292, 43, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(2335, 61, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "942556e3748047cdb3a7a2630fa88f53", async() => { BeginContext(2384, 8, true); WriteLiteral("Messages"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(2396, 43, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(2439, 84, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "96e6a20242c44f9c8b98c4262a647d36", async() => { BeginContext(2512, 7, true); WriteLiteral("Profile"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 2470, "~/account/profile/", 2470, 18, true); #line 55 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Shared\_PartialNavbar.cshtml" AddHtmlAttributeValue("", 2488, WebID.GetPublicUserId, 2488, 22, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(2523, 43, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(2566, 100, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "223ff224f2ef4e329c45addd91d274e5", async() => { BeginContext(2647, 15, true); WriteLiteral("Change Password"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 2597, "~/account/change-password/", 2597, 26, true); #line 56 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Shared\_PartialNavbar.cshtml" AddHtmlAttributeValue("", 2623, WebID.GetPublicUserId, 2623, 22, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(2666, 43, true); WriteLiteral("</li>\r\n <li>"); EndContext(); BeginContext(2709, 37, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f01db845586b4552902dcffef7dd6e48", async() => { BeginContext(2736, 6, true); WriteLiteral("Logout"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_11); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(2746, 73, true); WriteLiteral("</li>\r\n </ul>\r\n </li>\r\n"); EndContext(); #line 60 "C:\Users\VGD 14\Pictures\GithubRepositorySeedData\Carwash\CarWash.Web\Views\Shared\_PartialNavbar.cshtml" } #line default #line hidden BeginContext(2865, 113, true); WriteLiteral("\r\n\r\n\r\n\r\n\r\n\r\n\r\n </ul>\r\n </nav><!-- .nav-menu -->\r\n\r\n </div>\r\n\r\n</header><!-- End Header -->\r\n"); EndContext(); }