예제 #1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(62, 1, true);
            WriteLiteral("\n");
            EndContext();
#line 3 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"

            ViewData["Title"] = "News";

#line default
#line hidden
            BeginContext(100, 139, true);
            WriteLiteral("\n<div class=\"news row\">\n    <div class=\"categories row\">\n        <div class=\"btn-group btn-group-justified\" role=\"group\" aria-label=\"...\">\n");
            EndContext();
#line 10 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
            foreach (var item in Model.NewsCategory)
            {
#line default
#line hidden
                BeginContext(307, 73, true);
                WriteLiteral("                <div class=\"btn-group\" role=\"group\">\n                    ");
                EndContext();
                BeginContext(380, 76, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f4d6549fa875c5563a0b7e5451509a7a2c82446c6419", async() => {
                    BeginContext(441, 1, true);
                    WriteLiteral(" ");
                    EndContext();
                    BeginContext(443, 9, false);
#line 13 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
                    Write(item.Name);

#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);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "href", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                AddHtmlAttributeValue("", 427, "~/", 427, 2, true);
#line 13 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
                AddHtmlAttributeValue("", 429, item.Slug, 429, 10, 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(456, 24, true);
                WriteLiteral("\n                </div>\n");
                EndContext();
#line 15 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
            }

#line default
#line hidden
            BeginContext(494, 26, true);
            WriteLiteral("        </div>\n    </div>\n");
            EndContext();
#line 18 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
            if (Model.NewsItem.Any())
            {
#line default
#line hidden
                BeginContext(557, 47, true);
                WriteLiteral("        <div class=\"news-category-detail row\">\n");
                EndContext();
#line 21 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
                foreach (var item in Model.NewsItem)
                {
#line default
#line hidden
                    BeginContext(668, 16, true);
                    WriteLiteral("                ");
                    EndContext();
                    BeginContext(684, 46, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "f4d6549fa875c5563a0b7e5451509a7a2c82446c9668", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 23 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = item;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, 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(730, 1, true);
                    WriteLiteral("\n");
                    EndContext();
#line 24 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
                }

#line default
#line hidden
                BeginContext(745, 15, true);
                WriteLiteral("        </div>\n");
                EndContext();
#line 26 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
            }

#line default
#line hidden
            BeginContext(766, 73, true);
            WriteLiteral("</div>\n\n<div class=\"row\">\n    <div class=\"col-md-12 text-right\">\n        ");
            EndContext();
            BeginContext(839, 254, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f4d6549fa875c5563a0b7e5451509a7a2c82446c12013", async() => {
            }
                                                                        );
            __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
            __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 31 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.PageSize;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 32 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.Page;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 33 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.News/Areas/News/Views/NewsItem/NewsHome.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.TotalItem;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.BaseHref = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1093, 20, true);
            WriteLiteral("\n    </div>\n</div>\n\n");
            EndContext();
        }
예제 #2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"

            ViewData["Title"] = Localizer["Wish List"];

#line default
#line hidden
            BeginContext(161, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("head", async() => {
                BeginContext(177, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(182, 96, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "91eb9e3c9dad9dcbfcdc24cd0c9dcac78ea14f399525", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 9 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(278, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(281, 54, true);
            WriteLiteral("\n<div class=\"row\">\n    <div class=\"col-md-3\">\n        ");
            EndContext();
            BeginContext(335, 31, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "91eb9e3c9dad9dcbfcdc24cd0c9dcac78ea14f3911863", async() => {
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(366, 60, true);
            WriteLiteral("\n    </div>\n    <div class=\"wishlist col-md-9\">\n        <h2>");
            EndContext();
            BeginContext(427, 22, false);
#line 17 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
            Write(Localizer["Wish List"]);

#line default
#line hidden
            EndContext();
            BeginContext(449, 21, true);
            WriteLiteral("</h2>\n        <hr />\n");
            EndContext();
#line 19 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
            if (Model.Items.TotalItems > 0)
            {
                foreach (var item in Model.Items.Data)
                {
#line default
#line hidden
                    BeginContext(586, 110, true);
                    WriteLiteral("                <div class=\"row item\">\n                    <div class=\"col-md-3\">\n                        <img");
                    EndContext();
                    BeginWriteAttribute("alt", " alt=\"", 696, "\"", 719, 1);
#line 25 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                    WriteAttributeValue("", 702, item.ProductName, 702, 17, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(720, 18, true);
                    WriteLiteral(" class=\"img-fluid\"");
                    EndContext();
                    BeginWriteAttribute("src", " src=\"", 738, "\"", 762, 1);
#line 25 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                    WriteAttributeValue("", 744, item.ProductImage, 744, 18, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(763, 100, true);
                    WriteLiteral(">\n                    </div>\n                    <div class=\"col-md-9\">\n                        <h4>");
                    EndContext();
                    BeginContext(864, 16, false);
#line 28 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                    Write(item.ProductName);

#line default
#line hidden
                    EndContext();
                    BeginContext(880, 30, true);
                    WriteLiteral("</h4>\n                        ");
                    EndContext();
                    BeginContext(910, 1438, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "91eb9e3c9dad9dcbfcdc24cd0c9dcac78ea14f3915528", async() => {
                        BeginContext(916, 63, true);
                        WriteLiteral("\n                            <input type=\"hidden\" name=\"itemId\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 979, "\"", 995, 1);
#line 30 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        WriteAttributeValue("", 987, item.Id, 987, 8, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(996, 69, true);
                        WriteLiteral(" />\n                            <input type=\"hidden\" name=\"productId\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 1065, "\"", 1088, 1);
#line 31 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        WriteAttributeValue("", 1073, item.ProductId, 1073, 15, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(1089, 132, true);
                        WriteLiteral(" />\n                            <div class=\"form-group row\">\n                                <label class=\"col-sm-4 col-form-label\">");
                        EndContext();
                        BeginContext(1222, 21, false);
#line 33 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(Localizer["Quantity"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(1243, 117, true);
                        WriteLiteral("</label>\n                                <div class=\"col-md-8\"><input type=\"number\" name=\"qty\" class=\"quantity-field\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 1360, "\"", 1382, 1);
#line 34 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        WriteAttributeValue("", 1368, item.Quantity, 1368, 14, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(1383, 173, true);
                        WriteLiteral(" /></div>\n                            </div>\n                            <div class=\"form-group row\">\n                                <label class=\"col-sm-4 col-form-label\">");
                        EndContext();
                        BeginContext(1557, 24, false);
#line 37 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(Localizer["Description"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(1581, 92, true);
                        WriteLiteral("</label>\n                                <div class=\"col-sm-8\"><textarea name=\"description\">");
                        EndContext();
                        BeginContext(1674, 16, false);
#line 38 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(item.Description);

#line default
#line hidden
                        EndContext();
                        BeginContext(1690, 267, true);
                        WriteLiteral(@"</textarea></div>
                            </div>
                            <div class=""form-group row"">
                                <div class=""offset-md-4 col-md-8"">
                                    <button type=""button"" class=""btn btn-sm btn-add-cart"">");
                        EndContext();
                        BeginContext(1958, 24, false);
#line 42 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(Localizer["Add to cart"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(1982, 108, true);
                        WriteLiteral("</button>\n                                    <button type=\"button\" class=\"btn btn-sm remove-from-wishlist\">");
                        EndContext();
                        BeginContext(2091, 19, false);
#line 43 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(Localizer["Remove"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(2110, 103, true);
                        WriteLiteral("</button>\n                                    <button type=\"button\" class=\"btn btn-sm update-wishlist\">");
                        EndContext();
                        BeginContext(2214, 19, false);
#line 44 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(Localizer["Update"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(2233, 108, true);
                        WriteLiteral("</button>\n                                </div>\n                            </div>\n                        ");
                        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);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(2348, 51, true);
                    WriteLiteral("\n                    </div>\n                </div>\n");
                    EndContext();
#line 50 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                }

#line default
#line hidden
                BeginContext(2413, 53, true);
                WriteLiteral("            <div class=\"text-right\">\n                ");
                EndContext();
                BeginContext(2466, 125, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "91eb9e3c9dad9dcbfcdc24cd0c9dcac78ea14f3922923", async() => {
                    BeginContext(2559, 28, false);
#line 52 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                    Write(Localizer["Share Wish List"]);

#line default
#line hidden
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Area = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Controller = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2591, 54, true);
                WriteLiteral("\n            </div>\n            <div>\n                ");
                EndContext();
                BeginContext(2645, 831, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "91eb9e3c9dad9dcbfcdc24cd0c9dcac78ea14f3925097", async() => {
                }
                                                                            );
                __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
                __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 55 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.Items.PageSize;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 56 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.Items.PageNumber;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 57 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.Items.TotalItems;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                if (__cloudscribe_Web_Pagination_PagerTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "cloudscribe.Web.Pagination.PagerTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 61 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                WriteLiteral(Model.Id);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["id"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-id", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["id"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                BeginWriteTagHelperAttribute();
#line 62 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                WriteLiteral(Model.Items.PageSize);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-pageSize", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiOtherCssClass = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                __cloudscribe_Web_Pagination_PagerTagHelper.LinkCurrentCssClass = (string)__tagHelperAttribute_12.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                __cloudscribe_Web_Pagination_PagerTagHelper.LinkOtherCssClass = (string)__tagHelperAttribute_13.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3476, 20, true);
                WriteLiteral("\n            </div>\n");
                EndContext();
#line 69 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
            }
            else
            {
#line default
#line hidden
                BeginContext(3529, 15, true);
                WriteLiteral("            <p>");
                EndContext();
                BeginContext(3545, 60, false);
#line 72 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                Write(Localizer["There are currently no items in your wish list."]);

#line default
#line hidden
                EndContext();
                BeginContext(3605, 5, true);
                WriteLiteral("</p>\n");
                EndContext();
#line 73 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
            }

#line default
#line hidden
            BeginContext(3620, 18, true);
            WriteLiteral("    </div>\n</div>\n");
            EndContext();
        }
예제 #3
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(147, 4, true);
            WriteLiteral("    ");
            EndContext();
            BeginContext(151, 68, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "69bbb517b3654364b6026f8f87f9d96e", 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();
            BeginContext(219, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 7 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"

            ViewData["Title"] = "Produtor";


#line default
#line hidden
            BeginContext(277, 4, true);
            WriteLiteral("    ");
            EndContext();
            BeginContext(407, 231, true);
            WriteLiteral("\r\n    <style>\r\n        body {\r\n            background-color: #81080A;\r\n        }\r\n    </style>\r\n\r\n    <div class=\"container\" style=\"background-color:rgba(239,239,239,0.95); border-radius:10px; padding:20px;width:1100px;\">\r\n        ");
            EndContext();
            BeginContext(638, 2058, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "347790aca49444f4b5c45ac3de3f24f2", async() => {
                BeginContext(703, 509, true);
                WriteLiteral(@"
            <h3>Produtores</h3>
            <table class=""table table-bordered"">
                <thead>
                    <tr>
                        <th>#</th>
                        <th>#</th>
                        <th>CÓDIGO</th>
                        <th>CNPJ/CPF</th>
                        <th>PRODUTOR</th>
                        <th>ENDEREÇO</th>
                        <th>CIDADE</th>
                        <th>UF</th>
                    </tr>
                </thead>
");
                EndContext();
#line 37 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"

                foreach (var item in (List <Cadastro>)ViewBag.ListaCadastro)
                {
#line default
#line hidden
                    BeginContext(1336, 67, true);
                    WriteLiteral("                        <tbody>\r\n                            <tr>\r\n");
                    EndContext();
#line 42 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"

                    if (@item.Id != 0)
                    {
#line default
#line hidden
                        BeginContext(1534, 108, true);
                        WriteLiteral("                                        <td style=\"width=50px\"><button type=\"button\" class=\"btn btn-success\"");
                        EndContext();
                        BeginWriteAttribute("onclick", " onclick=\"", 1642, "\"", 1679, 3);
                        WriteAttributeValue("", 1652, "Editar(", 1652, 7, true);
#line 45 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                        WriteAttributeValue("", 1659, item.Id.ToString(), 1659, 19, false);

#line default
#line hidden
                        WriteAttributeValue("", 1678, ")", 1678, 1, true);
                        EndWriteAttribute();
                        BeginContext(1680, 130, true);
                        WriteLiteral(">Editar</button></td>\r\n                                        <td style=\"width=50px\"><button type=\"button\" class=\"btn btn-danger\"");
                        EndContext();
                        BeginWriteAttribute("onclick", " onclick=\"", 1810, "\"", 1856, 3);
                        WriteAttributeValue("", 1820, "ExcluirRegistro(", 1820, 16, true);
#line 46 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                        WriteAttributeValue("", 1836, item.Id.ToString(), 1836, 19, false);

#line default
#line hidden
                        WriteAttributeValue("", 1855, ")", 1855, 1, true);
                        EndWriteAttribute();
                        BeginContext(1857, 87, true);
                        WriteLiteral(">Excluir</button></td>\r\n                                        <td style=\"width=50px\">");
                        EndContext();
                        BeginContext(1945, 18, false);
#line 47 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                        Write(item.Id.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(1963, 71, true);
                        WriteLiteral("</td>\r\n                                        <td style=\"width=150px\">");
                        EndContext();
                        BeginContext(2035, 40, false);
#line 48 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                        Write(item.CpfCnpj.ToString().PadLeft(18, ' '));

#line default
#line hidden
                        EndContext();
                        BeginContext(2075, 71, true);
                        WriteLiteral("</td>\r\n                                        <td style=\"width=400px\">");
                        EndContext();
                        BeginContext(2147, 25, false);
#line 49 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                        Write(item.Descricao.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2172, 71, true);
                        WriteLiteral("</td>\r\n                                        <td style=\"width=400px\">");
                        EndContext();
                        BeginContext(2244, 24, false);
#line 50 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                        Write(item.Endereco.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2268, 71, true);
                        WriteLiteral("</td>\r\n                                        <td style=\"width=150px\">");
                        EndContext();
                        BeginContext(2340, 22, false);
#line 51 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                        Write(item.Cidade.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2362, 70, true);
                        WriteLiteral("</td>\r\n                                        <td style=\"width=50px\">");
                        EndContext();
                        BeginContext(2433, 34, false);
#line 52 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                        Write(item.Uf.ToString().Substring(0, 2));

#line default
#line hidden
                        EndContext();
                        BeginContext(2467, 7, true);
                        WriteLiteral("</td>\r\n");
                        EndContext();
#line 53 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                    }


#line default
#line hidden
                    BeginContext(2548, 69, true);
                    WriteLiteral("                            </tr>\r\n                        </tbody>\r\n");
                    EndContext();
#line 57 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                }


#line default
#line hidden
                BeginContext(2659, 30, true);
                WriteLiteral("            </table>\r\n        ");
                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);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Controller = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2696, 430, true);
            WriteLiteral(@"
    </div>

    <div class=""container"" style=""background-color:rgba(239,239,239,0.95); border-radius:10px; padding:20px;width:1100px;"">
        <table class=""table table-bordered"" align=""center"" style=""width:500px;"">
            <tbody>
                <tr>
                    <td style=""width:50px""><button type=""button"" class=""btn btn-block btn-primary"" onclick=""CriarRegistro()"">Criar Registro Produtor</button></td>
");
            EndContext();
#line 68 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
            if (ViewBag.Editar == "SIM")
            {
#line default
#line hidden
                BeginContext(3200, 150, true);
                WriteLiteral("                        <td style=\"width:50px\"><button type=\"button\" class=\"btn btn-block btn-primary\" onclick=\"VoltarEditar()\">Voltar</button></td>\r\n");
                EndContext();
#line 71 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
            }
            else
            {
#line default
#line hidden
                BeginContext(3422, 144, true);
                WriteLiteral("                        <td style=\"width:50px\"><button type=\"button\" class=\"btn btn-block btn-primary\" onclick=\"Voltar()\">Voltar</button></td>\r\n");
                EndContext();
#line 75 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
            }

#line default
#line hidden
            BeginContext(3589, 79, true);
            WriteLiteral("                </tr>\r\n            </tbody>\r\n        </table>\r\n    </div>\r\n    ");
            EndContext();
            BeginContext(3668, 800, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f3a0775edb5f444c8a6982f996bfa73a", async() => {
                BeginContext(3674, 29, true);
                WriteLiteral("\r\n        <div>\r\n            ");
                EndContext();
                BeginContext(3703, 732, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "332d45f28a8246cb9e86c8fceae8015b", async() => {
                    BeginContext(4410, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
                __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 82 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = 10;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 83 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = ViewBag.CurrentPage;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 84 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = ViewBag.TotalItems;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 86 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.ShowFirstLast = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-show-first-last", __cloudscribe_Web_Pagination_PagerTagHelper.ShowFirstLast, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 87 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.SuppressEmptyNextPrev = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-suppress-empty-nextprev", __cloudscribe_Web_Pagination_PagerTagHelper.SuppressEmptyNextPrev, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 88 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Cadastro\IndexProdutor.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.SuppressInActiveFirstLast = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-suppress-inactive-firstlast", __cloudscribe_Web_Pagination_PagerTagHelper.SuppressInActiveFirstLast, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.FirstPageText = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __cloudscribe_Web_Pagination_PagerTagHelper.LastPageText = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4435, 26, true);
                WriteLiteral("\r\n\r\n        </div>\r\n\r\n    ");
                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);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4468, 518, true);
            WriteLiteral(@"

    <script>
        function CriarRegistro() {
            window.location.href = ""../Cadastro/RegistrarProdutores""
        }
        function Voltar() {
            window.location.href = ""../Home/Menu""
        }
        function ExcluirRegistro(id_conta) {
            window.location.href = ""../Cadastro/ExcluirRegistroProdutor/"" + id_conta;
        }
        function Editar(id_conta) {
            window.location.href = ""../Cadastro/RegistrarProdutores/"" + id_conta;
        }
    </script>

");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(176, 68, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "4fca9ef3af4f425ab97feb95e06e3027", 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();
            BeginContext(244, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 8 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"

            ViewData["Title"] = "Movimentação Abate";
            var NrBate = ViewBag.NrAbate.ToString();

            NrBate = NrBate.PadLeft(5, '0');
            var Empresa    = ViewBag.RegistroAbate.EMPRESA.ToString();
            var Quantidade = ViewBag.RegistroAbate.QUANTIDADE.ToString();
            Quantidade = Quantidade.PadLeft(4, '0');
            Validacoes.Codigo_Abate = ViewBag.NrAbate.ToString();

#line default
#line hidden
            BeginContext(619, 211, true);
            WriteLiteral("\r\n<style>\r\n    body {\r\n         background-color: #ffffff;;\r\n    }\r\n</style>\r\n<div class=\"container\" style=\"background-color:rgba(239,239,239,0.95); border-radius:10px; padding:20px;width:1100px;\">\r\n\r\n\r\n\r\n\r\n    ");
            EndContext();
            BeginContext(830, 565, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9b3b843a65d74199bfa2d2b33f5b760f", async() => {
                BeginContext(889, 134, true);
                WriteLiteral("\r\n        <h2>Meus Abates</h2>\r\n        <div class=\"form-group\">\r\n            <label font size=\"+2\" face=\"Verdana\">Nº ABATE          :");
                EndContext();
                BeginContext(1024, 6, false);
#line 32 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                Write(NrBate);

#line default
#line hidden
                EndContext();
                BeginContext(1030, 72, true);
                WriteLiteral("</label>\r\n            <label>    </label>\r\n            <label>EMPRESA  :");
                EndContext();
                BeginContext(1103, 7, false);
#line 34 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                Write(Empresa);

#line default
#line hidden
                EndContext();
                BeginContext(1110, 62, true);
                WriteLiteral("</label>\r\n            <br />\r\n            <label>FORNECEDOR  :");
                EndContext();
                BeginContext(1173, 32, false);
#line 36 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                Write(ViewBag.RegistroAbate.FORNECEDOR);

#line default
#line hidden
                EndContext();
                BeginContext(1205, 64, true);
                WriteLiteral("</label>\r\n            <br />\r\n            <label>QUANTIDADE    :");
                EndContext();
                BeginContext(1270, 10, false);
#line 38 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                Write(Quantidade);

#line default
#line hidden
                EndContext();
                BeginContext(1280, 51, true);
                WriteLiteral("</label>\r\n            <label>               DATA  :");
                EndContext();
                BeginContext(1332, 26, false);
#line 39 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                Write(ViewBag.RegistroAbate.DATA);

#line default
#line hidden
                EndContext();
                BeginContext(1358, 30, true);
                WriteLiteral("</label>\r\n        </div>\r\n    ");
                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);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Controller = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1395, 137, true);
            WriteLiteral("\r\n</div>\r\n<div class=\"container\" style=\"background-color:rgba(239,239,239,0.95); border-radius:10px; padding:20px;width:1100px;\">\r\n\r\n    ");
            EndContext();
            BeginContext(1532, 1880, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e808eba89aa34198a4455b1f77ec448f", async() => {
                BeginContext(1591, 304, true);
                WriteLiteral(@"
        <h3>Abates</h3>
        <table class=""table table-bordered"">
            <thead>
                <tr>
                    <th>CÓDIGO</th>
                    <th>TAG</th>
                    <th>PESO</th>
                    <th>DATA</th>
                </tr>
            </thead>

");
                EndContext();
#line 57 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                foreach (var item in (List <MovimentoModel>)ViewBag.ListaMovimentoAbate)
                {
#line default
#line hidden
                    BeginContext(2002, 59, true);
                    WriteLiteral("                    <tbody>\r\n                        <tr>\r\n");
                    EndContext();
#line 61 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"

                    if (@item.ID != 0)
                    {
#line default
#line hidden
                        BeginContext(2180, 59, true);
                        WriteLiteral("                                    <td style=\"width=50px\">");
                        EndContext();
                        BeginContext(2240, 18, false);
#line 64 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                        Write(item.ID.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2258, 66, true);
                        WriteLiteral("</td>\r\n                                    <td style=\"width=50px\">");
                        EndContext();
                        BeginContext(2325, 21, false);
#line 65 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                        Write(item.MARCA.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2346, 66, true);
                        WriteLiteral("</td>\r\n                                    <td style=\"width=50px\">");
                        EndContext();
                        BeginContext(2413, 22, false);
#line 66 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                        Write(item.MODELO.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2435, 66, true);
                        WriteLiteral("</td>\r\n                                    <td style=\"width=50px\">");
                        EndContext();
                        BeginContext(2502, 31, false);
#line 67 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                        Write(item.DATA_ANO_MODELO.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2533, 7, true);
                        WriteLiteral("</td>\r\n");
                        EndContext();
#line 68 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                    }


#line default
#line hidden
                    BeginContext(2606, 61, true);
                    WriteLiteral("                        </tr>\r\n                    </tbody>\r\n");
                    EndContext();
#line 72 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                }


#line default
#line hidden
                BeginContext(2701, 333, true);
                WriteLiteral(@"        </table>

        <div class=""container"" style=""background-color:rgba(239,239,239,0.95); border-radius:10px; padding:20px;width:1000px;"">
            <table class=""table table-bordered"" align=""center"" style=""width:500px;"">
                <tbody>
                    <tr>
                        <td style=""width:50px"">");
                EndContext();
                BeginContext(3034, 125, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a17b678c072346da87b8ca8631243b6b", async() => {
                    BeginContext(3141, 9, true);
                    WriteLiteral("Gerar PDF");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_FormActionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormActionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormActionTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
                __Microsoft_AspNetCore_Mvc_TagHelpers_FormActionTagHelper.Action = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3159, 246, true);
                WriteLiteral("</td>\r\n                        <td style=\"width:50px\"><button type=\"button\" class=\"btn btn-block btn-primary\" onclick=\"Voltar()\">Voltar</button></td>\r\n                    </tr>\r\n                </tbody>\r\n            </table>\r\n        </div>\r\n    ");
                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);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Controller = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(3412, 10, true);
            WriteLiteral("\r\n</div>\r\n");
            EndContext();
            BeginContext(3422, 735, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "472aa213eea04bccb3b327844bf537be", async() => {
                BeginContext(3428, 21, true);
                WriteLiteral("\r\n    <div>\r\n        ");
                EndContext();
                BeginContext(3449, 685, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "aa7f1e4a4505447e9fb36d713ba64c68", async() => {
                    BeginContext(4113, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                }
                                                                            );
                __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
                __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 90 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = 5;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 91 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = ViewBag.CurrentPage;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 92 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = ViewBag.TotalItems;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 94 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.ShowFirstLast = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-show-first-last", __cloudscribe_Web_Pagination_PagerTagHelper.ShowFirstLast, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 95 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.SuppressEmptyNextPrev = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-suppress-empty-nextprev", __cloudscribe_Web_Pagination_PagerTagHelper.SuppressEmptyNextPrev, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 96 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\PesquisarMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.SuppressInActiveFirstLast = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-suppress-inactive-firstlast", __cloudscribe_Web_Pagination_PagerTagHelper.SuppressInActiveFirstLast, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.FirstPageText = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                __cloudscribe_Web_Pagination_PagerTagHelper.LastPageText = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_12.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_13.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_14.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4134, 16, true);
                WriteLiteral("\r\n\r\n    </div>\r\n");
                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);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4157, 196, true);
            WriteLiteral("\r\n\r\n<script>\r\n\r\n    function Voltar() {\r\n        window.location.href = \"../IndexMovimento\"\r\n    }\r\n    function NovaAba() {\r\n        Window.location.href = \"../Home/Menu\";\r\n    }\r\n</script>\r\n\r\n<s");
            EndContext();
        }
예제 #5
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(32, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 3 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"

            ViewData["Title"] = "مدیریت کاربران";

#line default
#line hidden
            BeginContext(84, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(86, 109, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "700690d620743b8284eca808f12de4422e32c81911754", async() => {
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_0.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 7 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = new SearchUsersViewModel();

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, 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(195, 4, true);
            WriteLiteral("\r\n\r\n");
            EndContext();
#line 9 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
            if (Model.Users.Any())
            {
                foreach (var user in Model.Users)
                {
#line default
#line hidden
                    BeginContext(273, 8, true);
                    WriteLiteral("        ");
                    EndContext();
                    BeginContext(281, 289, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("div", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "700690d620743b8284eca808f12de4422e32c81913764", async() => {
                        BeginContext(309, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(323, 231, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "700690d620743b8284eca808f12de4422e32c81914159", async() => {
                        }
                                                                                    );
                        __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                        __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                        __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
#line 15 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
                        __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = new UserCardItemViewModel {
                            User = user, ShowAdminParts = true, Roles = Model.Roles, ActiveTab = UserCardItemActiveTab.UserInfo
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, 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(554, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Internship_Web_Areas_Identity_TagHelpers_VisibilityTagHelper = CreateTagHelper <global::Internship.Web.Areas.Identity.TagHelpers.VisibilityTagHelper>();
                    __tagHelperExecutionContext.Add(__Internship_Web_Areas_Identity_TagHelpers_VisibilityTagHelper);
                    BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "id", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    AddHtmlAttributeValue("", 290, "usercard-", 290, 9, true);
#line 13 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
                    AddHtmlAttributeValue("", 299, user.Id, 299, 8, 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(570, 2, true);
                    WriteLiteral("\r\n");
                    EndContext();
#line 17 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
                }
            }
            else
            {
#line default
#line hidden
                BeginContext(591, 4, true);
                WriteLiteral("    ");
                EndContext();
                BeginContext(595, 55, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("div", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "700690d620743b8284eca808f12de4422e32c81917605", async() => {
                    BeginContext(628, 16, true);
                    WriteLiteral("کاربری یافت نشد.");
                    EndContext();
                }
                                                                            );
                __Internship_Web_Areas_Identity_TagHelpers_VisibilityTagHelper = CreateTagHelper <global::Internship.Web.Areas.Identity.TagHelpers.VisibilityTagHelper>();
                __tagHelperExecutionContext.Add(__Internship_Web_Areas_Identity_TagHelpers_VisibilityTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(650, 2, true);
                WriteLiteral("\r\n");
                EndContext();
#line 22 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
            }

#line default
#line hidden
            BeginContext(655, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(657, 1107, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("div", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "700690d620743b8284eca808f12de4422e32c81919134", async() => {
                BeginContext(662, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(668, 1088, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "700690d620743b8284eca808f12de4422e32c81919521", async() => {
                }
                                                                            );
                __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
                __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 25 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.Paging.ItemsPerPage;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 26 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.Paging.CurrentPage;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 27 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.Paging.TotalItems;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __cloudscribe_Web_Pagination_PagerTagHelper.AjaxTarget = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                if (__cloudscribe_Web_Pagination_PagerTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-pagesize", "cloudscribe.Web.Pagination.PagerTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 32 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
                WriteLiteral(Model.Paging.ItemsPerPage);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pagesize"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pagesize"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 33 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.ShowFirstLast = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-show-first-last", __cloudscribe_Web_Pagination_PagerTagHelper.ShowFirstLast, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 34 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.SuppressEmptyNextPrev = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-suppress-empty-nextprev", __cloudscribe_Web_Pagination_PagerTagHelper.SuppressEmptyNextPrev, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 35 "I:\02\NewInternship\Internship.Web\Areas\Identity\Views\UsersManager\_UsersList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.SuppressInActiveFirstLast = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-suppress-inactive-firstlast", __cloudscribe_Web_Pagination_PagerTagHelper.SuppressInActiveFirstLast, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.FirstPageText = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __cloudscribe_Web_Pagination_PagerTagHelper.LastPageText = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                __cloudscribe_Web_Pagination_PagerTagHelper.UlCssClass = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiOtherCssClass = (string)__tagHelperAttribute_13.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_14);
                __cloudscribe_Web_Pagination_PagerTagHelper.LinkCurrentCssClass = (string)__tagHelperAttribute_15.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_15);
                __cloudscribe_Web_Pagination_PagerTagHelper.LinkOtherCssClass = (string)__tagHelperAttribute_16.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_16);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1756, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                                                                        );
            __Internship_Web_Areas_Identity_TagHelpers_VisibilityTagHelper = CreateTagHelper <global::Internship.Web.Areas.Identity.TagHelpers.VisibilityTagHelper>();
            __tagHelperExecutionContext.Add(__Internship_Web_Areas_Identity_TagHelpers_VisibilityTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
        }
예제 #6
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"

            ViewData["Title"] = Localizer["Wish List"];

#line default
#line hidden
            BeginContext(161, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("head", async() => {
                BeginContext(177, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(182, 95, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "1602bd57c98f83bcb3c68c6c739331197f6247347993", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 9 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(277, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(280, 68, true);
            WriteLiteral("\n<div class=\"row\">\n    <div class=\"wishlist col-md-12\">\n        <h2>");
            EndContext();
            BeginContext(349, 22, false);
#line 14 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
            Write(Localizer["Wish List"]);

#line default
#line hidden
            EndContext();
            BeginContext(371, 21, true);
            WriteLiteral("</h2>\n        <hr />\n");
            EndContext();
#line 16 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
            if (Model.Items.TotalItems > 0)
            {
                foreach (var item in Model.Items.Data)
                {
#line default
#line hidden
                    BeginContext(508, 110, true);
                    WriteLiteral("                <div class=\"row item\">\n                    <div class=\"col-md-4\">\n                        <img");
                    EndContext();
                    BeginWriteAttribute("alt", " alt=\"", 618, "\"", 641, 1);
#line 22 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                    WriteAttributeValue("", 624, item.ProductName, 624, 17, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(642, 18, true);
                    WriteLiteral(" class=\"img-fluid\"");
                    EndContext();
                    BeginWriteAttribute("src", " src=\"", 660, "\"", 684, 1);
#line 22 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                    WriteAttributeValue("", 666, item.ProductImage, 666, 18, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(685, 100, true);
                    WriteLiteral(">\n                    </div>\n                    <div class=\"col-md-8\">\n                        <h4>");
                    EndContext();
                    BeginContext(786, 16, false);
#line 25 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                    Write(item.ProductName);

#line default
#line hidden
                    EndContext();
                    BeginContext(802, 33, true);
                    WriteLiteral("</h4>\n                        <p>");
                    EndContext();
                    BeginContext(836, 16, false);
#line 26 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                    Write(item.Description);

#line default
#line hidden
                    EndContext();
                    BeginContext(852, 29, true);
                    WriteLiteral("</p>\n                        ");
                    EndContext();
                    BeginContext(881, 519, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1602bd57c98f83bcb3c68c6c739331197f62473413131", async() => {
                        BeginContext(887, 32, true);
                        WriteLiteral("\n                            <p>");
                        EndContext();
                        BeginContext(920, 21, false);
#line 28 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        Write(Localizer["Quantity"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(941, 2, true);
                        WriteLiteral(": ");
                        EndContext();
                        BeginContext(944, 13, false);
#line 28 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        Write(item.Quantity);

#line default
#line hidden
                        EndContext();
                        BeginContext(957, 67, true);
                        WriteLiteral("</p>\n                            <input type=\"hidden\" name=\"itemId\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 1024, "\"", 1040, 1);
#line 29 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        WriteAttributeValue("", 1032, item.Id, 1032, 8, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(1041, 69, true);
                        WriteLiteral(" />\n                            <input type=\"hidden\" name=\"productId\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 1110, "\"", 1133, 1);
#line 30 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        WriteAttributeValue("", 1118, item.ProductId, 1118, 15, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(1134, 91, true);
                        WriteLiteral(" />\n                            <input type=\"hidden\" name=\"quantity\" class=\"quantity-field\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 1225, "\"", 1247, 1);
#line 31 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        WriteAttributeValue("", 1233, item.Quantity, 1233, 14, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(1248, 86, true);
                        WriteLiteral(" />\n                            <button type=\"button\" class=\"btn btn-lg btn-add-cart\">");
                        EndContext();
                        BeginContext(1335, 24, false);
#line 32 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        Write(Localizer["Add to cart"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(1359, 34, true);
                        WriteLiteral("</button>\n                        ");
                        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);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1400, 51, true);
                    WriteLiteral("\n                    </div>\n                </div>\n");
                    EndContext();
#line 36 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                }

#line default
#line hidden
                BeginContext(1465, 34, true);
                WriteLiteral("            <div>\n                ");
                EndContext();
                BeginContext(1499, 839, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1602bd57c98f83bcb3c68c6c739331197f62473418083", async() => {
                }
                                                                            );
                __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
                __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 38 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.Items.PageSize;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 39 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.Items.PageNumber;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 40 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.Items.TotalItems;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                if (__cloudscribe_Web_Pagination_PagerTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "cloudscribe.Web.Pagination.PagerTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 44 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                WriteLiteral(Model.SharingCode);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["id"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-id", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["id"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                BeginWriteTagHelperAttribute();
#line 45 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                WriteLiteral(Model.Items.PageSize);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-pageSize", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiOtherCssClass = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __cloudscribe_Web_Pagination_PagerTagHelper.LinkCurrentCssClass = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                __cloudscribe_Web_Pagination_PagerTagHelper.LinkOtherCssClass = (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(2338, 20, true);
                WriteLiteral("\n            </div>\n");
                EndContext();
#line 52 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
            }
            else
            {
#line default
#line hidden
                BeginContext(2391, 15, true);
                WriteLiteral("            <p>");
                EndContext();
                BeginContext(2407, 59, false);
#line 55 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                Write(Localizer["There are currently no items in the wish list."]);

#line default
#line hidden
                EndContext();
                BeginContext(2466, 5, true);
                WriteLiteral("</p>\n");
                EndContext();
#line 56 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
            }

#line default
#line hidden
            BeginContext(2481, 17, true);
            WriteLiteral("    </div>\n</div>");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(97, 1, true);
            WriteLiteral("\n");
            EndContext();
            BeginContext(171, 1, true);
            WriteLiteral("\n");
            EndContext();
#line 6 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"

            ViewBag.Title = Localizer["Comments for {0}", Model.EntityName];

#line default
#line hidden
            BeginContext(246, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("additionalMeta", async() => {
                BeginContext(272, 23, true);
                WriteLiteral("\n    <meta name=\"title\"");
                EndContext();
                BeginWriteAttribute("content", " content=\"", 295, "\"", 319, 1);
#line 11 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                WriteAttributeValue("", 305, ViewBag.Title, 305, 14, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(320, 4, true);
                WriteLiteral(" />\n");
                EndContext();
            }
                          );
            BeginContext(326, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("head", async() => {
                BeginContext(341, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(346, 88, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee610358", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 15 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(434, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(437, 107, true);
            WriteLiteral("\n<nav aria-label=\"breadcrumb\">\n    <ol class=\"breadcrumb\">\n        <li class=\"breadcrumb-item\"><a href=\"/\">");
            EndContext();
            BeginContext(545, 17, false);
#line 20 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            Write(Localizer["Home"]);

#line default
#line hidden
            EndContext();
            BeginContext(562, 48, true);
            WriteLiteral("</a></li>\n        <li class=\"breadcrumb-item\"><a");
            EndContext();
            BeginWriteAttribute("href", " href=\"", 610, "\"", 635, 2);
            WriteAttributeValue("", 617, "/", 617, 1, true);
#line 21 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            WriteAttributeValue("", 618, Model.EntitySlug, 618, 17, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(636, 1, true);
            WriteLiteral(">");
            EndContext();
            BeginContext(638, 16, false);
#line 21 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            Write(Model.EntityName);

#line default
#line hidden
            EndContext();
            BeginContext(654, 73, true);
            WriteLiteral("</a></li>\n        <li class=\"breadcrumb-item active\" aria-current=\"page\">");
            EndContext();
            BeginContext(728, 30, false);
#line 22 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            Write(Localizer["Customer Comments"]);

#line default
#line hidden
            EndContext();
            BeginContext(758, 49, true);
            WriteLiteral("</li>\n    </ol>\n</nav>\n\n<div>\n    <h1 class=\"\"><a");
            EndContext();
            BeginWriteAttribute("href", " href=\"", 807, "\"", 832, 2);
            WriteAttributeValue("", 814, "/", 814, 1, true);
#line 27 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            WriteAttributeValue("", 815, Model.EntitySlug, 815, 17, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(833, 1, true);
            WriteLiteral(">");
            EndContext();
            BeginContext(835, 16, false);
#line 27 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            Write(Model.EntityName);

#line default
#line hidden
            EndContext();
            BeginContext(851, 18, true);
            WriteLiteral("</a></h1>\n    <h3>");
            EndContext();
            BeginContext(870, 30, false);
#line 28 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            Write(Localizer["Customer comments"]);

#line default
#line hidden
            EndContext();
            BeginContext(900, 61, true);
            WriteLiteral("</h3>\n\n    <div class=\"container\">\n        <div class=\"row\">\n");
            EndContext();
#line 32 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            if (Model.CommentsCount > 0)
            {
#line default
#line hidden
                BeginContext(1017, 156, true);
                WriteLiteral("                <div class=\"col-md-5\">\n                    <div class=\"row\">\n                        <div class=\"col-md-5\">\n                            <p>(");
                EndContext();
                BeginContext(1174, 19, false);
#line 37 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                Write(Model.CommentsCount);

#line default
#line hidden
                EndContext();
                BeginContext(1193, 1, true);
                WriteLiteral(" ");
                EndContext();
                BeginContext(1195, 21, false);
#line 37 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                Write(Localizer["comments"]);

#line default
#line hidden
                EndContext();
                BeginContext(1216, 165, true);
                WriteLiteral(")</p>\n                        </div>\n                        <div class=\"col-md-7\">\n                        </div>\n                    </div>\n                </div>\n");
                EndContext();
#line 43 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            }

#line default
#line hidden
            BeginContext(1395, 93, true);
            WriteLiteral("            <div class=\"col-md-7\">\n                <div id=\"addcomment\">\n                    ");
            EndContext();
            BeginContext(1488, 155, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee617947", async() => {
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 46 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = new CommentForm {
                EntityTypeId = Model.EntityTypeId, EntityId = Model.EntityId
            };

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, 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(1643, 112, true);
            WriteLiteral("\n                </div>\n            </div>\n        </div>\n        <div id=\"comments\" class=\"comment-item-list\">\n");
            EndContext();
#line 51 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            if (Model.CommentsCount > 0)
            {
                foreach (var comment in Model.Items.Data)
                {
#line default
#line hidden
                    BeginContext(1887, 87, true);
                    WriteLiteral("                    <div>\n                        <div>\n                            <p>");
                    EndContext();
                    BeginContext(1975, 19, false);
#line 57 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    Write(comment.CommentText);

#line default
#line hidden
                    EndContext();
                    BeginContext(1994, 48, true);
                    WriteLiteral("</p>\n                            <p>By: <strong>");
                    EndContext();
                    BeginContext(2043, 21, false);
#line 58 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    Write(comment.CommenterName);

#line default
#line hidden
                    EndContext();
                    BeginContext(2064, 19, true);
                    WriteLiteral("</strong> on <span>");
                    EndContext();
                    BeginContext(2084, 17, false);
#line 58 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    Write(comment.CreatedOn);

#line default
#line hidden
                    EndContext();
                    BeginContext(2101, 43, true);
                    WriteLiteral("</span></p>\n                        </div>\n");
                    EndContext();
#line 60 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    if (comment.Replies.Count > 0)
                    {
#line default
#line hidden
                        BeginContext(2227, 101, true);
                        WriteLiteral("                             <button class=\"btn-review-replies btn-view-review-replies btn btn-link\">");
                        EndContext();
                        BeginContext(2329, 25, false);
#line 62 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                        Write(Localizer["View Replies"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(2354, 144, true);
                        WriteLiteral("<i class=\"arrow-down\"></i></button>\n                             <button class=\"btn-review-replies btn-hide-review-replies btn btn-link d-none\">");
                        EndContext();
                        BeginContext(2499, 25, false);
#line 63 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                        Write(Localizer["Hide Replies"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(2524, 98, true);
                        WriteLiteral("<i class=\"arrow-up\"></i></button>\n                             <ul class=\"review-replies d-none\">\n");
                        EndContext();
#line 65 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                        foreach (var reply in comment.Replies)
                        {
#line default
#line hidden
                            BeginContext(2730, 107, true);
                            WriteLiteral("                                     <li class=\"review-reply\">\n                                         <p>");
                            EndContext();
                            BeginContext(2838, 17, false);
#line 68 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                            Write(reply.CommentText);

#line default
#line hidden
                            EndContext();
                            BeginContext(2855, 61, true);
                            WriteLiteral("</p>\n                                         <p>By: <strong>");
                            EndContext();
                            BeginContext(2917, 19, false);
#line 69 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                            Write(reply.CommenterName);

#line default
#line hidden
                            EndContext();
                            BeginContext(2936, 19, true);
                            WriteLiteral("</strong> on <span>");
                            EndContext();
                            BeginContext(2956, 15, false);
#line 69 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                            Write(reply.CreatedOn);

#line default
#line hidden
                            EndContext();
                            BeginContext(2971, 55, true);
                            WriteLiteral("</span></p>\n                                     </li>\n");
                            EndContext();
#line 71 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                        }

#line default
#line hidden
                        BeginContext(3061, 35, true);
                        WriteLiteral("                             </ul>\n");
                        EndContext();
#line 73 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    }

#line default
#line hidden
                    BeginContext(3123, 108, true);
                    WriteLiteral("                        <div>\n                            <button class=\"btn-add-review-reply btn btn-link\">");
                    EndContext();
                    BeginContext(3232, 22, false);
#line 75 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    Write(Localizer["Add Reply"]);

#line default
#line hidden
                    EndContext();
                    BeginContext(3254, 108, true);
                    WriteLiteral("</button>\n                            <div class=\"add-review-reply d-none\">\n                                ");
                    EndContext();
                    BeginContext(3362, 178, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee626580", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_3.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 77 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = new CommentForm {
                        ParentId = comment.Id, EntityTypeId = Model.EntityTypeId, EntityId = Model.EntityId
                    };

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, 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(3540, 94, true);
                    WriteLiteral("\n                            </div>\n                        </div>\n                    </div>\n");
                    EndContext();
#line 81 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                }
            }

#line default
#line hidden
            BeginContext(3666, 41, true);
            WriteLiteral("        </div>\n        <div>\n            ");
            EndContext();
            BeginContext(3707, 854, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee628821", async() => {
            }
                                                                        );
            __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
            __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 85 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.Items.PageSize;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 86 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.Items.PageNumber;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 87 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.Items.TotalItems;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_5.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
            __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
            if (__cloudscribe_Web_Pagination_PagerTagHelper.RouteValues == null)
            {
                throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-entityId", "cloudscribe.Web.Pagination.PagerTagHelper", "RouteValues"));
            }
            BeginWriteTagHelperAttribute();
#line 91 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            WriteLiteral(Model.EntityId);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["entityId"] = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-entityId", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["entityId"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            BeginWriteTagHelperAttribute();
#line 92 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            WriteLiteral(Model.EntityTypeId);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["entityTypeId"] = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-entityTypeId", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["entityTypeId"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            BeginWriteTagHelperAttribute();
#line 93 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            WriteLiteral(Model.Items.PageSize);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"] = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-pageSize", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_7.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiOtherCssClass = (string)__tagHelperAttribute_8.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_9.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
            __cloudscribe_Web_Pagination_PagerTagHelper.LinkCurrentCssClass = (string)__tagHelperAttribute_10.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
            __cloudscribe_Web_Pagination_PagerTagHelper.LinkOtherCssClass = (string)__tagHelperAttribute_11.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4561, 35, true);
            WriteLiteral("\n        </div>\n    </div>\n</div>\n\n");
            EndContext();
            DefineSection("scripts", async() => {
                BeginContext(4614, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(4619, 44, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee635484", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_12.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4663, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(4668, 78, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee636802", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 105 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_13);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4746, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(0, 6, true);
            WriteLiteral("\r\n    ");
            EndContext();
            BeginContext(6, 735, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "85acd939bf554d19b9cea0fae6c9c2c8", async() => {
            }
                                                                        );
            __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
            __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 2 "D:\Visual Studio projects\MovieInfo\Views\Shared\_PaginationPartial.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = (int)Model.PageNumber;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 3 "D:\Visual Studio projects\MovieInfo\Views\Shared\_PaginationPartial.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = (int)Model.TotalItems;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 4 "D:\Visual Studio projects\MovieInfo\Views\Shared\_PaginationPartial.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.PageSize;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_0.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
            if (__cloudscribe_Web_Pagination_PagerTagHelper.RouteValues == null)
            {
                throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-searchString", "cloudscribe.Web.Pagination.PagerTagHelper", "RouteValues"));
            }
            BeginWriteTagHelperAttribute();
#line 6 "D:\Visual Studio projects\MovieInfo\Views\Shared\_PaginationPartial.cshtml"
            WriteLiteral(ViewBag.CurrentFilter);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["searchString"] = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-searchString", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["searchString"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            BeginWriteTagHelperAttribute();
#line 7 "D:\Visual Studio projects\MovieInfo\Views\Shared\_PaginationPartial.cshtml"
            WriteLiteral(ViewBag.CurrentSortOrder);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["sortOrder"] = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-sortOrder", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["sortOrder"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            BeginWriteTagHelperAttribute();
#line 8 "D:\Visual Studio projects\MovieInfo\Views\Shared\_PaginationPartial.cshtml"
            WriteLiteral(ViewData["Controller"]);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.Controller = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-controller", __cloudscribe_Web_Pagination_PagerTagHelper.Controller, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            BeginWriteTagHelperAttribute();
#line 9 "D:\Visual Studio projects\MovieInfo\Views\Shared\_PaginationPartial.cshtml"
            WriteLiteral(ViewData["Action"]);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.Action = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-action", __cloudscribe_Web_Pagination_PagerTagHelper.Action, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_1.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiOtherCssClass = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __cloudscribe_Web_Pagination_PagerTagHelper.LinkCurrentCssClass = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            __cloudscribe_Web_Pagination_PagerTagHelper.LinkOtherCssClass = (string)__tagHelperAttribute_5.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"

            ViewBag.Title = Model.BrandName;

#line default
#line hidden
            BeginContext(119, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("head", async() => {
                BeginContext(135, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(140, 107, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed8766", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 7 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(247, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(250, 79, true);
            WriteLiteral("\n<div class=\"row\">\n    <div class=\"col-md-3 product-list-filters\">\n        <h3>");
            EndContext();
            BeginContext(330, 22, false);
#line 12 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            Write(Localizer["Filter by"]);

#line default
#line hidden
            EndContext();
            BeginContext(352, 14, true);
            WriteLiteral("</h3>\n        ");
            EndContext();
            BeginContext(366, 3137, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed11521", async() => {
                BeginContext(453, 358, true);
                WriteLiteral(@"
            <div id=""accordion-category"">
                <div class=""card"">
                    <div class=""card-header"" id=""cardHeaderCategory"">
                        <h5 class=""mb-0"">
                            <a data-toggle=""collapse"" href=""#collapse-category"" aria-expanded=""true"" aria-controls=""collapse-category"">
                                ");
                EndContext();
                BeginContext(812, 21, false);
#line 19 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write(Localizer["Category"]);

#line default
#line hidden
                EndContext();
                BeginContext(833, 415, true);
                WriteLiteral(@"
                                <i class=""fa fa-angle-down""></i>
                            </a>
                        </h5>
                    </div>
                    <div id=""collapse-category"" class=""collapse show"" aria-labelledby=""cardHeaderCategory"" data-parent=""#accordion-category"">
                        <div class=""card-body"">
                            <ul class=""list-unstyled checkbox-list"">
");
                EndContext();
#line 27 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                foreach (var category in Model.FilterOption.Categories)
                {
#line default
#line hidden
                    BeginContext(1371, 172, true);
                    WriteLiteral("                                    <li>\n                                        <label class=\"checkbox\">\n                                            <input type=\"checkbox\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1543, "\"", 1565, 1);
#line 31 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    WriteAttributeValue("", 1551, category.Slug, 1551, 14, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1566, 16, true);
                    WriteLiteral(" name=\"category\"");
                    EndContext();
                    BeginWriteAttribute("checked", " checked=\"", 1582, "\"", 1658, 1);
#line 31 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    WriteAttributeValue("", 1592, Model.CurrentSearchOption.GetCategories().Contains(category.Slug), 1592, 66, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1659, 46, true);
                    WriteLiteral(">\n                                            ");
                    EndContext();
                    BeginContext(1706, 13, false);
#line 32 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    Write(category.Name);

#line default
#line hidden
                    EndContext();
                    BeginContext(1719, 53, true);
                    WriteLiteral("\n                                            <small>(");
                    EndContext();
                    BeginContext(1773, 14, false);
#line 33 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    Write(category.Count);

#line default
#line hidden
                    EndContext();
                    BeginContext(1787, 101, true);
                    WriteLiteral(")</small>\n                                        </label>\n                                    </li>\n");
                    EndContext();
#line 36 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                }

#line default
#line hidden
                BeginContext(1922, 134, true);
                WriteLiteral("                            </ul>\n                        </div>\n                    </div>\n                </div>\n            </div>\n");
                EndContext();
#line 42 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                if (Model.FilterOption.Price.MaxPrice != Model.FilterOption.Price.MinPrice)
                {
#line default
#line hidden
                    BeginContext(2147, 358, true);
                    WriteLiteral(@"            <div id=""accordion-price"" class=""mt-4"">
                <div class=""card"">
                    <div class=""card-header"" id=""cardHeaderPrice"">
                        <h5 class=""mb-0"">
                            <a data-toggle=""collapse"" href=""#collapse-price"" aria-expanded=""true"" aria-controls=""collapse-price"">
                                ");
                    EndContext();
                    BeginContext(2506, 18, false);
#line 48 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    Write(Localizer["Price"]);

#line default
#line hidden
                    EndContext();
                    BeginContext(2524, 500, true);
                    WriteLiteral(@"
                                <i class=""fa fa-angle-down""></i>
                            </a>
                        </h5>
                    </div>
                    <div id=""collapse-price"" class=""collapse show"" aria-labelledby=""cardHeaderPrice"" data-parent=""#accordion-price"">
                        <div class=""card-body"">
                            <div id=""priceSlider""></div>
                            <div>
                                <input type=""hidden"" id=""originMinPrice""");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 3024, "\"", 3081, 1);
#line 57 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    WriteAttributeValue("", 3032, Model.FilterOption.Price.MinPrice.ToString("F0"), 3032, 49, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(3082, 75, true);
                    WriteLiteral("/>\n                                <input type=\"hidden\" id=\"originMaxPrice\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 3157, "\"", 3214, 1);
#line 58 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    WriteAttributeValue("", 3165, Model.FilterOption.Price.MaxPrice.ToString("F0"), 3165, 49, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(3215, 259, true);
                    WriteLiteral(@" />
                                <span id=""minPrice""></span>
                                <span id=""maxPrice""></span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
");
                    EndContext();
#line 66 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                }

#line default
#line hidden
                BeginContext(3488, 8, true);
                WriteLiteral("        ");
                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);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "action", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            AddHtmlAttributeValue("", 433, "~/", 433, 2, true);
#line 13 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            AddHtmlAttributeValue("", 435, Model.BrandSlug, 435, 16, 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(3503, 141, true);
            WriteLiteral("\n    </div>\n    <div class=\"col-md-9\">\n        <div class=\"row mb-3\">\n            <div class=\"col-sm-6 category-result\">\n                <h2>");
            EndContext();
            BeginContext(3645, 15, false);
#line 72 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            Write(Model.BrandName);

#line default
#line hidden
            EndContext();
            BeginContext(3660, 51, true);
            WriteLiteral("</h2>\n                <small class=\"badge-results\">");
            EndContext();
            BeginContext(3712, 18, false);
#line 73 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            Write(Model.TotalProduct);

#line default
#line hidden
            EndContext();
            BeginContext(3730, 1, true);
            WriteLiteral(" ");
            EndContext();
            BeginContext(3732, 20, false);
#line 73 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            Write(Localizer["results"]);

#line default
#line hidden
            EndContext();
            BeginContext(3752, 216, true);
            WriteLiteral("</small>\n            </div>\n            <div class=\"col-sm-6\">\n                <ul class=\"list-inline clear-both product-list-display-options\">\n                    <li class=\"sort-by\">\n                        <label>");
            EndContext();
            BeginContext(3969, 21, false);
#line 78 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            Write(Localizer["Sort by:"]);

#line default
#line hidden
            EndContext();
            BeginContext(3990, 85, true);
            WriteLiteral("</label>\n                        <div class=\"btn-group\">\n                            ");
            EndContext();
            BeginContext(4075, 112, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("select", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed23987", async() => {
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper);
#line 80 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.CurrentSearchOption.Sort);

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 80 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.Items = Model.AvailableSortOptions;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-items", __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.Items, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4187, 58, true);
            WriteLiteral("\n                        </div>\n                    </li>\n");
            EndContext();
            BeginContext(4948, 95, true);
            WriteLiteral("                </ul>\n            </div>\n        </div>\n        <div class=\"row product-list\">\n");
            EndContext();
#line 100 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            foreach (var product in Model.Products)
            {
#line default
#line hidden
                BeginContext(5110, 68, true);
                WriteLiteral("                <div class=\"col-xs-6 col-md-4\">\n                    ");
                EndContext();
                BeginContext(5178, 52, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed26825", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 103 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = product;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, 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(5230, 24, true);
                WriteLiteral("\n                </div>\n");
                EndContext();
#line 105 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            }

#line default
#line hidden
            BeginContext(5268, 104, true);
            WriteLiteral("        </div>\n        <div class=\"row\">\n            <div class=\"col-md-12 text-right\">\n                ");
            EndContext();
            BeginContext(5372, 430, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed28957", async() => {
            }
                                                                        );
            __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
            __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 109 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.CurrentSearchOption.PageSize;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 110 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.CurrentSearchOption.Page;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 111 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.TotalProduct;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_7.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
            BeginWriteTagHelperAttribute();
            WriteLiteral("~/");
#line 113 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            WriteLiteral(Model.BrandSlug);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.BaseHref = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-basehref", __cloudscribe_Web_Pagination_PagerTagHelper.BaseHref, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 114 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues = Model.CurrentSearchOption.ToDictionary();

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-all-route-data", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues, 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(5802, 54, true);
            WriteLiteral("\n            </div>\n        </div>\n    </div>\n</div>\n\n");
            EndContext();
            DefineSection("scripts", async() => {
                BeginContext(5874, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(5879, 72, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed33073", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 121 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(5951, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(5956, 97, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed35158", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 122 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_9);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(6053, 91, true);
                WriteLiteral("\n\n    <script>\n        var productFilter = {};\n        productFilter.currentSearchOption = ");
                EndContext();
                BeginContext(6145, 44, false);
#line 126 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write(Html.Raw(Model.CurrentSearchOption.ToJson()));

#line default
#line hidden
                EndContext();
                BeginContext(6189, 58, true);
                WriteLiteral(";\n        productFilter.priceSetting = {\n            min: ");
                EndContext();
                BeginContext(6248, 48, false);
#line 128 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write(Model.FilterOption.Price.MinPrice.ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(6296, 19, true);
                WriteLiteral(",\n            max: ");
                EndContext();
                BeginContext(6316, 48, false);
#line 129 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write(Model.FilterOption.Price.MaxPrice.ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(6364, 26, true);
                WriteLiteral(",\n            currentMin: ");
                EndContext();
                BeginContext(6392, 88, false);
#line 130 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write((Model.CurrentSearchOption.MinPrice ?? Model.FilterOption.Price.MinPrice).ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(6481, 26, true);
                WriteLiteral(",\n            currentMax: ");
                EndContext();
                BeginContext(6509, 88, false);
#line 131 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write((Model.CurrentSearchOption.MaxPrice ?? Model.FilterOption.Price.MaxPrice).ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(6598, 30, true);
                WriteLiteral("\n        };\n    </script>\n    ");
                EndContext();
                BeginContext(6628, 87, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed39789", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 134 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(6715, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(0, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(46, 4, true);
            WriteLiteral("\r\n\r\n");
            EndContext();
#line 5 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"

            ViewData["Title"] = "Index";

#line default
#line hidden
            BeginContext(91, 6, true);
            WriteLiteral("\r\n\r\n\r\n");
            EndContext();
            BeginContext(97, 1633, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "20dc90282b8e4df6bcb4159f0200724a", async() => {
                BeginContext(136, 541, true);
                WriteLiteral(@"
    <script src=""https://kit.fontawesome.com/612893f2a3.js"" crossorigin=""anonymous""></script>
    <div>
        <p>

            <hr> <label style=""color:darkgreen"">Search SYMBOL : </label>
            <input type=""text"" name=""searchValue"" value="""" style=""border-color:black"" />
            <input type=""Submit"" value=""Search"" style=""color:#000000"" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

            <select class=""form-control-static"" id=""scannerName"" name=""scannerName"" style=""border-color:black"" >
                ");
                EndContext();
                BeginContext(677, 41, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "483a9a3e278c472ab320ae0299dd597d", async() => {
                    BeginContext(694, 15, true);
                    WriteLiteral("SELECT SCANNERS");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = (string)__tagHelperAttribute_0.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(718, 18, true);
                WriteLiteral("\r\n                ");
                EndContext();
                BeginContext(736, 37, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "427b5f61d9d04f2c8b1a68f8c9cb7936", async() => {
                    BeginContext(754, 10, true);
                    WriteLiteral("52WeekHigh");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(773, 18, true);
                WriteLiteral("\r\n                ");
                EndContext();
                BeginContext(791, 36, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "23e4df84c3b340f9a12ce11c22210f8c", async() => {
                    BeginContext(809, 9, true);
                    WriteLiteral("52WeekLow");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(827, 18, true);
                WriteLiteral("\r\n                ");
                EndContext();
                BeginContext(845, 35, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "808706ef0b2b48208a7e9b25e1c4ee91", async() => {
                    BeginContext(863, 8, true);
                    WriteLiteral("Momentum");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(880, 18, true);
                WriteLiteral("\r\n                ");
                EndContext();
                BeginContext(898, 38, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "993ba76c811944c4a1dc260743003acb", async() => {
                    BeginContext(916, 11, true);
                    WriteLiteral("Top Gainers");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(936, 18, true);
                WriteLiteral("\r\n                ");
                EndContext();
                BeginContext(954, 38, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f5d95c5afe1b480f82eb0a4b1a998f91", async() => {
                    BeginContext(972, 11, true);
                    WriteLiteral("Top Loosers");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(992, 315, true);
                WriteLiteral(@"
            </select>
            <input type=""Submit"" value=""Search"" style=""color:#000000"" />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           
            

            <select class=""form-control-static"" id=""watchlist"" name=""watchlist"" style=""border-color:black"">
                ");
                EndContext();
                BeginContext(1307, 42, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "daf2741d89fa429aa9ccb39387c9095d", async() => {
                    BeginContext(1324, 16, true);
                    WriteLiteral("SELECT Watchlist");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = (string)__tagHelperAttribute_0.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1349, 18, true);
                WriteLiteral("\r\n                ");
                EndContext();
                BeginContext(1367, 28, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4dae3f5ef745477aad8bfad4f1ced0a4", async() => {
                    BeginContext(1384, 2, true);
                    WriteLiteral("IT");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = (string)__tagHelperAttribute_0.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1395, 18, true);
                WriteLiteral("\r\n                ");
                EndContext();
                BeginContext(1413, 32, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "25e50685c2e640a7b3fb3a3f4a21c577", async() => {
                    BeginContext(1430, 6, true);
                    WriteLiteral("Pharma");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = (string)__tagHelperAttribute_0.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1445, 18, true);
                WriteLiteral("\r\n                ");
                EndContext();
                BeginContext(1463, 36, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a06fa511ed2944af9f048bbad0bbb9f6", async() => {
                    BeginContext(1480, 10, true);
                    WriteLiteral("MiniMarket");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = (string)__tagHelperAttribute_0.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1499, 135, true);
                WriteLiteral("\r\n\r\n            </select>\r\n            <input type=\"Submit\" value=\"Search\" style=\"color:#000000\" />\r\n            <hr />\r\n\r\n            ");
                EndContext();
                BeginContext(1634, 57, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7112ce6a67034765a34501196bfcc184", async() => {
                    BeginContext(1674, 13, true);
                    WriteLiteral(" Clear Filter");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1691, 32, true);
                WriteLiteral("\r\n\r\n\r\n        </p>\r\n    </div>\r\n");
                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);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_8.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1730, 106, true);
            WriteLiteral("\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"table\" border=\"0\" style=\"background-color:#ffffff\">\r\n    <thead>\r\n        <tr>\r\n");
            EndContext();
            BeginContext(1934, 54, true);
            WriteLiteral("            <th style=\"color:black\">\r\n                ");
            EndContext();
            BeginContext(1989, 42, false);
#line 61 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            Write(Html.DisplayNameFor(model => model.SYMBOL));

#line default
#line hidden
            EndContext();
            BeginContext(2031, 75, true);
            WriteLiteral("\r\n            </th>\r\n            <th style=\"color:black\">\r\n                ");
            EndContext();
            BeginContext(2107, 45, false);
#line 64 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            Write(Html.DisplayNameFor(model => model.TIMESTAMP));

#line default
#line hidden
            EndContext();
            BeginContext(2152, 75, true);
            WriteLiteral("\r\n            </th>\r\n            <th style=\"color:black\">\r\n                ");
            EndContext();
            BeginContext(2228, 41, false);
#line 67 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            Write(Html.DisplayNameFor(model => model.CLOSE));

#line default
#line hidden
            EndContext();
            BeginContext(2269, 75, true);
            WriteLiteral("\r\n            </th>\r\n            <th style=\"color:black\">\r\n                ");
            EndContext();
            BeginContext(2345, 40, false);
#line 70 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            Write(Html.DisplayNameFor(model => model.HIGH));

#line default
#line hidden
            EndContext();
            BeginContext(2385, 75, true);
            WriteLiteral("\r\n            </th>\r\n            <th style=\"color:black\">\r\n                ");
            EndContext();
            BeginContext(2461, 39, false);
#line 73 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            Write(Html.DisplayNameFor(model => model.LOW));

#line default
#line hidden
            EndContext();
            BeginContext(2500, 76, true);
            WriteLiteral("\r\n            </th >\r\n            <th style=\"color:black\">\r\n                ");
            EndContext();
            BeginContext(2577, 42, false);
#line 76 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            Write(Html.DisplayNameFor(model => model.Volume));

#line default
#line hidden
            EndContext();
            BeginContext(2619, 21, true);
            WriteLiteral("\r\n            </th>\r\n");
            EndContext();
            BeginContext(3227, 54, true);
            WriteLiteral("            <th style=\"color:black\">\r\n                ");
            EndContext();
            BeginContext(3282, 65, false);
#line 97 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            Write(Html.DisplayNameFor(model => model.Percent_of_Price_Change5_days));

#line default
#line hidden
            EndContext();
            BeginContext(3347, 21, true);
            WriteLiteral("\r\n            </th>\r\n");
            EndContext();
            BeginContext(3486, 54, true);
            WriteLiteral("            <th style=\"color:black\">\r\n                ");
            EndContext();
            BeginContext(3541, 51, false);
#line 103 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            Write(Html.DisplayNameFor(model => model.Relative_Volume));

#line default
#line hidden
            EndContext();
            BeginContext(3592, 21, true);
            WriteLiteral("\r\n            </th>\r\n");
            EndContext();
            BeginContext(3820, 54, true);
            WriteLiteral("            <th style=\"color:black\">\r\n                ");
            EndContext();
            BeginContext(3875, 56, false);
#line 112 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            Write(Html.DisplayNameFor(model => model.Away_From_52WeekHigh));

#line default
#line hidden
            EndContext();
            BeginContext(3931, 75, true);
            WriteLiteral("\r\n            </th>\r\n            <th style=\"color:black\">\r\n                ");
            EndContext();
            BeginContext(4007, 55, false);
#line 115 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            Write(Html.DisplayNameFor(model => model.Away_From_52WeekLow));

#line default
#line hidden
            EndContext();
            BeginContext(4062, 86, true);
            WriteLiteral("\r\n            </th>\r\n            <th></th>\r\n        </tr>\r\n    </thead>\r\n    <tbody>\r\n");
            EndContext();
#line 121 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            foreach (var item in Model)
            {
#line default
#line hidden
                BeginContext(4180, 14, true);
                WriteLiteral("        <tr>\r\n");
                EndContext();
                BeginContext(4283, 54, true);
                WriteLiteral("            <td style=\"color:black\">\r\n                ");
                EndContext();
                BeginContext(4338, 41, false);
#line 127 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
                Write(Html.DisplayFor(modelItem => item.SYMBOL));

#line default
#line hidden
                EndContext();
                BeginContext(4379, 75, true);
                WriteLiteral("\r\n            </td>\r\n            <td style=\"color:black\">\r\n                ");
                EndContext();
                BeginContext(4455, 44, false);
#line 130 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
                Write(Html.DisplayFor(modelItem => item.TIMESTAMP));

#line default
#line hidden
                EndContext();
                BeginContext(4499, 75, true);
                WriteLiteral("\r\n            </td>\r\n            <td style=\"color:black\">\r\n                ");
                EndContext();
                BeginContext(4575, 40, false);
#line 133 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
                Write(Html.DisplayFor(modelItem => item.CLOSE));

#line default
#line hidden
                EndContext();
                BeginContext(4615, 75, true);
                WriteLiteral("\r\n            </td>\r\n            <td style=\"color:black\">\r\n                ");
                EndContext();
                BeginContext(4691, 39, false);
#line 136 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
                Write(Html.DisplayFor(modelItem => item.HIGH));

#line default
#line hidden
                EndContext();
                BeginContext(4730, 75, true);
                WriteLiteral("\r\n            </td>\r\n            <td style=\"color:black\">\r\n                ");
                EndContext();
                BeginContext(4806, 38, false);
#line 139 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
                Write(Html.DisplayFor(modelItem => item.LOW));

#line default
#line hidden
                EndContext();
                BeginContext(4844, 75, true);
                WriteLiteral("\r\n            </td>\r\n            <td style=\"color:black\">\r\n                ");
                EndContext();
                BeginContext(4920, 41, false);
#line 142 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
                Write(Html.DisplayFor(modelItem => item.Volume));

#line default
#line hidden
                EndContext();
                BeginContext(4961, 21, true);
                WriteLiteral("\r\n            </td>\r\n");
                EndContext();
                BeginContext(5495, 54, true);
                WriteLiteral("            <td style=\"color:black\">\r\n                ");
                EndContext();
                BeginContext(5550, 64, false);
#line 163 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
                Write(Html.DisplayFor(modelItem => item.Percent_of_Price_Change5_days));

#line default
#line hidden
                EndContext();
                BeginContext(5614, 21, true);
                WriteLiteral("\r\n            </td>\r\n");
                EndContext();
                BeginContext(5744, 54, true);
                WriteLiteral("            <td style=\"color:black\">\r\n                ");
                EndContext();
                BeginContext(5799, 50, false);
#line 169 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
                Write(Html.DisplayFor(modelItem => item.Relative_Volume));

#line default
#line hidden
                EndContext();
                BeginContext(5849, 21, true);
                WriteLiteral("\r\n            </td>\r\n");
                EndContext();
                BeginContext(6055, 54, true);
                WriteLiteral("            <td style=\"color:black\">\r\n                ");
                EndContext();
                BeginContext(6110, 55, false);
#line 178 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
                Write(Html.DisplayFor(modelItem => item.Away_From_52WeekHigh));

#line default
#line hidden
                EndContext();
                BeginContext(6165, 75, true);
                WriteLiteral("\r\n            </td>\r\n            <td style=\"color:black\">\r\n                ");
                EndContext();
                BeginContext(6241, 54, false);
#line 181 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
                Write(Html.DisplayFor(modelItem => item.Away_From_52WeekLow));

#line default
#line hidden
                EndContext();
                BeginContext(6295, 55, true);
                WriteLiteral("\r\n            </td>\r\n            <td>\r\n                ");
                EndContext();
                BeginContext(6350, 127, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "105a49bc42f84ffe90c75bc60e2581c1", async() => {
                    BeginContext(6438, 35, true);
                    WriteLiteral("<i class=\"fas fa-info-circle\"></i> ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_9);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                if (__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-Id", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 184 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
                WriteLiteral(item.Id);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["Id"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-Id", __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["Id"], 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(6477, 67, true);
                WriteLiteral("\r\n               \r\n            </td>\r\n            \r\n        </tr>\r\n");
                EndContext();
#line 189 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(6547, 34, true);
            WriteLiteral("    </tbody>\r\n</table>\r\n<hr>\r\n\r\n\r\n");
            EndContext();
            BeginContext(6581, 238, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4fa176e4a0dd43f59fceebda716f3f62", async() => {
            }
                                                                        );
            __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
            __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 195 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = 0;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 196 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = 9;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 197 "D:\Github\APIConsume\APIConsume\Views\NseData\Index.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = 1;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_12.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
            __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_13.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
            __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(6819, 15, true);
            WriteLiteral("<hr />\r\n<hr >\r\n");
            EndContext();
            BeginContext(6834, 135, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6f13b581008640a98f63ce9a879f84fb", async() => {
                BeginContext(6874, 88, true);
                WriteLiteral("\r\n    <button name=\"button\" value=\"first\" style=\"color:black\">Show all Record</button>\r\n");
                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);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_8.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(6969, 5, true);
            WriteLiteral("<hr/>");
            EndContext();
        }
예제 #11
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(30, 1, true);
            WriteLiteral("\n");
            EndContext();
#line 4 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"

            ViewBag.Title = "Search";

#line default
#line hidden
            BeginContext(138, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("head", async() => {
                BeginContext(154, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(159, 107, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "13e4adf8483882ee18e6d25c5c74f2b3df5dd2539627", 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();
                BeginContext(266, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(269, 102, true);
            WriteLiteral("\n<div class=\"row\">\n    <div class=\"col-md-3 product-list-filters\">\n        <h3>Filter by</h3>\n        ");
            EndContext();
            BeginContext(371, 6119, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "13e4adf8483882ee18e6d25c5c74f2b3df5dd25311251", async() => {
                BeginContext(448, 358, true);
                WriteLiteral(@"
            <div id=""accordion-category"">
                <div class=""card"">
                    <div class=""card-header"" id=""cardHeaderCategory"">
                        <h5 class=""mb-0"">
                            <a data-toggle=""collapse"" href=""#collapse-category"" aria-expanded=""true"" aria-controls=""collapse-category"">
                                ");
                EndContext();
                BeginContext(807, 21, false);
#line 21 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                Write(Localizer["Category"]);

#line default
#line hidden
                EndContext();
                BeginContext(828, 415, true);
                WriteLiteral(@"
                                <i class=""fa fa-angle-down""></i>
                            </a>
                        </h5>
                    </div>
                    <div id=""collapse-category"" class=""collapse show"" aria-labelledby=""cardHeaderCategory"" data-parent=""#accordion-category"">
                        <div class=""card-body"">
                            <ul class=""list-unstyled checkbox-list"">
");
                EndContext();
#line 29 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                foreach (var category in Model.FilterOption.Categories.Where(x => x.ParentId == null))
                {
#line default
#line hidden
                    BeginContext(1397, 172, true);
                    WriteLiteral("                                    <li>\n                                        <label class=\"checkbox\">\n                                            <input type=\"checkbox\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1569, "\"", 1591, 1);
#line 33 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    WriteAttributeValue("", 1577, category.Slug, 1577, 14, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1592, 16, true);
                    WriteLiteral(" name=\"category\"");
                    EndContext();
                    BeginWriteAttribute("checked", " checked=\"", 1608, "\"", 1684, 1);
#line 33 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    WriteAttributeValue("", 1618, Model.CurrentSearchOption.GetCategories().Contains(category.Slug), 1618, 66, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1685, 46, true);
                    WriteLiteral(">\n                                            ");
                    EndContext();
                    BeginContext(1732, 13, false);
#line 34 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    Write(category.Name);

#line default
#line hidden
                    EndContext();
                    BeginContext(1745, 53, true);
                    WriteLiteral("\n                                            <small>(");
                    EndContext();
                    BeginContext(1799, 14, false);
#line 35 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    Write(category.Count);

#line default
#line hidden
                    EndContext();
                    BeginContext(1813, 59, true);
                    WriteLiteral(")</small>\n                                        </label>\n");
                    EndContext();
#line 37 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"

                    var children = Model.FilterOption.Categories.Where(x => x.ParentId == category.Id);


#line default
#line hidden
                    BeginContext(2085, 40, true);
                    WriteLiteral("                                        ");
                    EndContext();
#line 40 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    if (children.Any())
                    {
#line default
#line hidden
                        BeginContext(2188, 85, true);
                        WriteLiteral("                                            <ul class=\"list-unstyled checkbox-list\">\n");
                        EndContext();
#line 43 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                        foreach (var child in children)
                        {
#line default
#line hidden
                            BeginContext(2404, 220, true);
                            WriteLiteral("                                                    <li>\n                                                        <label class=\"checkbox\">\n                                                            <input type=\"checkbox\"");
                            EndContext();
                            BeginWriteAttribute("value", " value=\"", 2624, "\"", 2643, 1);
#line 47 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                            WriteAttributeValue("", 2632, child.Slug, 2632, 11, false);

#line default
#line hidden
                            EndWriteAttribute();
                            BeginContext(2644, 16, true);
                            WriteLiteral(" name=\"category\"");
                            EndContext();
                            BeginWriteAttribute("checked", " checked=\"", 2660, "\"", 2733, 1);
#line 47 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                            WriteAttributeValue("", 2670, Model.CurrentSearchOption.GetCategories().Contains(child.Slug), 2670, 63, false);

#line default
#line hidden
                            EndWriteAttribute();
                            BeginContext(2734, 62, true);
                            WriteLiteral(">\n                                                            ");
                            EndContext();
                            BeginContext(2797, 10, false);
#line 48 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                            Write(child.Name);

#line default
#line hidden
                            EndContext();
                            BeginContext(2807, 69, true);
                            WriteLiteral("\n                                                            <small>(");
                            EndContext();
                            BeginContext(2877, 11, false);
#line 49 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                            Write(child.Count);

#line default
#line hidden
                            EndContext();
                            BeginContext(2888, 133, true);
                            WriteLiteral(")</small>\n                                                        </label>\n                                                    </li>\n");
                            EndContext();
#line 52 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                        }

#line default
#line hidden
                        BeginContext(3071, 50, true);
                        WriteLiteral("                                            </ul>\n");
                        EndContext();
#line 54 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    }

#line default
#line hidden
                    BeginContext(3163, 42, true);
                    WriteLiteral("                                    </li>\n");
                    EndContext();
#line 56 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                }

#line default
#line hidden
                BeginContext(3239, 492, true);
                WriteLiteral(@"                            </ul>
                        </div>
                    </div>
                </div>
            </div>
            <div id=""accordion-brand"" class=""mt-4"">
                <div class=""card"">
                    <div class=""card-header"" id=""cardBrandHeader"">
                        <h5 class=""mb-0"">
                            <a data-toggle=""collapse"" href=""#collapse-brand"" aria-expanded=""true"" aria-controls=""collapse-brand"">
                                ");
                EndContext();
                BeginContext(3732, 18, false);
#line 67 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                Write(Localizer["Brand"]);

#line default
#line hidden
                EndContext();
                BeginContext(3750, 406, true);
                WriteLiteral(@"
                                <i class=""fa fa-angle-down""></i>
                            </a>
                        </h5>
                    </div>
                    <div id=""collapse-brand"" class=""collapse show"" aria-labelledby=""cardBrandHeader"" data-parent=""#accordion-brand"">
                        <div class=""card-body"">
                            <ul class=""list-unstyled checkbox-list"">
");
                EndContext();
#line 75 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                foreach (var brand in Model.FilterOption.Brands)
                {
#line default
#line hidden
                    BeginContext(4272, 172, true);
                    WriteLiteral("                                    <li>\n                                        <label class=\"checkbox\">\n                                            <input type=\"checkbox\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 4444, "\"", 4463, 1);
#line 79 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    WriteAttributeValue("", 4452, brand.Slug, 4452, 11, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(4464, 13, true);
                    WriteLiteral(" name=\"brand\"");
                    EndContext();
                    BeginWriteAttribute("checked", " checked=\"", 4477, "\"", 4546, 1);
#line 79 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    WriteAttributeValue("", 4487, Model.CurrentSearchOption.GetBrands().Contains(brand.Slug), 4487, 59, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(4547, 46, true);
                    WriteLiteral(">\n                                            ");
                    EndContext();
                    BeginContext(4594, 10, false);
#line 80 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    Write(brand.Name);

#line default
#line hidden
                    EndContext();
                    BeginContext(4604, 53, true);
                    WriteLiteral("\n                                            <small>(");
                    EndContext();
                    BeginContext(4658, 11, false);
#line 81 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    Write(brand.Count);

#line default
#line hidden
                    EndContext();
                    BeginContext(4669, 101, true);
                    WriteLiteral(")</small>\n                                        </label>\n                                    </li>\n");
                    EndContext();
#line 84 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                }

#line default
#line hidden
                BeginContext(4804, 134, true);
                WriteLiteral("                            </ul>\n                        </div>\n                    </div>\n                </div>\n            </div>\n");
                EndContext();
#line 90 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                if (Model.FilterOption.Price.MaxPrice != Model.FilterOption.Price.MinPrice)
                {
#line default
#line hidden
                    BeginContext(5041, 382, true);
                    WriteLiteral(@"                <div id=""accordion-price"" class=""mt-4"">
                    <div class=""card"">
                        <div class=""card-header"" id=""cardHeaderPrice"">
                            <h5 class=""mb-0"">
                                <a data-toggle=""collapse"" href=""#collapse-price"" aria-expanded=""true"" aria-controls=""collapse-price"">
                                    ");
                    EndContext();
                    BeginContext(5424, 18, false);
#line 97 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    Write(Localizer["Price"]);

#line default
#line hidden
                    EndContext();
                    BeginContext(5442, 536, true);
                    WriteLiteral(@"
                                    <i class=""fa fa-angle-down""></i>
                                </a>
                            </h5>
                        </div>
                        <div id=""collapse-price"" class=""collapse show"" aria-labelledby=""cardHeaderPrice"" data-parent=""#accordion-price"">
                            <div class=""card-body"">
                                <div id=""priceSlider""></div>
                                <div>
                                    <input type=""hidden"" id=""originMinPrice""");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 5978, "\"", 6035, 1);
#line 106 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    WriteAttributeValue("", 5986, Model.FilterOption.Price.MinPrice.ToString("F0"), 5986, 49, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(6036, 80, true);
                    WriteLiteral(" />\n                                    <input type=\"hidden\" id=\"originMaxPrice\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 6116, "\"", 6173, 1);
#line 107 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                    WriteAttributeValue("", 6124, Model.FilterOption.Price.MaxPrice.ToString("F0"), 6124, 49, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(6174, 287, true);
                    WriteLiteral(@" />
                                    <span id=""minPrice""></span>
                                    <span id=""maxPrice""></span>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
");
                    EndContext();
#line 115 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                }

#line default
#line hidden
                BeginContext(6475, 8, true);
                WriteLiteral("        ");
                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);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_5.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(6490, 159, true);
            WriteLiteral("\n    </div>\n    <div class=\"col-md-9\">\n        <div class=\"row mb-3\">\n            <div class=\"col-md-7 category-result\">\n                <h2>Search result for ");
            EndContext();
            BeginContext(6650, 31, false);
#line 121 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
            Write(Model.CurrentSearchOption.Query);

#line default
#line hidden
            EndContext();
            BeginContext(6681, 51, true);
            WriteLiteral("</h2>\n                <small class=\"badge-results\">");
            EndContext();
            BeginContext(6733, 18, false);
#line 122 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
            Write(Model.TotalProduct);

#line default
#line hidden
            EndContext();
            BeginContext(6751, 318, true);
            WriteLiteral(@" Results</small>
            </div>
            <div class=""col-md-5"">
                <ul class=""list-inline clear-both product-list-display-options"">
                    <li class=""sort-by"">
                        <label>Sort By :</label>
                        <div class=""btn-group"">
                            ");
            EndContext();
            BeginContext(7069, 112, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("select", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "13e4adf8483882ee18e6d25c5c74f2b3df5dd25331269", async() => {
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper);
#line 129 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
            __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.CurrentSearchOption.Sort);

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 129 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
            __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.Items = Model.AvailableSortOptions;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-items", __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.Items, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(7181, 58, true);
            WriteLiteral("\n                        </div>\n                    </li>\n");
            EndContext();
            BeginContext(7990, 95, true);
            WriteLiteral("                </ul>\n            </div>\n        </div>\n        <div class=\"row product-list\">\n");
            EndContext();
#line 149 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
            foreach (var product in Model.Products)
            {
#line default
#line hidden
                BeginContext(8152, 68, true);
                WriteLiteral("                <div class=\"col-xs-6 col-md-4\">\n                    ");
                EndContext();
                BeginContext(8220, 87, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "13e4adf8483882ee18e6d25c5c74f2b3df5dd25334088", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
#line 152 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = product;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, 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(8307, 24, true);
                WriteLiteral("\n                </div>\n");
                EndContext();
#line 154 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
            }

#line default
#line hidden
            BeginContext(8345, 104, true);
            WriteLiteral("        </div>\n        <div class=\"row\">\n            <div class=\"col-md-12 text-right\">\n                ");
            EndContext();
            BeginContext(8449, 420, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "13e4adf8483882ee18e6d25c5c74f2b3df5dd25336206", async() => {
            }
                                                                        );
            __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
            __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 158 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.CurrentSearchOption.PageSize;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 159 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.CurrentSearchOption.Page;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 160 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.TotalProduct;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_9.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
            __cloudscribe_Web_Pagination_PagerTagHelper.BaseHref = (string)__tagHelperAttribute_10.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
#line 163 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues = Model.CurrentSearchOption.ToDictionary();

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-all-route-data", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues, 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(8869, 54, true);
            WriteLiteral("\n            </div>\n        </div>\n    </div>\n</div>\n\n");
            EndContext();
            DefineSection("scripts", async() => {
                BeginContext(8941, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(8946, 72, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "13e4adf8483882ee18e6d25c5c74f2b3df5dd25339786", 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_11);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(9018, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(9023, 97, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "13e4adf8483882ee18e6d25c5c74f2b3df5dd25341109", 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_12);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(9120, 91, true);
                WriteLiteral("\n\n    <script>\n        var productFilter = {};\n        productFilter.currentSearchOption = ");
                EndContext();
                BeginContext(9212, 44, false);
#line 175 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                Write(Html.Raw(Model.CurrentSearchOption.ToJson()));

#line default
#line hidden
                EndContext();
                BeginContext(9256, 58, true);
                WriteLiteral(";\n        productFilter.priceSetting = {\n            min: ");
                EndContext();
                BeginContext(9315, 48, false);
#line 177 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                Write(Model.FilterOption.Price.MinPrice.ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(9363, 19, true);
                WriteLiteral(",\n            max: ");
                EndContext();
                BeginContext(9383, 48, false);
#line 178 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                Write(Model.FilterOption.Price.MaxPrice.ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(9431, 26, true);
                WriteLiteral(",\n            currentMin: ");
                EndContext();
                BeginContext(9459, 88, false);
#line 179 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                Write((Model.CurrentSearchOption.MinPrice ?? Model.FilterOption.Price.MinPrice).ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(9548, 26, true);
                WriteLiteral(",\n            currentMax: ");
                EndContext();
                BeginContext(9576, 88, false);
#line 180 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Search/Areas/Search/Views/Search/Index.cshtml"
                Write((Model.CurrentSearchOption.MaxPrice ?? Model.FilterOption.Price.MaxPrice).ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(9665, 30, true);
                WriteLiteral("\n        };\n    </script>\n    ");
                EndContext();
                BeginContext(9695, 87, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "13e4adf8483882ee18e6d25c5c74f2b3df5dd25344943", 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_13);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(9782, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
        }
예제 #12
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(153, 68, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "f4b8528941304e2b9eea102be1bbc3c5", 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();
            BeginContext(221, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 7 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"

            ViewData["Title"] = "Movimentação Veículos";

#line default
#line hidden
            BeginContext(392, 361, true);
            WriteLiteral(@"<style>
    body {
         background-color: #ffffff;;
    }
</style>
<div class=""container""  style=""background-color:rgba(239,239,239,0.95); border-radius:10px; padding:20px;width:1100px;"">
    
    </div>
        <div class=""container"" style=""background-color:rgba(239,239,239,0.95); border-radius:10px; padding:20px;width:1100px;"">


            ");
            EndContext();
            BeginContext(753, 2520, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "780c297d750546c0abd51e97a8b29381", async() => {
                BeginContext(809, 570, true);
                WriteLiteral(@"
                <h3>VEÍCULOS</h3>
                <table class=""table table-bordered"">
                    <thead>
                        <tr>
                            <th></th>
                            <th></th>
                            <th>CÓDIGO</th>
                            <th>MARCA</th>
                            <th>MODELO</th>
                            <th>ANO FABRICAÇÃO</th>
                            <th>ANO MODELO</th>
                            <th>STATUS</th>
                        </tr>
                    </thead>
");
                EndContext();
#line 41 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"


                foreach (var item in (List <MovimentoModel>)ViewBag.ListaAMovimento)
                {
#line default
#line hidden
                    BeginContext(1525, 95, true);
                    WriteLiteral("                            <tbody>\r\n                                                    <tr>\r\n");
                    EndContext();
#line 47 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"

                    if (@item.ID != 0)
                    {
#line default
#line hidden
                        BeginContext(1823, 133, true);
                        WriteLiteral("                                                                <td style=\"width:100px\"><button type=\"button\" class=\"btn btn-success\"");
                        EndContext();
                        BeginWriteAttribute("onclick", " onclick=\"", 1956, "\"", 1993, 3);
                        WriteAttributeValue("", 1966, "Editar(", 1966, 7, true);
#line 50 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                        WriteAttributeValue("", 1973, item.ID.ToString(), 1973, 19, false);

#line default
#line hidden
                        WriteAttributeValue("", 1992, ")", 1992, 1, true);
                        EndWriteAttribute();
                        BeginContext(1994, 155, true);
                        WriteLiteral(">Editar</button></td>\r\n                                                                <td style=\"width:100px\"><button type=\"button\" class=\"btn btn-danger\"");
                        EndContext();
                        BeginWriteAttribute("onclick", " onclick=\"", 2149, "\"", 2195, 3);
                        WriteAttributeValue("", 2159, "ExcluirRegistro(", 2159, 16, true);
#line 51 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                        WriteAttributeValue("", 2175, item.ID.ToString(), 2175, 19, false);

#line default
#line hidden
                        WriteAttributeValue("", 2194, ")", 2194, 1, true);
                        EndWriteAttribute();
                        BeginContext(2196, 119, true);
                        WriteLiteral(">Liberar Locação</button></td>\r\n                                                                <td style=\"width=50px\">");
                        EndContext();
                        BeginContext(2316, 18, false);
#line 52 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                        Write(item.ID.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2334, 95, true);
                        WriteLiteral("</td>\r\n                                                                <td style=\"width=250px\">");
                        EndContext();
                        BeginContext(2430, 21, false);
#line 53 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                        Write(item.MARCA.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2451, 95, true);
                        WriteLiteral("</td>\r\n                                                                <td style=\"width=250px\">");
                        EndContext();
                        BeginContext(2547, 22, false);
#line 54 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                        Write(item.MODELO.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2569, 95, true);
                        WriteLiteral("</td>\r\n                                                                <td style=\"width=150px\">");
                        EndContext();
                        BeginContext(2665, 35, false);
#line 55 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                        Write(item.DATA_ANO_FABRICACAO.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2700, 95, true);
                        WriteLiteral("</td>\r\n                                                                <td style=\"width=150px\">");
                        EndContext();
                        BeginContext(2796, 31, false);
#line 56 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                        Write(item.DATA_ANO_MODELO.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2827, 95, true);
                        WriteLiteral("</td>\r\n                                                                <td style=\"width=150px\">");
                        EndContext();
                        BeginContext(2923, 29, false);
#line 57 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                        Write(item.SATUS_LOCACAO.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2952, 7, true);
                        WriteLiteral("</td>\r\n");
                        EndContext();
#line 58 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                    }


#line default
#line hidden
                    BeginContext(3081, 97, true);
                    WriteLiteral("                                                    </tr>\r\n                            </tbody>\r\n");
                    EndContext();
#line 62 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                }


#line default
#line hidden
                BeginContext(3228, 38, true);
                WriteLiteral("                </table>\r\n            ");
                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);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Controller = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(3273, 529, true);
            WriteLiteral(@"
        </div>

        <div class=""container"" style=""background-color:rgba(239,239,239,0.95); border-radius:10px; padding:20px;width:1100px;"">
            <table class=""table table-bordered"" align=""center"" style=""width:500px;"">
                <tbody>
                    <tr>
                        <td style=""width:50px""><button type=""button"" class=""btn btn-block btn-primary"" onclick=""Voltar()"">Voltar</button></td>
                    </tr>
                </tbody>
            </table>
        </div>
        ");
            EndContext();
            BeginContext(3802, 869, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ed8739166a734568ae30642e886dffbc", async() => {
                BeginContext(3808, 37, true);
                WriteLiteral("\r\n            <div>\r\n                ");
                EndContext();
                BeginContext(3845, 785, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a38914fbe79a4c8d9ee69c968a38cd51", async() => {
                    BeginContext(4601, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                }
                                                                            );
                __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
                __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 79 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = 5;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 80 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = ViewBag.CurrentPage;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 81 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = ViewBag.TotalItems;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 83 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.ShowFirstLast = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-show-first-last", __cloudscribe_Web_Pagination_PagerTagHelper.ShowFirstLast, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 84 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.SuppressEmptyNextPrev = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-suppress-empty-nextprev", __cloudscribe_Web_Pagination_PagerTagHelper.SuppressEmptyNextPrev, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 85 "E:\Util\TESTEA03\TESTEA03\Views\Movimento\IndexMovimento.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.SuppressInActiveFirstLast = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-suppress-inactive-firstlast", __cloudscribe_Web_Pagination_PagerTagHelper.SuppressInActiveFirstLast, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.FirstPageText = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __cloudscribe_Web_Pagination_PagerTagHelper.LastPageText = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4630, 34, true);
                WriteLiteral("\r\n\r\n            </div>\r\n\r\n        ");
                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);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4671, 467, true);
            WriteLiteral(@"

        <script>
            function Voltar() {
                window.location.href = ""../Home/Menu""
            }

            function ExcluirRegistro(id_conta) {
                alert(""cheguei"");
                window.location.href = ""../Movimento/Liberar/"" + id_conta;
            }
            function Editar(id_conta) {
                window.location.href = ""../Movimento/RegistrarMovimento/"" + id_conta;
            }
        </script>

");
            EndContext();
        }
예제 #13
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(0, 1, true);
            WriteLiteral("\n");
            EndContext();
            BeginContext(58, 55, true);
            WriteLiteral("    <div class=\"jumbotron p-0 pb-5 pl-5 pr-5\">\n        ");
            EndContext();
            BeginContext(113, 30, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "3335639a2945dcf80d7e93197bdeff16f709d9827683", async() => {
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_0.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(143, 135, true);
            WriteLiteral("\n        <h3 style=\"text-align:center;\">Here are all the movies you can choose from!</h3>\n        <hr>\n    \n    Search for Movie: \n    ");
            EndContext();
            BeginContext(278, 183, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3335639a2945dcf80d7e93197bdeff16f709d9829059", async() => {
                BeginContext(315, 139, true);
                WriteLiteral("\n    <input type=\"search\" id=\"searchfield\"class=\"form-control col-3 mr-2\">\n    <button class=\"btn btn-outline-primary\">Search</button>\n    ");
                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_1);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(461, 27, true);
            WriteLiteral("\n\n    \n    \n    </div>\n    ");
            EndContext();
            BeginContext(488, 547, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3335639a2945dcf80d7e93197bdeff16f709d98210824", async() => {
                BeginContext(1019, 5, true);
                WriteLiteral("\n    ");
                EndContext();
            }
                                                                        );
            __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
            __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 17 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.PageNumber;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 18 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.TotalItems;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 19 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.PageSize;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_5.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiOtherCssClass = (string)__tagHelperAttribute_7.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_8.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
            __cloudscribe_Web_Pagination_PagerTagHelper.LinkCurrentCssClass = (string)__tagHelperAttribute_9.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
            __cloudscribe_Web_Pagination_PagerTagHelper.LinkOtherCssClass = (string)__tagHelperAttribute_10.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1035, 106, true);
            WriteLiteral("\n    <div id=\"mytable\">...search database</div>\n    <div class=\"row justify-content-center text-primary\">\n");
            EndContext();
#line 31 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
            foreach (var m in Model.Data)
            {
                var ImagePath = "~/images/" + (m.ImagePath ?? "skitterphoto.jpg");

#line default
#line hidden
                BeginContext(1267, 204, true);
                WriteLiteral("            <div class=\"card-group m-2 p-2\" style=\"width: 22.5rem;\">\n                <div class=\"card border-success mb-3 p-3\">\n                    <div class=\"card-title\" style=\"text-align:center;\" ><h4>");
                EndContext();
                BeginContext(1472, 7, false);
#line 36 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                Write(m.Title);

#line default
#line hidden
                EndContext();
                BeginContext(1479, 83, true);
                WriteLiteral("</h4></div>\n                    <div class=\"card m-1 p-1\">\n                        ");
                EndContext();
                BeginContext(1562, 90, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "3335639a2945dcf80d7e93197bdeff16f709d98215864", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ImageTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ImageTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ImageTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_11);
                BeginWriteTagHelperAttribute();
#line 38 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                WriteLiteral(ImagePath);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_ImageTagHelper.Src = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("src", __Microsoft_AspNetCore_Mvc_TagHelpers_ImageTagHelper.Src, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 38 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ImageTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ImageTagHelper.AppendVersion, 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(1652, 508, true);
                WriteLiteral(@"
                    </div>
                    <br>
                    
            <div id=""accordion"">

                <div class=""card"">
                    <div class=""card-header"">
                    <a class=""card-link"" data-toggle=""collapse"" href=""#collapseOne"">
                        Year
                    </a>
                    </div>
                    <div id=""collapseOne"" class=""collapse"" data-parent=""#accordion"">
                    <div class=""card-body"">
                        ");
                EndContext();
                BeginContext(2161, 6, false);
#line 52 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                Write(m.Year);

#line default
#line hidden
                EndContext();
                BeginContext(2167, 493, true);
                WriteLiteral(@"
                    </div>
                    </div>
                </div>

                <div class=""card"">
                    <div class=""card-header"">
                    <a class=""collapsed card-link"" data-toggle=""collapse"" href=""#collapseTwo"">
                        Director
                    </a>
                    </div>
                    <div id=""collapseTwo"" class=""collapse"" data-parent=""#accordion"">
                    <div class=""card-body"">
                        ");
                EndContext();
                BeginContext(2661, 10, false);
#line 65 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                Write(m.Director);

#line default
#line hidden
                EndContext();
                BeginContext(2671, 79, true);
                WriteLiteral("\n                    </div>\n                    </div>\n                </div>\n\n");
                EndContext();
#line 70 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"

                string Rating = $"{m.Rating}";


#line default
#line hidden
                BeginContext(2836, 417, true);
                WriteLiteral(@"
                <div class=""card"">
                    <div class=""card-header"">
                    <a class=""collapsed card-link"" data-toggle=""collapse"" href=""#collapseThree"">
                        Rating
                    </a>
                    </div>
                    <div id=""collapseThree"" class=""collapse"" data-parent=""#accordion"">
                    <div class=""card-body"">
                        ");
                EndContext();
                BeginContext(3254, 21, false);
#line 82 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                Write(Rating.Substring(0, 3));

#line default
#line hidden
                EndContext();
                BeginContext(3275, 580, true);
                WriteLiteral(@"
                    </div>
                    </div>
                </div>

                <div class=""card"">
                    <div class=""card-header"">
                    <a class=""collapsed card-link"" data-toggle=""collapse"" href=""#collapseFour"">
                        Cast:
                    </a>
                    </div>
                    <div id=""collapseFour"" class=""collapse"" data-parent=""#accordion"">
                    <div class=""card-body"">
                        <div class=""scroll"" style=""height:80px; overflow:auto;"">
                            <p>");
                EndContext();
                BeginContext(3856, 7, false);
#line 96 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                Write(m.Stars);

#line default
#line hidden
                EndContext();
                BeginContext(3863, 622, true);
                WriteLiteral(@"</p>
                        </div>
                    </div>
                    </div>
                </div>

                <div class=""card"">
                    <div class=""card-header"">
                    <a class=""collapsed card-link"" data-toggle=""collapse"" href=""#collapseFive"">
                        Description:
                    </a>
                    </div>
                    <div id=""collapseFive"" class=""collapse"" data-parent=""#accordion"">
                    <div class=""card-body"">
                        <div class=""scroll"" style=""height:80px; overflow:auto;"">
                            <p>");
                EndContext();
                BeginContext(4486, 13, false);
#line 111 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                Write(m.Description);

#line default
#line hidden
                EndContext();
                BeginContext(4499, 531, true);
                WriteLiteral(@"</p>
                        </div>
                    </div>
                    </div>
                </div>

                <div class=""card"">
                    <div class=""card-header"">
                    <a class=""collapsed card-link"" data-toggle=""collapse"" href=""#collapseSix"">
                        Uploaded on
                    </a>
                    </div>
                    <div id=""collapseSix"" class=""collapse"" data-parent=""#accordion"">
                    <div class=""card-body"">
                        ");
                EndContext();
                BeginContext(5031, 31, false);
#line 125 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                Write(m.CreatedAt.ToShortDateString());

#line default
#line hidden
                EndContext();
                BeginContext(5062, 115, true);
                WriteLiteral("\n                    </div>\n                    </div>\n                </div>\n            </div>\n            <br>\n\n");
                EndContext();
#line 132 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                if (m.Creator.UserId == ViewBag.User.UserId)
                {
#line default
#line hidden
                    BeginContext(5264, 56, true);
                    WriteLiteral("                        <a class=\"btn btn-outline-light\"");
                    EndContext();
                    BeginWriteAttribute("href", " href=\"", 5320, "\"", 5345, 2);
                    WriteAttributeValue("", 5327, "/delete/", 5327, 8, true);
#line 134 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                    WriteAttributeValue("", 5335, m.MovieId, 5335, 10, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(5346, 16, true);
                    WriteLiteral(">Delete</a><br>\n");
                    EndContext();
#line 135 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                }
                else
                {
                    if (m.Actions.All(u => u.UserId != ViewBag.User.UserId))
                    {
#line default
#line hidden
                        BeginContext(5537, 59, true);
                        WriteLiteral("                            <a class=\"btn btn-outline-info\"");
                        EndContext();
                        BeginWriteAttribute("href", " href=\"", 5596, "\"", 5639, 4);
                        WriteAttributeValue("", 5603, "/add/", 5603, 5, true);
#line 140 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                        WriteAttributeValue("", 5608, m.MovieId, 5608, 10, false);

#line default
#line hidden
                        WriteAttributeValue("", 5618, "/", 5618, 1, true);
#line 140 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                        WriteAttributeValue("", 5619, ViewBag.User.UserId, 5619, 20, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(5640, 22, true);
                        WriteLiteral(">Add To Watchlist</a>\n");
                        EndContext();
#line 141 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                    }
                    if (m.Actions.Any(s => s.UserId == ViewBag.User.UserId))
                    {
#line default
#line hidden
                        BeginContext(5784, 55, true);
                        WriteLiteral("                        <a class=\"btn btn-outline-info\"");
                        EndContext();
                        BeginWriteAttribute("href", " href=\"", 5839, "\"", 5886, 4);
                        WriteAttributeValue("", 5846, "/unwatch/", 5846, 9, true);
#line 144 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                        WriteAttributeValue("", 5855, m.MovieId, 5855, 10, false);

#line default
#line hidden
                        WriteAttributeValue("", 5865, "/", 5865, 1, true);
#line 144 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                        WriteAttributeValue("", 5866, ViewBag.User.UserId, 5866, 20, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(5887, 27, true);
                        WriteLiteral(">Remove From Watchlist</a>\n");
                        EndContext();
#line 145 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                    }

#line default
#line hidden
                    BeginContext(5936, 27, true);
                    WriteLiteral("                    <br>  \n");
                    EndContext();
#line 147 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                }

#line default
#line hidden
                BeginContext(5985, 59, true);
                WriteLiteral("                    <button class=\"btn btn-outline-warning\"");
                EndContext();
                BeginWriteAttribute("id", " id=\"", 6044, "\"", 6059, 1);
#line 148 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                WriteAttributeValue("", 6049, m.MovieId, 6049, 10, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(6060, 88, true);
                WriteLiteral(" onclick=\"toggleComments(this)\">Hide/Show Comments</button><br>\n                    <div");
                EndContext();
                BeginWriteAttribute("id", " id=\"", 6148, "\"", 6172, 2);
#line 149 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                WriteAttributeValue("", 6153, m.MovieId, 6153, 10, false);

#line default
#line hidden
                WriteAttributeValue("", 6163, "/Comments", 6163, 9, true);
                EndWriteAttribute();
                BeginContext(6173, 2, true);
                WriteLiteral(">\n");
                EndContext();
#line 150 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                foreach (var c in m.Comments)
                {
#line default
#line hidden
                    BeginContext(6247, 59, true);
                    WriteLiteral("                        <p id=\"comments\" class=\"text-info\">");
                    EndContext();
                    BeginContext(6307, 9, false);
#line 152 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                    Write(c.Content);

#line default
#line hidden
                    EndContext();
                    BeginContext(6316, 5, true);
                    WriteLiteral("</p>\n");
                    EndContext();
#line 153 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
                }

#line default
#line hidden
                BeginContext(6343, 107, true);
                WriteLiteral("                    </div>\n                    \n                </div>\n                \n            </div>\n");
                EndContext();
#line 159 "/Users/alexandershvyrev/Desktop/MyProject/Views/Home/Browse.cshtml"
            }

#line default
#line hidden
            BeginContext(6473, 386, true);
            WriteLiteral(@"        
</div> 

<script>
    console.log(""hello"");
    
    $(document).ready(function()
    {

        $(""form"").submit(function(event)
        {
            event.preventDefault();
            var query = $(""#searchfield"").val();
            $.post(""/search"", {query: query}, function(data){
                $(""#mytable"").html(data);
            });
        })
    })

</script>



");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(149, 68, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "4a4fc3b14d9c481593d73942d5d118e9", 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();
            BeginContext(217, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 7 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"

            ViewData["Title"] = "Criar Abate";

#line default
#line hidden
            BeginContext(378, 201, true);
            WriteLiteral("<style>\r\n    body {\r\n        background-color: #81080A;\r\n    }\r\n</style>\r\n\r\n<div class=\"container\" style=\"background-color:rgba(239,239,239,0.95); border-radius:10px; padding:20px;width:1100px;\">\r\n    ");
            EndContext();
            BeginContext(579, 1860, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8978ea2171514366a90d7f685a5e616f", async() => {
                BeginContext(636, 429, true);
                WriteLiteral(@"
        <h3>Produtores</h3>
        <table class=""table table-bordered"">
            <thead>
                <tr>
                    <th>#</th>
                    <th>#</th>
                    <th>CÓDIGO</th>
                    <th>EMPRESA</th>
                    <th>PRODUTOR</th>
                    <th>QUANT. ANIMAIS</th>
                    <th>DATA ABATE</th>
                </tr>
            </thead>
");
                EndContext();
#line 36 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"


                foreach (var item in (List <AbateModel>)ViewBag.ListaAbate)
                {
#line default
#line hidden
                    BeginContext(1178, 59, true);
                    WriteLiteral("                    <tbody>\r\n                        <tr>\r\n");
                    EndContext();
#line 42 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"

                    if (@item.Id != 0)
                    {
#line default
#line hidden
                        BeginContext(1356, 104, true);
                        WriteLiteral("                                    <td style=\"width=50px\"><button type=\"button\" class=\"btn btn-success\"");
                        EndContext();
                        BeginWriteAttribute("onclick", " onclick=\"", 1460, "\"", 1497, 3);
                        WriteAttributeValue("", 1470, "Editar(", 1470, 7, true);
#line 45 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                        WriteAttributeValue("", 1477, item.Id.ToString(), 1477, 19, false);

#line default
#line hidden
                        WriteAttributeValue("", 1496, ")", 1496, 1, true);
                        EndWriteAttribute();
                        BeginContext(1498, 126, true);
                        WriteLiteral(">Editar</button></td>\r\n                                    <td style=\"width=50px\"><button type=\"button\" class=\"btn btn-danger\"");
                        EndContext();
                        BeginWriteAttribute("onclick", " onclick=\"", 1624, "\"", 1670, 3);
                        WriteAttributeValue("", 1634, "ExcluirRegistro(", 1634, 16, true);
#line 46 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                        WriteAttributeValue("", 1650, item.Id.ToString(), 1650, 19, false);

#line default
#line hidden
                        WriteAttributeValue("", 1669, ")", 1669, 1, true);
                        EndWriteAttribute();
                        BeginContext(1671, 83, true);
                        WriteLiteral(">Excluir</button></td>\r\n                                    <td style=\"width=50px\">");
                        EndContext();
                        BeginContext(1755, 18, false);
#line 47 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                        Write(item.Id.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(1773, 67, true);
                        WriteLiteral("</td>\r\n                                    <td style=\"width=250px\">");
                        EndContext();
                        BeginContext(1841, 41, false);
#line 48 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                        Write(item.id_Empresa.ToString().PadLeft(5, '0'));

#line default
#line hidden
                        EndContext();
                        BeginContext(1882, 1, true);
                        WriteLiteral("-");
                        EndContext();
                        BeginContext(1884, 28, false);
#line 48 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                        Write(item.Nome_Empresa.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(1912, 67, true);
                        WriteLiteral("</td>\r\n                                    <td style=\"width=250px\">");
                        EndContext();
                        BeginContext(1980, 43, false);
#line 49 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                        Write(item.id_Produtor.ToString().PadLeft(5, '0'));

#line default
#line hidden
                        EndContext();
                        BeginContext(2023, 1, true);
                        WriteLiteral("-");
                        EndContext();
                        BeginContext(2025, 29, false);
#line 49 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                        Write(item.Nome_Produtor.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2054, 67, true);
                        WriteLiteral("</td>\r\n                                    <td style=\"width=150px\">");
                        EndContext();
                        BeginContext(2122, 26, false);
#line 50 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                        Write(item.Quantidade.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2148, 67, true);
                        WriteLiteral("</td>\r\n                                    <td style=\"width=150px\">");
                        EndContext();
                        BeginContext(2216, 26, false);
#line 51 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                        Write(item.Data_Abate.ToString());

#line default
#line hidden
                        EndContext();
                        BeginContext(2242, 7, true);
                        WriteLiteral("</td>\r\n");
                        EndContext();
#line 52 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                    }


#line default
#line hidden
                    BeginContext(2315, 61, true);
                    WriteLiteral("                        </tr>\r\n                    </tbody>\r\n");
                    EndContext();
#line 56 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                }


#line default
#line hidden
                BeginContext(2410, 22, true);
                WriteLiteral("        </table>\r\n    ");
                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);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Controller = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2439, 403, true);
            WriteLiteral(@"
</div>

<div class=""container"" style=""background-color:rgba(239,239,239,0.95); border-radius:10px; padding:20px;width:1100px;"">
    <table class=""table table-bordered"" align=""center"" style=""width:500px;"">
        <tbody>
            <tr>
                <td style=""width:50px""><button type=""button"" class=""btn btn-block btn-primary"" onclick=""CriarRegistro()"">Criar Registro Abate</button></td>
");
            EndContext();
#line 67 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
            if (ViewBag.Editar == "SIM")
            {
#line default
#line hidden
                BeginContext(2908, 146, true);
                WriteLiteral("                    <td style=\"width:50px\"><button type=\"button\" class=\"btn btn-block btn-primary\" onclick=\"VoltarEditar()\">Voltar</button></td>\r\n");
                EndContext();
#line 70 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
            }
            else
            {
#line default
#line hidden
                BeginContext(3114, 140, true);
                WriteLiteral("                    <td style=\"width:50px\"><button type=\"button\" class=\"btn btn-block btn-primary\" onclick=\"Voltar()\">Voltar</button></td>\r\n");
                EndContext();
#line 74 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
            }

#line default
#line hidden
            BeginContext(3273, 59, true);
            WriteLiteral("            </tr>\r\n        </tbody>\r\n    </table>\r\n</div>\r\n");
            EndContext();
            BeginContext(3332, 726, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "58c8273c074d457895df1108c3d97879", async() => {
                BeginContext(3338, 21, true);
                WriteLiteral("\r\n    <div>\r\n        ");
                EndContext();
                BeginContext(3359, 674, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bdbdebc18ba14040ad170e1730d4a4e0", async() => {
                    BeginContext(4012, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                }
                                                                            );
                __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
                __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 81 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = 10;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 82 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = ViewBag.CurrentPage;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 83 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = ViewBag.TotalItems;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 85 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.ShowFirstLast = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-show-first-last", __cloudscribe_Web_Pagination_PagerTagHelper.ShowFirstLast, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 86 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.SuppressEmptyNextPrev = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-suppress-empty-nextprev", __cloudscribe_Web_Pagination_PagerTagHelper.SuppressEmptyNextPrev, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 87 "E:\Projetos\RAEC_ASPNETCORE\BOVINE_WEIGHT\BOVINE_WEIGHT\Views\Abate\IndexAbate.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.SuppressInActiveFirstLast = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-suppress-inactive-firstlast", __cloudscribe_Web_Pagination_PagerTagHelper.SuppressInActiveFirstLast, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.FirstPageText = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __cloudscribe_Web_Pagination_PagerTagHelper.LastPageText = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4033, 18, true);
                WriteLiteral("\r\n\r\n    </div>\r\n\r\n");
                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);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4058, 492, true);
            WriteLiteral(@"

<script>
        function CriarRegistro() {
            window.location.href = ""../Abate/RegistrarAbate""
        }
        function Voltar() {
            window.location.href = ""../Home/Menu""
        }
        function ExcluirRegistro(id_conta) {
            window.location.href = ""../Abate/ExcluirRegistroAbate/"" + id_conta;
        }
        function Editar(id_conta) {
            window.location.href = ""../Abate/RegistrarAbate/"" + id_conta;
        }
</script>



");
            EndContext();
        }