Ejemplo n.º 1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(225, 130, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "eeeb8a052e46425cb90dd445e6776cf5", async() => {
                BeginContext(233, 40, true);
                WriteLiteral("\n    window.passwordComplexitySetting = ");
                EndContext();
                BeginContext(274, 70, false);
#line 7 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(Html.Raw(Model.PasswordComplexitySetting.ToJsonString(indented: true)));

#line default
#line hidden
                EndContext();
                BeginContext(344, 2, true);
                WriteLiteral(";\n");
                EndContext();
            }
                                                                        );
            __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
            __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(355, 1, true);
            WriteLiteral("\n");
            EndContext();
            BeginContext(357, 123, false);
#line 9 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
            Write(Html.Partial("~/Areas/AppAreaName/Views/Common/Modals/_ModalHeader.cshtml", new ModalHeaderViewModel(L("CreateNewTenant"))));

#line default
#line hidden
            EndContext();
            BeginContext(480, 31, true);
            WriteLiteral("\n\n<div class=\"modal-body\">\n    ");
            EndContext();
            BeginContext(511, 5005, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2938e77c02204abd995562f32f0aa974", async() => {
                BeginContext(547, 71, true);
                WriteLiteral("\n        <div class=\"form-group\">\n            <label for=\"TenancyName\">");
                EndContext();
                BeginContext(619, 16, false);
#line 14 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("TenancyName"));

#line default
#line hidden
                EndContext();
                BeginContext(635, 105, true);
                WriteLiteral("</label>\n            <input id=\"TenancyName\" class=\"form-control\" type=\"text\" name=\"TenancyName\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 740, "\"", 780, 1);
#line 15 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                WriteAttributeValue("", 752, Tenant.MaxTenancyNameLength, 752, 28, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginWriteAttribute("regex", " regex=\"", 781, "\"", 813, 1);
#line 15 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                WriteAttributeValue("", 789, Tenant.TenancyNameRegex, 789, 24, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(814, 89, true);
                WriteLiteral(">\n        </div>\n\n        <div class=\"form-group no-hint\">\n            <label for=\"Name\">");
                EndContext();
                BeginContext(904, 9, false);
#line 19 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("Name"));

#line default
#line hidden
                EndContext();
                BeginContext(913, 91, true);
                WriteLiteral("</label>\n            <input id=\"Name\" type=\"text\" name=\"Name\" class=\"form-control\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 1004, "\"", 1037, 1);
#line 20 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                WriteAttributeValue("", 1016, Tenant.MaxNameLength, 1016, 21, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1038, 227, true);
                WriteLiteral(">\n        </div>\n\n        <div class=\"m-checkbox-list\">\n            <label class=\"m-checkbox\">\n                <input id=\"CreateTenant_UseHostDb\" type=\"checkbox\" name=\"UseHostDb\" value=\"true\" checked=\"checked\">\n                ");
                EndContext();
                BeginContext(1266, 20, false);
#line 26 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("UseHostDatabase"));

#line default
#line hidden
                EndContext();
                BeginContext(1286, 173, true);
                WriteLiteral("\n                <span></span>\n            </label>\n        </div>\n\n        <div class=\"form-group no-hint\" style=\"display: none\">\n            <label for=\"ConnectionString\">");
                EndContext();
                BeginContext(1460, 29, false);
#line 32 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("DatabaseConnectionString"));

#line default
#line hidden
                EndContext();
                BeginContext(1489, 115, true);
                WriteLiteral("</label>\n            <input id=\"ConnectionString\" type=\"text\" name=\"ConnectionString\" class=\"form-control\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 1604, "\"", 1649, 1);
#line 33 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                WriteAttributeValue("", 1616, Tenant.MaxConnectionStringLength, 1616, 33, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1650, 94, true);
                WriteLiteral(">\n        </div>\n\n        <div class=\"form-group\">\n            <label for=\"AdminEmailAddress\">");
                EndContext();
                BeginContext(1745, 22, false);
#line 37 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("AdminEmailAddress"));

#line default
#line hidden
                EndContext();
                BeginContext(1767, 118, true);
                WriteLiteral("</label>\n            <input id=\"AdminEmailAddress\" type=\"email\" name=\"AdminEmailAddress\" class=\"form-control\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 1885, "\"", 1966, 1);
#line 38 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                WriteAttributeValue("", 1897, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxEmailAddressLength, 1897, 69, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1967, 245, true);
                WriteLiteral(">\n        </div>\n\n        <div class=\"m-checkbox-list\">\n            <label class=\"m-checkbox\">\n                <input id=\"CreateTenant_SetRandomPassword\" type=\"checkbox\" name=\"SetRandomPassword\" value=\"true\" checked=\"checked\" />\n                ");
                EndContext();
                BeginContext(2213, 22, false);
#line 44 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("SetRandomPassword"));

#line default
#line hidden
                EndContext();
                BeginContext(2235, 205, true);
                WriteLiteral("\n                <span></span>\n            </label>\n        </div>\n\n        <div class=\"form-group no-hint tenant-admin-password\" style=\"display: none\">\n            <label for=\"CreateTenant_AdminPassword\">");
                EndContext();
                BeginContext(2441, 13, false);
#line 50 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("Password"));

#line default
#line hidden
                EndContext();
                BeginContext(2454, 117, true);
                WriteLiteral("</label>\n            <input id=\"CreateTenant_AdminPassword\" type=\"password\" name=\"AdminPassword\" class=\"form-control\"");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 2571, "\"", 2653, 1);
#line 51 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                WriteAttributeValue("", 2583, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxPlainPasswordLength, 2583, 70, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2654, 159, true);
                WriteLiteral(" autocomplete=\"off\">\n        </div>\n\n        <div class=\"form-group tenant-admin-password\" style=\"display: none\">\n            <label for=\"AdminPasswordRepeat\">");
                EndContext();
                BeginContext(2814, 19, false);
#line 55 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("PasswordRepeat"));

#line default
#line hidden
                EndContext();
                BeginContext(2833, 116, true);
                WriteLiteral("</label>\n            <input id=\"AdminPasswordRepeat\" type=\"password\" name=\"AdminPasswordRepeat\" class=\"form-control\"");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 2949, "\"", 3031, 1);
#line 56 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                WriteAttributeValue("", 2961, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxPlainPasswordLength, 2961, 70, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(3032, 151, true);
                WriteLiteral(" equalto=\"#CreateTenant_AdminPassword\" autocomplete=\"off\">\n        </div>\n\n        <div class=\"form-group no-hint\">\n            <label for=\"EditionId\">");
                EndContext();
                BeginContext(3184, 12, false);
#line 60 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("Edition"));

#line default
#line hidden
                EndContext();
                BeginContext(3196, 83, true);
                WriteLiteral("</label>\n            <select class=\"form-control\" id=\"EditionId\" name=\"EditionId\">\n");
                EndContext();
#line 62 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                foreach (var edition in Model.EditionItems)
                {
#line default
#line hidden
                    BeginContext(3358, 20, true);
                    WriteLiteral("                    ");
                    EndContext();
                    BeginContext(3378, 90, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1eb48152409a4c54ada4800b76549c3b", async() => {
                        BeginContext(3440, 19, false);
#line 64 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                        Write(edition.DisplayText);

#line default
#line hidden
                        EndContext();
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                    BeginWriteTagHelperAttribute();
#line 64 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                    WriteLiteral(edition.Value);

#line default
#line hidden
                    __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                    __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = __tagHelperStringValueBuffer;
                    __tagHelperExecutionContext.AddTagHelperAttribute("value", __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    BeginWriteTagHelperAttribute();
#line 64 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                    Write(edition.IsFree);

#line default
#line hidden
                    __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                    __tagHelperExecutionContext.AddHtmlAttribute("data-isfree", Html.Raw(__tagHelperStringValueBuffer), 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(3468, 1, true);
                    WriteLiteral("\n");
                    EndContext();
#line 65 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                }

#line default
#line hidden
                BeginContext(3487, 276, true);
                WriteLiteral(@"            </select>
        </div>

        <div class=""m-checkbox-list subscription-component"">
            <label for=""CreateTenant_IsUnlimited"" class=""m-checkbox"">
                <input id=""CreateTenant_IsUnlimited"" type=""checkbox"" name=""IsUnlimited"" />
                ");
                EndContext();
                BeginContext(3764, 30, false);
#line 72 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("UnlimitedTimeSubscription"));

#line default
#line hidden
                EndContext();
                BeginContext(3794, 172, true);
                WriteLiteral("\n                <span></span>\n            </label>\n        </div>\n\n        <div class=\"form-group subscription-component\">\n            <label for=\"SubscriptionEndDateUtc\">");
                EndContext();
                BeginContext(3967, 27, false);
#line 78 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("SubscriptionEndDateUtc"));

#line default
#line hidden
                EndContext();
                BeginContext(3994, 446, true);
                WriteLiteral(@"</label>
            <input id=""SubscriptionEndDateUtc"" type=""datetime"" name=""SubscriptionEndDateUtc"" class=""form-control date-time-picker"" required>
        </div>

        <div class=""m-checkbox-list subscription-component"">
            <label for=""CreateTenant_IsInTrialPeriod"" class=""m-checkbox"">
                <input id=""CreateTenant_IsInTrialPeriod"" class=""md-check"" type=""checkbox"" name=""IsInTrialPeriod"" value=""true"" />
                ");
                EndContext();
                BeginContext(4441, 20, false);
#line 85 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("IsInTrialPeriod"));

#line default
#line hidden
                EndContext();
                BeginContext(4461, 372, true);
                WriteLiteral(@"
                <span></span>
            </label>
        </div>

        <div class=""m-checkbox-list"">
            <label for=""CreateTenant_ShouldChangePasswordOnNextLogin"" class=""m-checkbox"">
                <input id=""CreateTenant_ShouldChangePasswordOnNextLogin"" type=""checkbox"" name=""ShouldChangePasswordOnNextLogin"" value=""true"" checked=""checked"">
                ");
                EndContext();
                BeginContext(4834, 36, false);
#line 93 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("ShouldChangePasswordOnNextLogin"));

#line default
#line hidden
                EndContext();
                BeginContext(4870, 282, true);
                WriteLiteral(@"
                <span></span>
            </label>
            <label for=""CreateTenant_SendActivationEmail"" class=""m-checkbox"">
                <input id=""CreateTenant_SendActivationEmail"" type=""checkbox"" name=""SendActivationEmail"" value=""true"" checked=""checked"">
                ");
                EndContext();
                BeginContext(5153, 24, false);
#line 98 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("SendActivationEmail"));

#line default
#line hidden
                EndContext();
                BeginContext(5177, 249, true);
                WriteLiteral("\n                <span></span>\n            </label>\n            <label for=\"CreateTenant_IsActive\" class=\"m-checkbox\">\n                <input id=\"CreateTenant_IsActive\" type=\"checkbox\" name=\"IsActive\" value=\"true\" checked=\"checked\">\n                ");
                EndContext();
                BeginContext(5427, 11, false);
#line 103 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
                Write(L("Active"));

#line default
#line hidden
                EndContext();
                BeginContext(5438, 71, true);
                WriteLiteral("\n                <span></span>\n            </label>\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);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(5516, 9, true);
            WriteLiteral("\n</div>\n\n");
            EndContext();
            BeginContext(5526, 92, false);
#line 110 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\_CreateModal.cshtml"
            Write(Html.Partial("~/Areas/AppAreaName/Views/Common/Modals/_ModalFooterWithSaveAndCancel.cshtml"));

#line default
#line hidden
            EndContext();
        }
Ejemplo n.º 2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"

            ViewBag.CurrentPageName = AppAreaNamePageNames.Common.OrganizationUnits;

#line default
#line hidden
            DefineSection("Styles", async() => {
                BeginContext(205, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(210, 130, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "dde4275c87a04d65b254bde2a52da7fb", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
#line 8 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(340, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            DefineSection("Scripts", async() => {
                BeginContext(365, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(370, 120, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "31e57e7d93254591a7468ead95d61937", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 12 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(490, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(493, 197, true);
            WriteLiteral("\n<div class=\"m-subheader\">\n    <div class=\"d-flex align-items-center\">\n        <div class=\"mr-auto\">\n            <h3 class=\"m-subheader__title m-subheader__title--separator\">\n                <span>");
            EndContext();
            BeginContext(691, 22, false);
#line 19 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            Write(L("OrganizationUnits"));

#line default
#line hidden
            EndContext();
            BeginContext(713, 84, true);
            WriteLiteral("</span>\n            </h3>\n            <span class=\"m-section__sub\">\n                ");
            EndContext();
            BeginContext(798, 32, false);
#line 22 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            Write(L("OrganizationUnitsHeaderInfo"));

#line default
#line hidden
            EndContext();
            BeginContext(830, 446, true);
            WriteLiteral(@"
            </span>
        </div>

    </div>
</div>


<div class=""m-content"">
    <div class=""row"">
        <div class=""col-lg-6"">
            <div class=""m-portlet m-portlet--mobile"">
                <div class=""m-portlet__head"">
                    <div class=""m-portlet__head-caption"">
                        <div class=""m-portlet__head-title"">
                            <h3 class=""m-portlet__head-text"">
                                ");
            EndContext();
            BeginContext(1277, 21, false);
#line 38 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            Write(L("OrganizationTree"));

#line default
#line hidden
            EndContext();
            BeginContext(1298, 149, true);
            WriteLiteral("\n                            </h3>\n                        </div>\n                    </div>\n                    <div class=\"m-portlet__head-tools\">\n");
            EndContext();
#line 43 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            if (IsGranted(AppPermissions.Pages_Administration_OrganizationUnits_ManageOrganizationTree))
            {
#line default
#line hidden
                BeginContext(1591, 157, true);
                WriteLiteral("                            <button type=\"button\" id=\"AddRootUnitButton\" class=\"btn btn-primary\">\n                                <i class=\"la la-plus\"></i> ");
                EndContext();
                BeginContext(1749, 16, false);
#line 46 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
                Write(L("AddRootUnit"));

#line default
#line hidden
                EndContext();
                BeginContext(1765, 39, true);
                WriteLiteral("\n                            </button>\n");
                EndContext();
#line 48 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(1830, 301, true);
            WriteLiteral(@"                    </div>
                </div>
                <div class=""m-portlet__body"">
                    <div id=""OrganizationUnitEditTree""></div>
                    <div id=""OrganizationUnitTreeEmptyInfo"" ng-if=""!vm.organizationTree.unitCount"" class=""text-muted"">
                        ");
            EndContext();
            BeginContext(2132, 33, false);
#line 54 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            Write(L("NoOrganizationUnitDefinedYet"));

#line default
#line hidden
            EndContext();
            BeginContext(2165, 428, true);
            WriteLiteral(@"
                    </div>
                </div>
            </div>
        </div>
        <div class=""col-lg-6"">
            <div class=""m-portlet m-portlet--mobile"">
                <div class=""m-portlet__head"">
                    <div class=""m-portlet__head-caption"">
                        <div class=""m-portlet__head-title"">
                            <h3 class=""m-portlet__head-text"">
                                ");
            EndContext();
            BeginContext(2594, 12, false);
#line 65 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            Write(L("Members"));

#line default
#line hidden
            EndContext();
            BeginContext(2606, 221, true);
            WriteLiteral("\n                                <span id=\"SelectedOuRightTitle\"></span>\n                            </h3>\n                        </div>\n                    </div>\n                    <div class=\"m-portlet__head-tools\">\n");
            EndContext();
#line 71 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            if (IsGranted(AppPermissions.Pages_Administration_OrganizationUnits_ManageMembers))
            {
#line default
#line hidden
                BeginContext(2962, 178, true);
                WriteLiteral("                            <button type=\"button\" id=\"AddUserToOuButton\" class=\"btn btn-primary\" style=\"display:none\">\n                                <i class=\"la la-plus\"></i> ");
                EndContext();
                BeginContext(3141, 14, false);
#line 74 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
                Write(L("AddMember"));

#line default
#line hidden
                EndContext();
                BeginContext(3155, 39, true);
                WriteLiteral("\n                            </button>\n");
                EndContext();
#line 76 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(3220, 453, true);
            WriteLiteral(@"                    </div>
                </div>
                <div class=""m-portlet__body"">
                    <div id=""OuMembersTable"" style=""display:none"">
                        <table class=""organization-members-table display table table-striped table-bordered table-hover dt-responsive nowrap"">
                            <thead>
                            <tr>
                                <th></th>
                                <th>");
            EndContext();
            BeginContext(3674, 11, false);
#line 85 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            Write(L("Delete"));

#line default
#line hidden
            EndContext();
            BeginContext(3685, 42, true);
            WriteLiteral("</th>\n                                <th>");
            EndContext();
            BeginContext(3728, 13, false);
#line 86 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            Write(L("UserName"));

#line default
#line hidden
            EndContext();
            BeginContext(3741, 42, true);
            WriteLiteral("</th>\n                                <th>");
            EndContext();
            BeginContext(3784, 14, false);
#line 87 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            Write(L("AddedTime"));

#line default
#line hidden
            EndContext();
            BeginContext(3798, 231, true);
            WriteLiteral("</th>\n                            </tr>\n                            </thead>\n                        </table>\n                    </div>\n\n                    <div id=\"OuMembersEmptyInfo\" class=\"text-muted\">\n                        ");
            EndContext();
            BeginContext(4030, 41, false);
#line 94 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\OrganizationUnits\Index.cshtml"
            Write(L("SelectAnOrganizationUnitToSeeMembers"));

#line default
#line hidden
            EndContext();
            BeginContext(4071, 102, true);
            WriteLiteral("\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</div>");
            EndContext();
        }
Ejemplo n.º 3
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 5 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"

            Layout = null;
            var theme = UiThemeCustomizer.SelectedTheme;

#line default
#line hidden
            BeginContext(247, 31, true);
            WriteLiteral("<!DOCTYPE html>\n<html lang=\"en\"");
            EndContext();
            BeginWriteAttribute("dir", " dir=", 278, "", 318, 1);
#line 10 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
            WriteAttributeValue("", 283, CultureHelper.IsRtl ? "rtl" : "", 283, 35, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(318, 2, true);
            WriteLiteral(">\n");
            EndContext();
            BeginContext(320, 1440, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("head", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c7113259f6a0469a81d7d24b09c53236", async() => {
                BeginContext(326, 279, true);
                WriteLiteral(@"
    <meta charset=""utf-8"" />

    <title>AbpZeroTemplate</title>

    <meta http-equiv=""X-UA-Compatible"" content=""IE=edge"" />
    <meta content=""width=device-width, initial-scale=1.0"" name=""viewport"" />
    <meta http-equiv=""Content-type"" content=""text/html; charset=utf-8"" />

");
                EndContext();
                BeginContext(668, 171, true);
                WriteLiteral("    <meta content=\"AbpZeroTemplate\" name=\"description\" />\n    <meta content=\"AbpZeroTemplate\" name=\"keywords\" />\n    <meta content=\"AbpZeroTemplate\" name=\"author\" />\n\n    ");
                EndContext();
                BeginContext(839, 49, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "11a8c940c4d04db09ed6003eec64613e", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = (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(888, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(894, 130, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "af7c4ffd8bad48de952820857c46f559", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
#line 27 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1024, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(1029, 160, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "1e47bea0efa94ad0ad79657814b9e4c9", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                BeginWriteTagHelperAttribute();
                WriteLiteral("/metronic/dist/html/");
#line 28 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                WriteLiteral(theme);

#line default
#line hidden
                WriteLiteral("/assets/demo/");
#line 28 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                WriteLiteral(theme);

#line default
#line hidden
                WriteLiteral("/base/style.bundle");
#line 28 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                WriteLiteral(CultureHelper.IsRtl ? ".rtl":"");

#line default
#line hidden
                WriteLiteral(".css");
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("href", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href;
#line 28 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1189, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(1194, 129, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "66c2ed2315b8483ba9024974772211db", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
#line 29 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1323, 2, true);
                WriteLiteral("\n\n");
                EndContext();
#line 31 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                if (CultureHelper.IsRtl)
                {
#line default
#line hidden
                    BeginContext(1361, 8, true);
                    WriteLiteral("        ");
                    EndContext();
                    BeginContext(1369, 99, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "24722b2ac3244b03815430bb69c0c04c", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                    __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_5.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = (string)__tagHelperAttribute_5.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 33 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1468, 1, true);
                    WriteLiteral("\n");
                    EndContext();
#line 34 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                }

#line default
#line hidden
                BeginContext(1475, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(1480, 271, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "57f2679d81d349449d43a0e07b663966", async() => {
                    BeginContext(1511, 1, true);
                    WriteLiteral("\n");
                    EndContext();
                    BeginContext(1675, 44, true);
                    WriteLiteral("        var abp = abp || {}; abp.appPath = \'");
                    EndContext();
                    BeginContext(1720, 15, false);
#line 39 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                    Write(ApplicationPath);

#line default
#line hidden
                    EndContext();
                    BeginContext(1735, 7, true);
                    WriteLiteral("\';\n    ");
                    EndContext();
                }
                                                                            );
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1751, 2, true);
                WriteLiteral("\n\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1760, 1, true);
            WriteLiteral("\n");
            EndContext();
            BeginContext(1761, 902, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "08867b82cd724fe2bc57003e37f0fadb", async() => {
                BeginContext(1935, 129, true);
                WriteLiteral("\n    <div class=\"m-grid m-grid--hor m-grid--root m-page\">\n        <div class=\"m-grid__item m-grid__item--fluid m-grid  m-error-5\"");
                EndContext();
                BeginWriteAttribute("style", " style=\"", 2064, "\"", 2154, 4);
                WriteAttributeValue("", 2072, "background-image:", 2072, 17, true);
                WriteAttributeValue(" ", 2089, "url(", 2090, 5, true);
#line 45 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                WriteAttributeValue("", 2094, ApplicationPath, 2094, 18, false);

#line default
#line hidden
                WriteAttributeValue("", 2112, "metronic/src/media/app/img/error/bg5.jpg);", 2112, 42, true);
                EndWriteAttribute();
                BeginContext(2155, 14, true);
                WriteLiteral(">\n            ");
                EndContext();
                BeginContext(2170, 12, false);
#line 46 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                Write(RenderBody());

#line default
#line hidden
                EndContext();
                BeginContext(2182, 32, true);
                WriteLiteral("\n        </div>\n    </div>\n\n    ");
                EndContext();
                BeginContext(2214, 125, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "10934eee042d4e9ea01745606e90d01b", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
#line 50 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2339, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(2345, 117, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b69250214bf94efd960678bb91b2cc49", async() => {
                    BeginContext(2376, 47, true);
                    WriteLiteral("\n        abp.localization.defaultSourceName = \'");
                    EndContext();
                    BeginContext(2424, 22, false);
#line 53 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                    Write(LocalizationSourceName);

#line default
#line hidden
                    EndContext();
                    BeginContext(2446, 7, true);
                    WriteLiteral("\';\n    ");
                    EndContext();
                }
                                                                            );
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2462, 102, true);
                WriteLiteral("\n\n    <!-- Dynamic scripts of ABP system (They are created on runtime and can not be bundled) -->\n    ");
                EndContext();
                BeginContext(2564, 91, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e4e1220420c6455e9eb36e54d628195a", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                BeginWriteTagHelperAttribute();
                WriteLiteral("~/AbpScripts/GetScripts?v=");
#line 57 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                WriteLiteral(Clock.Now.Ticks);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.Src = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("src", __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.Src, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2655, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2663, 10, true);
            WriteLiteral("\n\n</html>\n");
            EndContext();
        }
Ejemplo n.º 4
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 5 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"

            ViewBag.CurrentPageName = AppAreaNamePageNames.Common.Languages;

#line default
#line hidden
            DefineSection("Styles", async() => {
                BeginContext(309, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(314, 122, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "3028e0a248134ccbb081da43f5323557", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
#line 10 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(436, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            DefineSection("Scripts", async() => {
                BeginContext(457, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(462, 119, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "af79e3054a7c4d0aaabadf902876aeee", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 14 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(581, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(584, 214, true);
            WriteLiteral("\n<div class=\"m-subheader \">\n    <div class=\"row align-items-center\">\n        <div class=\"mr-auto col-sm-12 col-md-6\">\n            <h3 class=\"m-subheader__title m-subheader__title--separator\">\n                <span>");
            EndContext();
            BeginContext(799, 14, false);
#line 21 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            Write(L("Languages"));

#line default
#line hidden
            EndContext();
            BeginContext(813, 84, true);
            WriteLiteral("</span>\n            </h3>\n            <span class=\"m-section__sub\">\n                ");
            EndContext();
            BeginContext(898, 24, false);
#line 24 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            Write(L("LanguagesHeaderInfo"));

#line default
#line hidden
            EndContext();
            BeginContext(922, 88, true);
            WriteLiteral("\n            </span>\n        </div>\n        <div class=\"col-sm-12 col-md-6 text-right\">\n");
            EndContext();
#line 28 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            if (IsGranted(AppPermissions.Pages_Administration_Languages_Create) && AbpSession.MultiTenancySide == MultiTenancySides.Host)
            {
#line default
#line hidden
                BeginContext(1163, 104, true);
                WriteLiteral("                <button id=\"CreateNewLanguageButton\" class=\"btn btn-primary\"><i class=\"fa fa-plus\"></i> ");
                EndContext();
                BeginContext(1268, 22, false);
#line 30 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
                Write(L("CreateNewLanguage"));

#line default
#line hidden
                EndContext();
                BeginContext(1290, 10, true);
                WriteLiteral("</button>\n");
                EndContext();
#line 31 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            }

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

<div class=""m-content"">
    <div class=""m-portlet m-portlet--mobile"">
        <div class=""m-portlet__body"">
            <div class=""row align-items-center"">
                <table id=""LanguagesTable"" class=""display table table-striped table-bordered table-hover dt-responsive nowrap"">
                    <thead>
                    <tr>
                        <th></th>
                        <th>");
            EndContext();
            BeginContext(1749, 12, false);
#line 44 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            Write(L("Actions"));

#line default
#line hidden
            EndContext();
            BeginContext(1761, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(1796, 9, false);
#line 45 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            Write(L("Name"));

#line default
#line hidden
            EndContext();
            BeginContext(1805, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(1840, 9, false);
#line 46 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            Write(L("Code"));

#line default
#line hidden
            EndContext();
            BeginContext(1849, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(1884, 12, false);
#line 47 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            Write(L("Default"));

#line default
#line hidden
            EndContext();
            BeginContext(1896, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(1931, 17, false);
#line 48 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            Write(L("CreationTime"));

#line default
#line hidden
            EndContext();
            BeginContext(1948, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(1983, 14, false);
#line 49 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            Write(L("IsEnabled"));

#line default
#line hidden
            EndContext();
            BeginContext(1997, 86, true);
            WriteLiteral("</th>\n                    </tr>\n                    </thead>\n                </table>\n");
            EndContext();
#line 53 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            if (Model.IsTenantView)
            {
#line default
#line hidden
                BeginContext(2142, 70, true);
                WriteLiteral("                    <p class=\"margin-top-20\">\n                        ");
                EndContext();
                BeginContext(2214, 46, false);
#line 56 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
                Write("* " + L("CanNotEditOrDeleteDefaultLanguages"));

#line default
#line hidden
                EndContext();
                BeginContext(2261, 26, true);
                WriteLiteral("\n                    </p>\n");
                EndContext();
#line 58 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(2305, 51, true);
            WriteLiteral("            </div>\n        </div>\n    </div>\n</div>");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(325, 1, true);
            WriteLiteral("\n");
            EndContext();
            BeginContext(326, 130, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5c73fe5eb2114b12a9297893614f5bed", async() => {
                BeginContext(334, 40, true);
                WriteLiteral("\n    window.passwordComplexitySetting = ");
                EndContext();
                BeginContext(375, 70, false);
#line 11 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(Html.Raw(Model.PasswordComplexitySetting.ToJsonString(indented: true)));

#line default
#line hidden
                EndContext();
                BeginContext(445, 2, true);
                WriteLiteral(";\n");
                EndContext();
            }
                                                                        );
            __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
            __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(456, 1, true);
            WriteLiteral("\n");
            EndContext();
            BeginContext(458, 187, false);
#line 13 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
            Write(Html.Partial("~/Areas/AppAreaName/Views/Common/Modals/_ModalHeader.cshtml", new ModalHeaderViewModel(Model.IsEditMode ? (L("EditUser") + ": " + Model.User.UserName) : L("CreateNewUser"))));

#line default
#line hidden
            EndContext();
            BeginContext(645, 254, true);
            WriteLiteral("\n\n<div class=\"modal-body\">\n    <ul class=\"nav nav-tabs  m-tabs-line\" role=\"tablist\">\n        <li class=\"nav-item m-tabs__item\">\n            <a href=\"#UserInformationsTab\" class=\"nav-link m-tabs__link active\" data-toggle=\"tab\" role=\"tab\">\n                ");
            EndContext();
            BeginContext(900, 21, false);
#line 19 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
            Write(L("UserInformations"));

#line default
#line hidden
            EndContext();
            BeginContext(921, 183, true);
            WriteLiteral("\n            </a>\n        </li>\n        <li class=\"nav-item m-tabs__item\">\n            <a href=\"#RolesTab\" data-toggle=\"tab\" role=\"tab\" class=\"nav-link m-tabs__link\">\n                ");
            EndContext();
            BeginContext(1105, 10, false);
#line 24 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
            Write(L("Roles"));

#line default
#line hidden
            EndContext();
            BeginContext(1115, 63, true);
            WriteLiteral(" <b class=\"badge badge-primary\"><span id=\"assigned-role-count\">");
            EndContext();
            BeginContext(1179, 23, false);
#line 24 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
            Write(Model.AssignedRoleCount);

#line default
#line hidden
            EndContext();
            BeginContext(1202, 206, true);
            WriteLiteral("</span></b>\n            </a>\n        </li>\n        <li class=\"nav-item m-tabs__item\">\n            <a href=\"#OrganizationUnitsTab\" data-toggle=\"tab\" role=\"tab\" class=\"nav-link m-tabs__link\">\n                ");
            EndContext();
            BeginContext(1409, 22, false);
#line 29 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
            Write(L("OrganizationUnits"));

#line default
#line hidden
            EndContext();
            BeginContext(1431, 163, true);
            WriteLiteral("\n            </a>\n        </li>\n    </ul>\n    <div class=\"tab-content\">\n        <div class=\"tab-pane active\" id=\"UserInformationsTab\" role=\"tabpanel\">\n            ");
            EndContext();
            BeginContext(1594, 6818, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a6656be226434880a29b1bc8c673d72c", async() => {
                BeginContext(1675, 2, true);
                WriteLiteral("\n\n");
                EndContext();
#line 37 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                if (Model.IsEditMode)
                {
#line default
#line hidden
                    BeginContext(1734, 50, true);
                    WriteLiteral("                    <input type=\"hidden\" name=\"Id\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1784, "\"", 1806, 1);
#line 39 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                    WriteAttributeValue("", 1792, Model.User.Id, 1792, 14, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1807, 4, true);
                    WriteLiteral(" />\n");
                    EndContext();
#line 40 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                }

#line default
#line hidden
                BeginContext(1829, 121, true);
                WriteLiteral("\n                <div class=\"row\">\n                    <div class=\"col-sm-3 text-center margin-top-15 margin-bottom-15\">\n");
                EndContext();
#line 44 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                if (Model.ProfilePictureId.HasValue)
                {
#line default
#line hidden
                    BeginContext(2038, 32, true);
                    WriteLiteral("                            <img");
                    EndContext();
                    BeginWriteAttribute("src", " src=\"", 2070, "\"", 2187, 3);
#line 46 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                    WriteAttributeValue("", 2076, Url.Action("GetProfilePictureById", "Profile", new { area = string.Empty }), 2076, 76, false);

#line default
#line hidden
                    WriteAttributeValue("", 2152, "?id=", 2152, 4, true);
#line 46 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                    WriteAttributeValue("", 2156, Model.ProfilePictureId.Value, 2156, 31, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(2188, 94, true);
                    WriteLiteral(" width=\"128\" height=\"128\" class=\"img-thumbnail img-rounded user-edit-dialog-profile-image\" />\n");
                    EndContext();
#line 47 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                }
                else
                {
#line default
#line hidden
                    BeginContext(2363, 32, true);
                    WriteLiteral("                            <img");
                    EndContext();
                    BeginWriteAttribute("src", " src=\"", 2395, "\"", 2460, 1);
#line 50 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                    WriteAttributeValue("", 2401, Url.Content("~/Common/Images/default-profile-picture.png"), 2401, 59, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(2461, 94, true);
                    WriteLiteral(" width=\"128\" height=\"128\" class=\"img-thumbnail img-rounded user-edit-dialog-profile-image\" />\n");
                    EndContext();
#line 51 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                }

#line default
#line hidden
                BeginContext(2581, 165, true);
                WriteLiteral("                    </div>\n                    <div class=\"col-sm-9\">\n                        <div class=\"form-group\">\n                            <label for=\"Name\">");
                EndContext();
                BeginContext(2747, 9, false);
#line 55 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(L("Name"));

#line default
#line hidden
                EndContext();
                BeginContext(2756, 74, true);
                WriteLiteral("</label>\n                            <input id=\"Name\" class=\"form-control\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 2830, "\"", 2854, 1);
#line 56 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 2838, Model.User.Name, 2838, 16, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2855, 33, true);
                WriteLiteral(" type=\"text\" name=\"Name\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 2888, "\"", 2961, 1);
#line 56 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 2900, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxNameLength, 2900, 61, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2962, 132, true);
                WriteLiteral(">\n                        </div>\n\n                        <div class=\"form-group\">\n                            <label for=\"Surname\">");
                EndContext();
                BeginContext(3095, 12, false);
#line 60 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(L("Surname"));

#line default
#line hidden
                EndContext();
                BeginContext(3107, 104, true);
                WriteLiteral("</label>\n                            <input id=\"Surname\" type=\"text\" name=\"Surname\" class=\"form-control\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 3211, "\"", 3238, 1);
#line 61 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 3219, Model.User.Surname, 3219, 19, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(3239, 9, true);
                WriteLiteral(" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 3248, "\"", 3324, 1);
#line 61 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 3260, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxSurnameLength, 3260, 64, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(3325, 171, true);
                WriteLiteral(">\n                        </div>\n                    </div>\n                </div>\n\n                <div class=\"form-group\">\n                    <label for=\"EmailAddress\">");
                EndContext();
                BeginContext(3497, 17, false);
#line 67 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(L("EmailAddress"));

#line default
#line hidden
                EndContext();
                BeginContext(3514, 107, true);
                WriteLiteral("</label>\n                    <input id=\"EmailAddress\" type=\"email\" name=\"EmailAddress\" class=\"form-control\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 3621, "\"", 3653, 1);
#line 68 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 3629, Model.User.EmailAddress, 3629, 24, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(3654, 9, true);
                WriteLiteral(" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 3663, "\"", 3709, 1);
#line 68 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 3675, AbpUserBase.MaxEmailAddressLength, 3675, 34, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(3710, 112, true);
                WriteLiteral(">\n                </div>\n\n                <div class=\"form-group\">\n                    <label for=\"PhoneNumber\">");
                EndContext();
                BeginContext(3823, 16, false);
#line 72 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(L("PhoneNumber"));

#line default
#line hidden
                EndContext();
                BeginContext(3839, 104, true);
                WriteLiteral("</label>\n                    <input id=\"PhoneNumber\" type=\"text\" name=\"PhoneNumber\" class=\"form-control\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 3943, "\"", 3974, 1);
#line 73 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 3951, Model.User.PhoneNumber, 3951, 23, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginWriteAttribute("maxlength", " maxlength=\"", 3975, "\"", 4019, 1);
#line 73 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 3987, UserConsts.MaxPhoneNumberLength, 3987, 32, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(4020, 151, true);
                WriteLiteral(">\n                </div>\n\n                <div class=\"form-group form-md-line-input form-md-floating-label\">\n                    <label for=\"UserName\">");
                EndContext();
                BeginContext(4172, 13, false);
#line 77 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(L("UserName"));

#line default
#line hidden
                EndContext();
                BeginContext(4185, 62, true);
                WriteLiteral("</label>\n                    <input id=\"UserName\" type=\"text\" ");
                EndContext();
                BeginContext(4248, 65, false);
#line 78 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(Html.Raw(!Model.CanChangeUserName ? "disabled=\"disabled\"" : ""));

#line default
#line hidden
                EndContext();
                BeginContext(4313, 45, true);
                WriteLiteral(" name=\"UserName\" class=\"form-control\" value=\"");
                EndContext();
                BeginContext(4359, 19, false);
#line 78 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(Model.User.UserName);

#line default
#line hidden
                EndContext();
                BeginContext(4378, 22, true);
                WriteLiteral("\" required maxlength=\"");
                EndContext();
                BeginContext(4401, 29, false);
#line 78 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(AbpUserBase.MaxUserNameLength);

#line default
#line hidden
                EndContext();
                BeginContext(4430, 3, true);
                WriteLiteral("\">\n");
                EndContext();
#line 79 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                if (!Model.CanChangeUserName)
                {
#line default
#line hidden
                    BeginContext(4506, 49, true);
                    WriteLiteral("                        <span class=\"help-block\">");
                    EndContext();
                    BeginContext(4556, 30, false);
#line 81 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                    Write(L("CanNotChangeAdminUserName"));

#line default
#line hidden
                    EndContext();
                    BeginContext(4586, 8, true);
                    WriteLiteral("</span>\n");
                    EndContext();
#line 82 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                }

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

                <div class=""m-checkbox-list"">
                    <label for=""EditUser_SetRandomPassword"" class=""m-checkbox"">
                        <input id=""EditUser_SetRandomPassword"" type=""checkbox"" name=""SetRandomPassword"" value=""true"" ");
                EndContext();
                BeginContext(4884, 55, false);
#line 87 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(Html.Raw(Model.IsEditMode ? "" : "checked=\"checked\""));

#line default
#line hidden
                EndContext();
                BeginContext(4939, 28, true);
                WriteLiteral(" />\n                        ");
                EndContext();
                BeginContext(4968, 22, false);
#line 88 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(L("SetRandomPassword"));

#line default
#line hidden
                EndContext();
                BeginContext(4990, 145, true);
                WriteLiteral("\n                        <span></span>\n                    </label>\n                </div>\n\n                <div class=\"form-group user-password\"");
                EndContext();
                BeginWriteAttribute("style", " style=\"", 5135, "\"", 5197, 1);
#line 93 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 5143, Model.IsEditMode ? "display:block" : "display:none", 5143, 54, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(5198, 53, true);
                WriteLiteral(">\n                    <label for=\"EditUser_Password\">");
                EndContext();
                BeginContext(5252, 13, false);
#line 94 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(L("Password"));

#line default
#line hidden
                EndContext();
                BeginContext(5265, 111, true);
                WriteLiteral("</label>\n                    <input id=\"EditUser_Password\" type=\"password\" name=\"Password\" class=\"form-control\"");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 5376, "\"", 5458, 1);
#line 95 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 5388, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxPlainPasswordLength, 5388, 70, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(5459, 99, true);
                WriteLiteral(" autocomplete=\"off\" >\n                </div>\n\n                <div class=\"form-group user-password\"");
                EndContext();
                BeginWriteAttribute("style", " style=\"", 5558, "\"", 5620, 1);
#line 98 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 5566, Model.IsEditMode ? "display:block" : "display:none", 5566, 54, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(5621, 50, true);
                WriteLiteral(">\n                    <label for=\"PasswordRepeat\">");
                EndContext();
                BeginContext(5672, 19, false);
#line 99 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(L("PasswordRepeat"));

#line default
#line hidden
                EndContext();
                BeginContext(5691, 114, true);
                WriteLiteral("</label>\n                    <input id=\"PasswordRepeat\" type=\"password\" name=\"PasswordRepeat\" class=\"form-control\"");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 5805, "\"", 5887, 1);
#line 100 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 5817, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxPlainPasswordLength, 5817, 70, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(5888, 360, true);
                WriteLiteral(@" equalto=""#EditUser_Password"" autocomplete=""off"" >
                </div>

                <div class=""m-checkbox-list"">
                    <label for=""EditUser_ShouldChangePasswordOnNextLogin"" class=""m-checkbox"">
                        <input id=""EditUser_ShouldChangePasswordOnNextLogin"" type=""checkbox"" name=""ShouldChangePasswordOnNextLogin"" value=""true"" ");
                EndContext();
                BeginContext(6249, 81, false);
#line 105 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(Html.Raw(Model.User.ShouldChangePasswordOnNextLogin ? "checked=\"checked\"" : ""));

#line default
#line hidden
                EndContext();
                BeginContext(6330, 26, true);
                WriteLiteral(">\n                        ");
                EndContext();
                BeginContext(6357, 36, false);
#line 106 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(L("ShouldChangePasswordOnNextLogin"));

#line default
#line hidden
                EndContext();
                BeginContext(6393, 271, true);
                WriteLiteral(@"
                        <span></span>
                    </label>
                    <label for=""EditUser_SendActivationEmail"" class=""m-checkbox"">
                        <input id=""EditUser_SendActivationEmail"" type=""checkbox"" name=""SendActivationEmail"" value=""true"" ");
                EndContext();
                BeginContext(6665, 55, false);
#line 110 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(Html.Raw(Model.IsEditMode ? "" : "checked=\"checked\""));

#line default
#line hidden
                EndContext();
                BeginContext(6720, 26, true);
                WriteLiteral(">\n                        ");
                EndContext();
                BeginContext(6747, 24, false);
#line 111 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(L("SendActivationEmail"));

#line default
#line hidden
                EndContext();
                BeginContext(6771, 238, true);
                WriteLiteral("\n                        <span></span>\n                    </label>\n                    <label for=\"EditUser_IsActive\" class=\"m-checkbox\">\n                        <input id=\"EditUser_IsActive\" type=\"checkbox\" name=\"IsActive\" value=\"true\" ");
                EndContext();
                BeginContext(7010, 58, false);
#line 115 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(Html.Raw(Model.User.IsActive ? "checked=\"checked\"" : ""));

#line default
#line hidden
                EndContext();
                BeginContext(7068, 26, true);
                WriteLiteral(">\n                        ");
                EndContext();
                BeginContext(7095, 11, false);
#line 116 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(L("Active"));

#line default
#line hidden
                EndContext();
                BeginContext(7106, 68, true);
                WriteLiteral("\n                        <span></span>\n                    </label>\n");
                EndContext();
#line 119 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                if (SettingManager.GetSettingValue <bool>(AbpZeroSettingNames.UserManagement.TwoFactorLogin.IsEnabled))
                {
#line default
#line hidden
                    BeginContext(7320, 208, true);
                    WriteLiteral("                        <label for=\"EditUser_IsTwoFactorEnabled\" class=\"m-checkbox\">\n                            <input id=\"EditUser_IsTwoFactorEnabled\" type=\"checkbox\" name=\"IsTwoFactorEnabled\" value=\"true\" ");
                    EndContext();
                    BeginContext(7529, 68, false);
#line 122 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                    Write(Html.Raw(Model.User.IsTwoFactorEnabled ? "checked=\"checked\"" : ""));

#line default
#line hidden
                    EndContext();
                    BeginContext(7597, 30, true);
                    WriteLiteral(">\n                            ");
                    EndContext();
                    BeginContext(7628, 23, false);
#line 123 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                    Write(L("IsTwoFactorEnabled"));

#line default
#line hidden
                    EndContext();
                    BeginContext(7651, 76, true);
                    WriteLiteral("\n                            <span></span>\n                        </label>\n");
                    EndContext();
#line 126 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                }

#line default
#line hidden
                BeginContext(7749, 20, true);
                WriteLiteral("                    ");
                EndContext();
#line 127 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                if (SettingManager.GetSettingValue <bool>(AbpZeroSettingNames.UserManagement.UserLockOut.IsEnabled))
                {
#line default
#line hidden
                    BeginContext(7892, 84, true);
                    WriteLiteral("                        <label for=\"EditUser_IsLockoutEnabled\" data-toggle=\"tooltip\"");
                    EndContext();
                    BeginWriteAttribute("title", " title=\"", 7976, "\"", 8011, 1);
#line 129 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                    WriteAttributeValue("", 7984, L("IsLockoutEnabled_Hint"), 7984, 27, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(8012, 140, true);
                    WriteLiteral(" class=\"m-checkbox\">\n                            <input id=\"EditUser_IsLockoutEnabled\" type=\"checkbox\" name=\"IsLockoutEnabled\" value=\"true\" ");
                    EndContext();
                    BeginContext(8153, 66, false);
#line 130 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                    Write(Html.Raw(Model.User.IsLockoutEnabled ? "checked=\"checked\"" : ""));

#line default
#line hidden
                    EndContext();
                    BeginContext(8219, 30, true);
                    WriteLiteral(">\n                            ");
                    EndContext();
                    BeginContext(8250, 21, false);
#line 131 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                    Write(L("IsLockoutEnabled"));

#line default
#line hidden
                    EndContext();
                    BeginContext(8271, 76, true);
                    WriteLiteral("\n                            <span></span>\n                        </label>\n");
                    EndContext();
#line 134 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                }

#line default
#line hidden
                BeginContext(8369, 36, true);
                WriteLiteral("                </div>\n\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_0);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
            BeginWriteTagHelperAttribute();
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __tagHelperExecutionContext.AddHtmlAttribute("novalidate", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(8412, 127, true);
            WriteLiteral("\n        </div>\n        <div class=\"tab-pane\" id=\"RolesTab\" role=\"tabpanel\">\n            <div class=\"user-role-checkbox-list\">\n");
            EndContext();
#line 141 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
            foreach (var role in Model.Roles)
            {
#line default
#line hidden
                BeginContext(8608, 80, true);
                WriteLiteral("                    <div class=\"m-checkbox-list\">\n                        <label");
                EndContext();
                BeginWriteAttribute("for", " for=\"", 8688, "\"", 8719, 2);
                WriteAttributeValue("", 8694, "EditUser_", 8694, 9, true);
#line 144 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 8703, role.RoleName, 8703, 16, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(8720, 55, true);
                WriteLiteral(" class=\"m-checkbox\">\n                            <input");
                EndContext();
                BeginWriteAttribute("id", " id=\"", 8775, "\"", 8805, 2);
                WriteAttributeValue("", 8780, "EditUser_", 8780, 9, true);
#line 145 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 8789, role.RoleName, 8789, 16, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(8806, 16, true);
                WriteLiteral(" type=\"checkbox\"");
                EndContext();
                BeginWriteAttribute("name", " name=\"", 8822, "\"", 8845, 1);
#line 145 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                WriteAttributeValue("", 8829, role.RoleName, 8829, 16, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(8846, 14, true);
                WriteLiteral(" value=\"true\" ");
                EndContext();
                BeginContext(8861, 54, false);
#line 145 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(Html.Raw(role.IsAssigned ? "checked=\"checked\"" : ""));

#line default
#line hidden
                EndContext();
                BeginContext(8915, 30, true);
                WriteLiteral(">\n                            ");
                EndContext();
                BeginContext(8946, 20, false);
#line 146 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
                Write(role.RoleDisplayName);

#line default
#line hidden
                EndContext();
                BeginContext(8966, 103, true);
                WriteLiteral("\n                            <span></span>\n                        </label>\n                    </div>\n");
                EndContext();
#line 150 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
            }

#line default
#line hidden
            BeginContext(9087, 160, true);
            WriteLiteral("            </div>\n        </div>\n        <div class=\"tab-pane\" id=\"OrganizationUnitsTab\" role=\"tabpanel\">\n            <div class=\"list-group\">\n                ");
            EndContext();
            BeginContext(9248, 80, false);
#line 155 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
            Write(Html.Partial("~/Areas/AppAreaName/Views/Common/_OrganizationTree.cshtml", Model));

#line default
#line hidden
            EndContext();
            BeginContext(9328, 54, true);
            WriteLiteral("\n            </div>\n        </div>\n    </div>\n</div>\n\n");
            EndContext();
            BeginContext(9383, 92, false);
#line 161 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\_CreateOrEditModal.cshtml"
            Write(Html.Partial("~/Areas/AppAreaName/Views/Common/Modals/_ModalFooterWithSaveAndCancel.cshtml"));

#line default
#line hidden
            EndContext();
            BeginContext(9475, 1, true);
            WriteLiteral("\n");
            EndContext();
        }
Ejemplo n.º 6
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 5 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"

            ViewBag.DisableTenantChange = true;

#line default
#line hidden
            DefineSection("Scripts", async() => {
                BeginContext(267, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(272, 138, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "61b5aeb9eb3e4c528b5cdb26c8653a55", async() => {
                    BeginContext(280, 44, true);
                    WriteLiteral("\n        window.passwordComplexitySetting = ");
                    EndContext();
                    BeginContext(325, 70, false);
#line 12 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    Write(Html.Raw(Model.PasswordComplexitySetting.ToJsonString(indented: true)));

#line default
#line hidden
                    EndContext();
                    BeginContext(395, 6, true);
                    WriteLiteral(";\n    ");
                    EndContext();
                }
                                                                            );
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(410, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(415, 164, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("environment", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c91f8b16d59c4808b1fc39ded7fbffbc", async() => {
                    BeginContext(448, 9, true);
                    WriteLiteral("\n        ");
                    EndContext();
                    BeginContext(457, 103, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9ac71b6d3e06470fa0af141425aff063", async() => {
                    }
                                                                                );
                    __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_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                    __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.Src = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.Src = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 15 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(560, 5, true);
                    WriteLiteral("\n    ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Names = (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(579, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(585, 175, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("environment", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ba637a43d08a4ab49da7e890d7e93536", async() => {
                    BeginContext(625, 9, true);
                    WriteLiteral("\n        ");
                    EndContext();
                    BeginContext(634, 107, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "94e49f83e21f460d8e836f3f242c1cfd", async() => {
                    }
                                                                                );
                    __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_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                    __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.Src = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.Src = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 19 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(741, 5, true);
                    WriteLiteral("\n    ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Names = (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(760, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(766, 20, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("recaptcha-script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "0447f285620e4782adf500291958ddb7", async() => {
                }
                                                                            );
                __PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaScriptTagHelper = CreateTagHelper <global::PaulMiami.AspNetCore.Mvc.Recaptcha.TagHelpers.RecaptchaScriptTagHelper>();
                __tagHelperExecutionContext.Add(__PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaScriptTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(786, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(789, 118, true);
            WriteLiteral("<div class=\"m-login m-login__signin\">\n    <div class=\"m-login__head\">\n        <h3 class=\"m-login__title\">\n            ");
            EndContext();
            BeginContext(908, 17, false);
#line 27 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
            Write(L("TenantSignUp"));

#line default
#line hidden
            EndContext();
            BeginContext(925, 31, true);
            WriteLiteral("\n        </h3>\n        <small>\n");
            EndContext();
#line 30 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
            if (Model.EditionId.HasValue)
            {
#line default
#line hidden
                BeginContext(1013, 47, true);
                WriteLiteral("                <div class=\"hint text-center\">(");
                EndContext();
                BeginContext(1061, 12, false);
#line 32 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                Write(L("Edition"));

#line default
#line hidden
                EndContext();
                BeginContext(1073, 2, true);
                WriteLiteral(": ");
                EndContext();
                BeginContext(1076, 25, false);
#line 32 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                Write(Model.Edition.DisplayName);

#line default
#line hidden
                EndContext();
                BeginContext(1101, 8, true);
                WriteLiteral(")</div>\n");
                EndContext();
#line 33 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
            }

#line default
#line hidden
            BeginContext(1123, 32, true);
            WriteLiteral("        </small>\n    </div>\n    ");
            EndContext();
            BeginContext(1155, 3066, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "efcf6100c93049ec9338cce9e7e3a127", async() => {
                BeginContext(1264, 46, true);
                WriteLiteral("\n        <input type=\"hidden\" Name=\"EditionId\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1310, "\"", 1334, 1);
#line 37 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 1318, Model.EditionId, 1318, 16, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1335, 4, true);
                WriteLiteral(" />\n");
                EndContext();
#line 38 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                if (Model.EditionId.HasValue)
                {
#line default
#line hidden
                    BeginContext(1388, 61, true);
                    WriteLiteral("            <input type=\"hidden\" Name=\"SubscriptionStartType\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1449, "\"", 1485, 1);
#line 40 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    WriteAttributeValue("", 1457, Model.SubscriptionStartType, 1457, 28, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1486, 66, true);
                    WriteLiteral(" />\n                <input type=\"hidden\" name=\"EditionPaymentType\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1552, "\"", 1585, 1);
#line 41 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    WriteAttributeValue("", 1560, Model.EditionPaymentType, 1560, 25, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1586, 55, true);
                    WriteLiteral(" />\n                <input type=\"hidden\" name=\"Gateway\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1641, "\"", 1663, 1);
#line 42 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    WriteAttributeValue("", 1649, Model.Gateway, 1649, 14, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1664, 57, true);
                    WriteLiteral(" />\n                <input type=\"hidden\" name=\"PaymentId\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1721, "\"", 1745, 1);
#line 43 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    WriteAttributeValue("", 1729, Model.PaymentId, 1729, 16, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1746, 4, true);
                    WriteLiteral(" />\n");
                    EndContext();
#line 44 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                }

#line default
#line hidden
                BeginContext(1760, 1, true);
                WriteLiteral("\n");
                EndContext();
#line 46 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                if (@ViewBag.ErrorMessage != null)
                {
#line default
#line hidden
                    BeginContext(1815, 91, true);
                    WriteLiteral("            <div class=\"alert alert-danger\">\n                <i class=\"fa fa-warning\"></i> ");
                    EndContext();
                    BeginContext(1907, 20, false);
#line 49 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    Write(ViewBag.ErrorMessage);

#line default
#line hidden
                    EndContext();
                    BeginContext(1927, 20, true);
                    WriteLiteral("\n            </div>\n");
                    EndContext();
#line 51 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                }

#line default
#line hidden
                BeginContext(1957, 49, true);
                WriteLiteral("\n        <h4 class=\"m-login__title\">\n            ");
                EndContext();
                BeginContext(2007, 23, false);
#line 54 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                Write(L("TenantInformations"));

#line default
#line hidden
                EndContext();
                BeginContext(2030, 134, true);
                WriteLiteral("\n        </h4>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control form-control m-input\" type=\"text\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 2164, "\"", 2195, 1);
#line 57 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2178, L("TenancyName"), 2178, 17, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2196, 28, true);
                WriteLiteral(" name=\"TenancyName\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 2224, "\"", 2264, 1);
#line 57 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2236, Tenant.MaxTenancyNameLength, 2236, 28, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2265, 138, true);
                WriteLiteral(" />\n        </div>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control form-control m-input\" type=\"text\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 2403, "\"", 2427, 1);
#line 60 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2417, L("Name"), 2417, 10, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2428, 21, true);
                WriteLiteral(" name=\"Name\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 2449, "\"", 2522, 1);
#line 60 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2461, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxNameLength, 2461, 61, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2523, 85, true);
                WriteLiteral(" />\n        </div>\n\n        <h4 class=\"m-login__title m--margin-top-20\">\n            ");
                EndContext();
                BeginContext(2609, 20, false);
#line 64 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                Write(L("AccountSettings"));

#line default
#line hidden
                EndContext();
                BeginContext(2629, 135, true);
                WriteLiteral("\n        </h4>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control form-control m-input\" type=\"email\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 2764, "\"", 2801, 1);
#line 67 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2778, L("AdminEmailAddress"), 2778, 23, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2802, 34, true);
                WriteLiteral(" name=\"AdminEmailAddress\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 2836, "\"", 2917, 1);
#line 67 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2848, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxEmailAddressLength, 2848, 69, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2918, 180, true);
                WriteLiteral(" />\n        </div>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control form-control m-input\" type=\"password\" autocomplete=\"off\" id=\"AdminPassword\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 3098, "\"", 3131, 1);
#line 70 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 3112, L("AdminPassword"), 3112, 19, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(3132, 191, true);
                WriteLiteral(" name=\"AdminPassword\" required />\n        </div>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control form-control m-input\" type=\"password\" autocomplete=\"off\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 3323, "\"", 3362, 1);
#line 73 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 3337, L("AdminPasswordRepeat"), 3337, 25, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(3363, 55, true);
                WriteLiteral(" name=\"AdminPasswordRepeat\" required />\n        </div>\n");
                EndContext();
#line 75 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                if (ViewBag.UseCaptcha)
                {
#line default
#line hidden
                    BeginContext(3462, 73, true);
                    WriteLiteral("            <h4 class=\"m-login__title m--margin-top-20\">\n                ");
                    EndContext();
                    BeginContext(3536, 16, false);
#line 79 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    Write(L("Captha_Hint"));

#line default
#line hidden
                    EndContext();
                    BeginContext(3552, 19, true);
                    WriteLiteral("\n            </h4>\n");
                    EndContext();
                    BeginContext(3572, 70, true);
                    WriteLiteral("            <div class=\"form-group margin-bottom-20\">\n                ");
                    EndContext();
                    BeginContext(3642, 13, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("recaptcha", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "5b24a80035024df0991310d212c0c1a6", async() => {
                    }
                                                                                );
                    __PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaTagHelper = CreateTagHelper <global::PaulMiami.AspNetCore.Mvc.Recaptcha.TagHelpers.RecaptchaTagHelper>();
                    __tagHelperExecutionContext.Add(__PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaTagHelper);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(3655, 20, true);
                    WriteLiteral("\n            </div>\n");
                    EndContext();
#line 85 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                }

#line default
#line hidden
                BeginContext(3685, 101, true);
                WriteLiteral("        <div class=\"m-portlet__body\">\n            <div class=\"m-login__form-action\">\n                ");
                EndContext();
                BeginContext(3786, 237, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1fb1b150da474e65b8933da2d701bae3", async() => {
                    BeginContext(3852, 131, true);
                    WriteLiteral("\n                    <button type=\"button\" id=\"register-back-btn\" class=\"btn btn-outline-primary  m-btn m-btn--pill m-btn--custom\">");
                    EndContext();
                    BeginContext(3984, 9, false);
#line 89 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    Write(L("Back"));

#line default
#line hidden
                    EndContext();
                    BeginContext(3993, 26, true);
                    WriteLiteral("</button>\n                ");
                    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_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Controller = (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(4023, 131, true);
                WriteLiteral("\n                <button type=\"submit\" id=\"register-submit-btn\" class=\"btn btn-primary m-btn m-btn--pill m-btn--custom m-btn--air\">");
                EndContext();
                BeginContext(4155, 11, false);
#line 91 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                Write(L("Submit"));

#line default
#line hidden
                EndContext();
                BeginContext(4166, 48, 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);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_7.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_8.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_9);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4221, 11, true);
            WriteLiteral("\n</div>    ");
            EndContext();
        }
Ejemplo n.º 7
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 8 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"

            ViewBag.CurrentPageName = AppAreaNamePageNames.Common.Users;

#line default
#line hidden
            DefineSection("Styles", async() => {
                BeginContext(361, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(366, 118, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "d0c8390ae92e42a99c6c51ab3a4a4744", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
#line 13 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(484, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            DefineSection("Scripts", async() => {
                BeginContext(509, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(514, 115, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2852334664cf456787d20f971ca3be30", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 17 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(629, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(632, 212, true);
            WriteLiteral("<div class=\"m-subheader\">\n    <div class=\"row align-items-center\">\n        <div class=\"mr-auto col-sm-12 col-md-6\">\n            <h3 class=\"m-subheader__title m-subheader__title--separator\">\n                <span>");
            EndContext();
            BeginContext(845, 10, false);
#line 23 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("Users"));

#line default
#line hidden
            EndContext();
            BeginContext(855, 84, true);
            WriteLiteral("</span>\n            </h3>\n            <span class=\"m-section__sub\">\n                ");
            EndContext();
            BeginContext(940, 20, false);
#line 26 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("UsersHeaderInfo"));

#line default
#line hidden
            EndContext();
            BeginContext(960, 205, true);
            WriteLiteral("\n            </span>\n        </div>\n        <div class=\"col-sm-12 col-md-6 text-right\">\n            <button id=\"ExportUsersToExcelButton\" class=\"btn btn-outline-success\"><i class=\"fa fa-file-excel-o\"></i> ");
            EndContext();
            BeginContext(1166, 18, false);
#line 30 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("ExportToExcel"));

#line default
#line hidden
            EndContext();
            BeginContext(1184, 10, true);
            WriteLiteral("</button>\n");
            EndContext();
#line 31 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            if (IsGranted(AppPermissions.Pages_Administration_Users_Create))
            {
#line default
#line hidden
                BeginContext(1286, 100, true);
                WriteLiteral("                <button id=\"CreateNewUserButton\" class=\"btn btn-primary\"><i class=\"fa fa-plus\"></i> ");
                EndContext();
                BeginContext(1387, 18, false);
#line 33 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
                Write(L("CreateNewUser"));

#line default
#line hidden
                EndContext();
                BeginContext(1405, 10, true);
                WriteLiteral("</button>\n");
                EndContext();
#line 34 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(1429, 554, true);
            WriteLiteral(@"        </div>
    </div>
</div>
<div class=""m-content"">
    <div class=""m-portlet m-portlet--mobile"">
        <div class=""m-portlet__body"">
            <div class=""m-form m-form--label-align-right"">
                <div class=""row align-items-center m--margin-bottom-10"">
                    <div class=""col-xl-12"">
                        <div class=""form-group m-form__group align-items-center"">
                            <div class=""input-group"">
                                <input type=""text"" id=""UsersTableFilter"" class=""form-control m-input""");
            EndContext();
            BeginWriteAttribute("placeholder", " placeholder=\"", 1983, "\"", 2021, 1);
#line 46 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            WriteAttributeValue("", 1997, L("SearchWithThreeDot"), 1997, 24, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginWriteAttribute("value", " value=\"", 2022, "\"", 2047, 1);
#line 46 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            WriteAttributeValue("", 2030, Model.FilterText, 2030, 17, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(2048, 195, true);
            WriteLiteral(">\n                                <span class=\"input-group-btn\">\n                                    <button id=\"GetUsersButton\" class=\"btn btn-primary\" type=\"submit\"><i class=\"flaticon-search-1\"");
            EndContext();
            BeginWriteAttribute("aria-label", " aria-label=\"", 2243, "\"", 2268, 1);
#line 48 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            WriteAttributeValue("", 2256, L("Search"), 2256, 12, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(2269, 300, true);
            WriteLiteral(@"></i></button>
                                </span>
                            </div>
                        </div>
                    </div>
                </div>
                <div id=""AdvacedAuditFiltersArea"" style=""display: none"" class=""row m--margin-bottom-10"">
                    <div");
            EndContext();
            BeginWriteAttribute("class", " class=\"", 2569, "\"", 2659, 1);
#line 55 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            WriteAttributeValue("", 2577, IsGranted(AppPermissions.Pages_Administration_Roles) ? "col-xl-6" : "col-xl-12", 2577, 82, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(2660, 79, true);
            WriteLiteral(">\n                        <div class=\"form-group\">\n                            ");
            EndContext();
            BeginContext(2740, 563, false);
#line 57 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(Html.DropDownList(
                      "PermissionSelectionCombobox", Model.Permissions.Select(i => i.ToSelectListItem()),
                      new
            {
                @class                  = "form-control selectpicker",
                data_live_search        = "true",
                data_none_selected_text = L("FilterByPermission"),
                id = "PermissionSelectionCombo"
            }));

#line default
#line hidden
            EndContext();
            BeginContext(3303, 59, true);
            WriteLiteral("\n                        </div>\n                    </div>\n");
            EndContext();
#line 68 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            if (IsGranted(AppPermissions.Pages_Administration_Roles))
            {
#line default
#line hidden
                BeginContext(3463, 132, true);
                WriteLiteral("                        <div class=\"col-xl-6\">\n                            <div class=\"form-group\">\n                                ");
                EndContext();
                BeginContext(3596, 571, false);
#line 72 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
                Write(Html.DropDownList(
                          "RoleSelectionCombobox", Model.Roles.Select(i => i.ToSelectListItem()),
                          new
                {
                    @class                  = "form-control selectpicker",
                    data_live_search        = "true",
                    data_none_selected_text = L("FilterByRole"),
                    id = "RoleSelectionCombo"
                }));

#line default
#line hidden
                EndContext();
                BeginContext(4167, 67, true);
                WriteLiteral("\n                            </div>\n                        </div>\n");
                EndContext();
#line 83 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(4256, 166, true);
            WriteLiteral("                    <div class=\"col-xl-12 text-right\">\n                        <button id=\"RefreshUserListButton\" class=\"btn btn-metal\"><i class=\"fa fa-refresh\"></i> ");
            EndContext();
            BeginContext(4423, 12, false);
#line 85 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("Refresh"));

#line default
#line hidden
            EndContext();
            BeginContext(4435, 284, true);
            WriteLiteral(@"</button>
                    </div>
                </div>
                <div class=""row m--margin-bottom-10"">
                    <div class=""col-xl-12"">
                        <span id=""ShowAdvancedFiltersSpan"" class=""text-muted clickable-item""><i class=""fa fa-angle-down""></i> ");
            EndContext();
            BeginContext(4720, 24, false);
#line 90 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("ShowAdvancedFilters"));

#line default
#line hidden
            EndContext();
            BeginContext(4744, 154, true);
            WriteLiteral("</span>\n                        <span id=\"HideAdvancedFiltersSpan\" class=\"text-muted clickable-item\" style=\"display: none\"><i class=\"fa fa-angle-up\"></i> ");
            EndContext();
            BeginContext(4899, 24, false);
#line 91 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("HideAdvancedFilters"));

#line default
#line hidden
            EndContext();
            BeginContext(4923, 377, true);
            WriteLiteral(@"</span>
                    </div>
                </div>
            </div>
            <div class=""row align-items-center"">
                <table id=""UsersTable"" class=""display table table-striped table-bordered table-hover dt-responsive nowrap"">
                    <thead>
                        <tr>
                            <th></th>
                            <th>");
            EndContext();
            BeginContext(5301, 12, false);
#line 100 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("Actions"));

#line default
#line hidden
            EndContext();
            BeginContext(5313, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5352, 13, false);
#line 101 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("UserName"));

#line default
#line hidden
            EndContext();
            BeginContext(5365, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5404, 9, false);
#line 102 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("Name"));

#line default
#line hidden
            EndContext();
            BeginContext(5413, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5452, 12, false);
#line 103 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("Surname"));

#line default
#line hidden
            EndContext();
            BeginContext(5464, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5503, 10, false);
#line 104 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("Roles"));

#line default
#line hidden
            EndContext();
            BeginContext(5513, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5552, 17, false);
#line 105 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("EmailAddress"));

#line default
#line hidden
            EndContext();
            BeginContext(5569, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5608, 17, false);
#line 106 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("EmailConfirm"));

#line default
#line hidden
            EndContext();
            BeginContext(5625, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5664, 11, false);
#line 107 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("Active"));

#line default
#line hidden
            EndContext();
            BeginContext(5675, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5714, 18, false);
#line 108 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("LastLoginTime"));

#line default
#line hidden
            EndContext();
            BeginContext(5732, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5771, 17, false);
#line 109 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Users\Index.cshtml"
            Write(L("CreationTime"));

#line default
#line hidden
            EndContext();
            BeginContext(5788, 142, true);
            WriteLiteral("</th>\n                        </tr>\n                    </thead>\n                </table>\n            </div>\n\n        </div>\n    </div>\n</div>");
            EndContext();
        }
Ejemplo n.º 8
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(183, 1, true);
            WriteLiteral("\n");
            EndContext();
#line 6 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"

            Layout = "~/Views/Account/_Layout.cshtml";
            ViewBag.DisableTenantChange = true;

#line default
#line hidden
            BeginContext(276, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("Scripts", async() => {
                BeginContext(295, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(300, 94, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f59f5af3a7ce405dbf78890abe9f3bc3", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 13 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(394, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(397, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("Styles", async() => {
                BeginContext(415, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(420, 94, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "79bf8a6ceba94e7cb5256b75ce8eaf72", async() => {
                }
                                                                            );
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(514, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(517, 110, true);
            WriteLiteral("<div class=\"m-login__signin\">\n    <div class=\"m-login__head\">\n        <h3 class=\"m-login__title\">\n            ");
            EndContext();
            BeginContext(628, 16, false);
#line 23 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
            Write(L("PaymentInfo"));

#line default
#line hidden
            EndContext();
            BeginContext(644, 30, true);
            WriteLiteral("\n        </h3>\n    </div>\n    ");
            EndContext();
            BeginContext(674, 3417, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d76027824ceb405dbd3bbe5094d66033", async() => {
                BeginContext(855, 46, true);
                WriteLiteral("\n        <input type=\"hidden\" name=\"EditionId\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 901, "\"", 926, 1);
#line 27 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                WriteAttributeValue("", 909, Model.Edition.Id, 909, 17, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(927, 114, true);
                WriteLiteral(" />\n        <input type=\"hidden\" name=\"Gateway\" value=\"\" />\n        <input type=\"hidden\" name=\"EditionPaymentType\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1041, "\"", 1074, 1);
#line 29 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                WriteAttributeValue("", 1049, Model.EditionPaymentType, 1049, 25, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1075, 61, true);
                WriteLiteral(" />\n        <input type=\"hidden\" name=\"SubscriptionStartType\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1136, "\"", 1172, 1);
#line 30 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                WriteAttributeValue("", 1144, Model.SubscriptionStartType, 1144, 28, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1173, 5, true);
                WriteLiteral(" />\n\n");
                EndContext();
#line 32 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                if (Model.EditionPaymentType == EditionPaymentType.Extend || Model.EditionPaymentType == EditionPaymentType.Upgrade)
                {
#line default
#line hidden
                    BeginContext(1314, 49, true);
                    WriteLiteral("            <div class=\"hint text-center block\">(");
                    EndContext();
                    BeginContext(1364, 79, false);
#line 34 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                    Write(L(Model.EditionPaymentType + "_Edition_Description", Model.Edition.DisplayName));

#line default
#line hidden
                    EndContext();
                    BeginContext(1443, 8, true);
                    WriteLiteral(")</div>\n");
                    EndContext();
#line 35 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                }
                else
                {
#line default
#line hidden
                    BeginContext(1484, 43, true);
                    WriteLiteral("            <div class=\"hint text-center\">(");
                    EndContext();
                    BeginContext(1528, 25, false);
#line 38 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                    Write(Model.Edition.DisplayName);

#line default
#line hidden
                    EndContext();
                    BeginContext(1553, 1, true);
                    WriteLiteral(" ");
                    EndContext();
                    BeginContext(1555, 12, false);
#line 38 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                    Write(L("Edition"));

#line default
#line hidden
                    EndContext();
                    BeginContext(1567, 8, true);
                    WriteLiteral(")</div>\n");
                    EndContext();
#line 39 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                }

#line default
#line hidden
                BeginContext(1585, 1, true);
                WriteLiteral("\n");
                EndContext();
#line 41 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                if (ViewBag.ErrorMessage != null)
                {
#line default
#line hidden
                    BeginContext(1639, 91, true);
                    WriteLiteral("            <div class=\"alert alert-danger\">\n                <i class=\"fa fa-warning\"></i> ");
                    EndContext();
                    BeginContext(1731, 20, false);
#line 44 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                    Write(ViewBag.ErrorMessage);

#line default
#line hidden
                    EndContext();
                    BeginContext(1751, 20, true);
                    WriteLiteral("\n            </div>\n");
                    EndContext();
#line 46 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                }

#line default
#line hidden
                BeginContext(1781, 1, true);
                WriteLiteral("\n");
                EndContext();
#line 48 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                if (Model.IsUpgrading())
                {
#line default
#line hidden
                    BeginContext(1826, 182, true);
                    WriteLiteral("            <hr class=\"border-green\" />\n            <div class=\"form-actions\">\n                <div class=\"form-group row\">\n                    <label class=\"col-sm-8 control-label\">");
                    EndContext();
                    BeginContext(2009, 10, false);
#line 53 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                    Write(L("Total"));

#line default
#line hidden
                    EndContext();
                    BeginContext(2019, 174, true);
                    WriteLiteral("</label>\n                    <div class=\"col-sm-4 text-right\">\n                        <p class=\"form-control-static text-bold\" id=\"totalPrice\">\n                            $");
                    EndContext();
                    BeginContext(2194, 42, false);
#line 56 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                    Write(Model.AdditionalPrice.Value.ToString("N2"));

#line default
#line hidden
                    EndContext();
                    BeginContext(2236, 99, true);
                    WriteLiteral("\n                        </p>\n                    </div>\n                </div>\n            </div>\n");
                    EndContext();
#line 61 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                }
                else
                {
                    if (Model.Edition.MonthlyPrice.HasValue)
                    {
#line default
#line hidden
                        BeginContext(2435, 254, true);
                        WriteLiteral("                <div class=\"form-group\">\n                    <label class=\"m-radio m-radio-outline margin-bottom-0\">\n                        <input class=\"form-control\" type=\"radio\" name=\"PaymentPeriodType\"\n                               data-day-count=\"");
                        EndContext();
                        BeginContext(2691, 30, false);
#line 69 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                        Write((int)PaymentPeriodType.Monthly);

#line default
#line hidden
                        EndContext();
                        BeginContext(2722, 66, true);
                        WriteLiteral("\"\n                               data-payment-period-type-amount=\"");
                        EndContext();
                        BeginContext(2790, 79, false);
#line 70 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                        Write(Model.Edition.MonthlyPrice.Value.ToString("0.00", CultureInfo.InvariantCulture));

#line default
#line hidden
                        EndContext();
                        BeginContext(2870, 1, true);
                        WriteLiteral("\"");
                        EndContext();
                        BeginWriteAttribute("value", "\n                               value=\"", 2871, "\"", 2936, 1);
#line 71 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                        WriteAttributeValue("", 2910, PaymentPeriodType.Monthly, 2910, 26, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(2937, 3, true);
                        WriteLiteral(" />");
                        EndContext();
                        BeginContext(2941, 17, false);
#line 71 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                        Write(L("MonthlyPrice"));

#line default
#line hidden
                        EndContext();
                        BeginContext(2958, 3, true);
                        WriteLiteral(": $");
                        EndContext();
                        BeginContext(2962, 47, false);
#line 71 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                        Write(Model.Edition.MonthlyPrice.Value.ToString("N2"));

#line default
#line hidden
                        EndContext();
                        BeginContext(3009, 103, true);
                        WriteLiteral("\n                            <span></span>\n                        </label>\n                    </div>\n");
                        EndContext();
#line 75 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                    }

                    if (Model.Edition.AnnualPrice.HasValue)
                    {
#line default
#line hidden
                        BeginContext(3193, 254, true);
                        WriteLiteral("                <div class=\"form-group\">\n                    <label class=\"m-radio m-radio-outline margin-bottom-0\">\n                        <input class=\"form-control\" type=\"radio\" name=\"PaymentPeriodType\"\n                               data-day-count=\"");
                        EndContext();
                        BeginContext(3449, 29, false);
#line 82 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                        Write((int)PaymentPeriodType.Annual);

#line default
#line hidden
                        EndContext();
                        BeginContext(3479, 66, true);
                        WriteLiteral("\"\n                               data-payment-period-type-amount=\"");
                        EndContext();
                        BeginContext(3547, 78, false);
#line 83 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                        Write(Model.Edition.AnnualPrice.Value.ToString("0.00", CultureInfo.InvariantCulture));

#line default
#line hidden
                        EndContext();
                        BeginContext(3626, 1, true);
                        WriteLiteral("\"");
                        EndContext();
                        BeginWriteAttribute("value", "\n                               value=\"", 3627, "\"", 3691, 1);
#line 84 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                        WriteAttributeValue("", 3666, PaymentPeriodType.Annual, 3666, 25, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(3692, 3, true);
                        WriteLiteral(" />");
                        EndContext();
                        BeginContext(3696, 16, false);
#line 84 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                        Write(L("AnnualPrice"));

#line default
#line hidden
                        EndContext();
                        BeginContext(3712, 3, true);
                        WriteLiteral(": $");
                        EndContext();
                        BeginContext(3716, 46, false);
#line 84 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                        Write(Model.Edition.AnnualPrice.Value.ToString("N2"));

#line default
#line hidden
                        EndContext();
                        BeginContext(3762, 103, true);
                        WriteLiteral("\n                            <span></span>\n                        </label>\n                    </div>\n");
                        EndContext();
#line 88 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                    }
                }

#line default
#line hidden
                BeginContext(3889, 1, true);
                WriteLiteral("\n");
                EndContext();
#line 91 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                foreach (var paymentGatewayAdditionalData in Model.Edition.AdditionalData)
                {
#line default
#line hidden
                    BeginContext(3997, 71, false);
#line 93 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                    Write(Html.Partial("_" + paymentGatewayAdditionalData.Key + ".cshtml", Model));

#line default
#line hidden
                    EndContext();
#line 93 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
                }

#line default
#line hidden
                BeginContext(4079, 5, true);
                WriteLiteral("\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_4);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_5.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
            BeginWriteTagHelperAttribute();
#line 26 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
            WriteLiteral(Model.GetFormAction());

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-action", __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            BeginWriteTagHelperAttribute();
#line 26 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
            WriteLiteral(Model.GetFormPostController());

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Controller = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-controller", __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Controller, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            BeginWriteTagHelperAttribute();
#line 26 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Payment\Index.cshtml"
            WriteLiteral(Model.GetFormArea());

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Area = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-area", __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Area, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4091, 7, true);
            WriteLiteral("\n</div>");
            EndContext();
        }
Ejemplo n.º 9
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 4 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"

            ViewBag.CurrentPageName = AppAreaNamePageNames.Host.Dashboard;

#line default
#line hidden
            BeginContext(233, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("Styles", async() => {
                BeginContext(251, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(256, 126, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "33cbd313c69a42c8bc61e82dcba19fb0", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
#line 10 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(382, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(385, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("Scripts", async() => {
                BeginContext(404, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(409, 125, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "22ac2d00c9fa426cb646e4f438370306", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 15 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(534, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(537, 242, true);
            WriteLiteral("\n<div id=\"HostDashboard\">\n    <div class=\"m-subheader\">\n        <div class=\"d-flex align-items-center\">\n            <div class=\"mr-auto\">\n                <h3 class=\"m-subheader__title m-subheader__title--separator\">\n                    <span>");
            EndContext();
            BeginContext(780, 14, false);
#line 23 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("Dashboard"));

#line default
#line hidden
            EndContext();
            BeginContext(794, 96, true);
            WriteLiteral("</span>\n                </h3>\n                <span class=\"m-section__sub\">\n                    ");
            EndContext();
            BeginContext(891, 28, false);
#line 26 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("HostDashboardHeaderInfo"));

#line default
#line hidden
            EndContext();
            BeginContext(919, 161, true);
            WriteLiteral("\n                </span>\n            </div>\n            <div>\n                <button name=\"RefreshButton\" class=\"btn btn-primary\"><i class=\"la la-refresh\"></i> ");
            EndContext();
            BeginContext(1081, 12, false);
#line 30 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("Refresh"));

#line default
#line hidden
            EndContext();
            BeginContext(1093, 518, true);
            WriteLiteral(@"</button>
                <span class=""m-subheader__daterange dashboard-report-range"">
                    <span class=""m-subheader__daterange-label"">
                        <span class=""m-subheader__daterange-title""></span>
                        <span class=""m-subheader__daterange-date m--font-brand""></span>
                    </span>
                    <a href=""#"" class=""btn btn-sm btn-primary m-btn m-btn--icon m-btn--icon-only m-btn--custom m-btn--pill"">
                        <i class=""la la-angle-down""");
            EndContext();
            BeginWriteAttribute("aria-label", " aria-label=\"", 1611, "\"", 1636, 1);
#line 37 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            WriteAttributeValue("", 1624, L("Expand"), 1624, 12, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(1637, 605, true);
            WriteLiteral(@"></i>
                    </a>
                </span>
            </div>
        </div>
    </div>

    <div class=""m-content"">
        <div class=""m-portlet"">
            <div class=""m-portlet__body  m-portlet__body--no-padding"">
                <div class=""row m-row--no-padding m-row--col-separator-xl"">
                    <div class=""col-md-12 col-lg-6 col-xl-3"">
                        <div class=""m-widget24 new-subscription-statistics"">
                            <div class=""m-widget24__item"">
                                <h4 class=""m-widget24__title"">
                                    ");
            EndContext();
            BeginContext(2243, 26, false);
#line 52 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("NewSubscriptionAmount"));

#line default
#line hidden
            EndContext();
            BeginContext(2269, 176, true);
            WriteLiteral("\n                                </h4>\n                                <br>\n                                <span class=\"m-widget24__desc\">\n                                    ");
            EndContext();
            BeginContext(2446, 18, false);
#line 56 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("Subscriptions"));

#line default
#line hidden
            EndContext();
            BeginContext(2464, 1273, true);
            WriteLiteral(@"
                                </span>
                                <span class=""m-widget24__stats m--font-brand"">
                                    $<span class=""new-subscription-amount counterup"">...</span>
                                </span>
                                <div class=""m--space-10""></div>
                                <div class=""progress m-progress--sm"">
                                    <div class=""progress-bar m--bg-brand"" role=""progressbar"" style=""width: 100%;"" aria-valuenow=""50"" aria-valuemin=""0"" aria-valuemax=""100""></div>
                                </div>
                                <span class=""m-widget24__change"">
                                    <div class=""status-title""></div>
                                </span>
                                <span class=""m-widget24__number"">
                                </span>
                            </div>
                        </div>
                    </div>
                    <div class=""col-md-12 c");
            WriteLiteral("ol-lg-6 col-xl-3\">\n                        <div class=\"m-widget24 new-tenants-statistics\">\n                            <div class=\"m-widget24__item\">\n                                <h4 class=\"m-widget24__title\">\n                                    ");
            EndContext();
            BeginContext(3738, 15, false);
#line 77 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("NewTenants"));

#line default
#line hidden
            EndContext();
            BeginContext(3753, 176, true);
            WriteLiteral("\n                                </h4>\n                                <br>\n                                <span class=\"m-widget24__desc\">\n                                    ");
            EndContext();
            BeginContext(3930, 12, false);
#line 81 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("Tenants"));

#line default
#line hidden
            EndContext();
            BeginContext(3942, 1136, true);
            WriteLiteral(@"
                                </span>
                                <span class=""m-widget24__stats m--font-info new-tenants-count counterup"">
                                    ...
                                </span>
                                <div class=""m--space-10""></div>
                                <div class=""progress m-progress--sm"">
                                    <div class=""progress-bar m--bg-info"" role=""progressbar"" style=""width: 100%;"" aria-valuenow=""50"" aria-valuemin=""0"" aria-valuemax=""100""></div>
                                </div>
                                <span class=""m-widget24__change"">
                                    <div class=""status-title""></div>
                                </span>
                            </div>
                        </div>
                    </div>
                    <div class=""col-md-12 col-lg-6 col-xl-3"">
                        <div class=""m-widget24 dashboard-statistics1"">
                            <div class=""m-widg");
            WriteLiteral("et24__item\">\n                                <h4 class=\"m-widget24__title\">\n                                    ");
            EndContext();
            BeginContext(5079, 30, false);
#line 100 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("DashboardSampleStatistics"));

#line default
#line hidden
            EndContext();
            BeginContext(5109, 178, true);
            WriteLiteral(" 1\n                                </h4>\n                                <br>\n                                <span class=\"m-widget24__desc\">\n                                    ");
            EndContext();
            BeginContext(5288, 30, false);
#line 104 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("DashboardSampleStatistics"));

#line default
#line hidden
            EndContext();
            BeginContext(5318, 687, true);
            WriteLiteral(@"
                                </span>
                                <span class=""m-widget24__stats m--font-danger dashboard-placeholder1 counterup"">
                                    ...
                                </span>
                                <div class=""m--space-10""></div>
                                <div class=""progress m-progress--sm"">
                                    <div class=""progress-bar m--bg-danger"" role=""progressbar"" style=""width: 45%;"" aria-valuenow=""50"" aria-valuemin=""0"" aria-valuemax=""100""></div>
                                </div>
                                <span class=""m-widget24__change"">
                                    ");
            EndContext();
            BeginContext(6006, 38, false);
#line 114 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("DashboardSampleStatisticsHelpText"));

#line default
#line hidden
            EndContext();
            BeginContext(6044, 602, true);
            WriteLiteral(@"
                                </span>
                                <span class=""m-widget24__number"">
                                    <span class=""counterup"">45</span>%
                                </span>
                            </div>
                        </div>
                    </div>
                    <div class=""col-md-12 col-lg-6 col-xl-3"">
                        <div class=""m-widget24 dashboard-statistics2"">
                            <div class=""m-widget24__item"">
                                <h4 class=""m-widget24__title"">
                                    ");
            EndContext();
            BeginContext(6647, 30, false);
#line 126 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("DashboardSampleStatistics"));

#line default
#line hidden
            EndContext();
            BeginContext(6677, 178, true);
            WriteLiteral(" 2\n                                </h4>\n                                <br>\n                                <span class=\"m-widget24__desc\">\n                                    ");
            EndContext();
            BeginContext(6856, 30, false);
#line 130 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("DashboardSampleStatistics"));

#line default
#line hidden
            EndContext();
            BeginContext(6886, 689, true);
            WriteLiteral(@"
                                </span>
                                <span class=""m-widget24__stats m--font-success dashboard-placeholder2 counterup"">
                                    ...
                                </span>
                                <div class=""m--space-10""></div>
                                <div class=""progress m-progress--sm"">
                                    <div class=""progress-bar m--bg-success"" role=""progressbar"" style=""width: 65%;"" aria-valuenow=""50"" aria-valuemin=""0"" aria-valuemax=""100""></div>
                                </div>
                                <span class=""m-widget24__change"">
                                    ");
            EndContext();
            BeginContext(7576, 38, false);
#line 140 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("DashboardSampleStatisticsHelpText"));

#line default
#line hidden
            EndContext();
            BeginContext(7614, 935, true);
            WriteLiteral(@"
                                </span>
                                <span class=""m-widget24__number"">
                                    <span class=""counterup"">65</span>%
                                </span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class=""row"">
            <div class=""col-md-6 col-sm-12"">
                <div class=""m-portlet m-portlet--full-height income-statistics"">
                    <div class=""m-portlet__head"">
                        <div class=""m-portlet__head-caption"">
                            <div class=""m-portlet__head-title"">
                                <h3 class=""m-portlet__head-text"">
                                    <i class=""la la-line-chart m--font-info""></i>
                                    <span class=""caption-subject font-blue bold uppercase"">");
            EndContext();
            BeginContext(8550, 21, false);
#line 159 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("IncomeStatistics"));

#line default
#line hidden
            EndContext();
            BeginContext(8571, 638, true);
            WriteLiteral(@"</span>
                                    <small>
                                        <span class=""caption-helper""></span>
                                    </small>
                                </h3>
                            </div>
                        </div>
                        <div class=""m-portlet__head-tools"">
                            <div class=""btn-group btn-group-devided"" data-toggle=""buttons"">
                                <label class=""btn m-btn--pill btn-secondary active"">
                                    <input type=""radio"" name=""IncomeStatisticsDatePeriod"" class=""toggle"" value=""1"" checked>");
            EndContext();
            BeginContext(9210, 10, false);
#line 169 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("Daily"));

#line default
#line hidden
            EndContext();
            BeginContext(9220, 235, true);
            WriteLiteral("\n                                </label>\n                                <label class=\"btn m-btn--pill btn-secondary\">\n                                    <input type=\"radio\" name=\"IncomeStatisticsDatePeriod\" class=\"toggle\" value=\"2\">");
            EndContext();
            BeginContext(9456, 11, false);
#line 172 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("Weekly"));

#line default
#line hidden
            EndContext();
            BeginContext(9467, 235, true);
            WriteLiteral("\n                                </label>\n                                <label class=\"btn m-btn--pill btn-secondary\">\n                                    <input type=\"radio\" name=\"IncomeStatisticsDatePeriod\" class=\"toggle\" value=\"3\">");
            EndContext();
            BeginContext(9703, 12, false);
#line 175 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("Monthly"));

#line default
#line hidden
            EndContext();
            BeginContext(9715, 892, true);
            WriteLiteral(@"
                                </label>
                            </div>
                        </div>
                    </div>
                    <div class=""m-portlet__body"">
                        <div class=""chart income-statistics-chart"">
                        </div>
                    </div>
                </div>
            </div>
            <div class=""col-md-6 col-sm-12"">
                <div class=""m-portlet m-portlet--full-height edition-statistics"">
                    <div class=""m-portlet__head"">
                        <div class=""m-portlet__head-caption"">
                            <div class=""m-portlet__head-title"">
                                <h3 class=""m-portlet__head-text"">
                                    <i class=""la la-pie-chart m--font-success""></i>
                                    <span class=""caption-subject font-green-seagreen"">");
            EndContext();
            BeginContext(10608, 22, false);
#line 193 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("EditionStatistics"));

#line default
#line hidden
            EndContext();
            BeginContext(10630, 1123, true);
            WriteLiteral(@"</span>
                                    <small>
                                        <span class=""caption-helper""></span>
                                    </small>
                                </h3>
                            </div>
                        </div>
                    </div>
                    <div class=""m-portlet__body"">
                        <div id=""EditionStatisticsChart"" class=""chart edition-statistics-chart""></div>
                    </div>
                </div>
            </div>
        </div>

        <div class=""row"">
            <div class=""col-lg-6 col-xs-12 col-sm-12"">
                <div class=""m-portlet m-portlet--full-height expiring-tenants"">
                    <div class=""m-portlet__head"">
                        <div class=""m-portlet__head-caption"">
                            <div class=""m-portlet__head-title"">
                                <h3 class=""m-portlet__head-text"">
                                    <i class=""icon-graduation font-red-pink""><");
            WriteLiteral("/i>\n                                    <span class=\"caption-subject font-red-pink bold uppercase\">");
            EndContext();
            BeginContext(11754, 32, false);
#line 216 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("SubscriptionExpiringTenants"));

#line default
#line hidden
            EndContext();
            BeginContext(11786, 764, true);
            WriteLiteral(@"</span><br />
                                    <small>
                                        <span class=""caption-helper""></span>
                                    </small>
                                </h3>
                            </div>
                        </div>
                    </div>
                    <div class=""m-portlet__body"">
                        <div class=""scroller chart m-scrollable"" data-always-visible=""1"" data-rail-visible=""0"" data-scrollable=""true"">
                            <table class=""expiring-tenants-table display table table-striped table-bordered table-hover dt-responsive nowrap"">
                                <thead>
                                    <tr>
                                        <th>");
            EndContext();
            BeginContext(12551, 15, false);
#line 229 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("TenantName"));

#line default
#line hidden
            EndContext();
            BeginContext(12566, 50, true);
            WriteLiteral("</th>\n                                        <th>");
            EndContext();
            BeginContext(12617, 17, false);
#line 230 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("RemainingDay"));

#line default
#line hidden
            EndContext();
            BeginContext(12634, 367, true);
            WriteLiteral(@"</th>
                                    </tr>
                                </thead>
                            </table>
                        </div>
                        <div class=""scroller-footer"">
                            <div class=""btn-arrow-link pull-right"">
                                <a href=""javascript:;"" class=""see-all-expiring-tenants"">");
            EndContext();
            BeginContext(13002, 18, false);
#line 237 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("SeeAllRecords"));

#line default
#line hidden
            EndContext();
            BeginContext(13020, 749, true);
            WriteLiteral(@"</a>
                                <i class=""icon-arrow-right""></i>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class=""col-lg-6 col-xs-12 col-sm-12"">
                <div class=""m-portlet m-portlet--full-height recent-tenants"">
                    <div class=""m-portlet__head"">
                        <div class=""m-portlet__head-caption"">
                            <div class=""m-portlet__head-title"">
                                <h3 class=""m-portlet__head-text"">
                                    <i class=""icon-user-follow font-purple-soft""></i>
                                    <span class=""caption-subject font-purple-soft"">");
            EndContext();
            BeginContext(13770, 18, false);
#line 251 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("RecentTenants"));

#line default
#line hidden
            EndContext();
            BeginContext(13788, 754, true);
            WriteLiteral(@"</span><br />
                                    <small>
                                        <span class=""caption-helper""></span>
                                    </small>
                                </h3>
                            </div>
                        </div>
                    </div>
                    <div class=""m-portlet__body"">
                        <div class=""scroller chart m-scrollable"" data-always-visible=""1"" data-rail-visible=""0"" data-scrollable=""true"">
                            <table class=""recent-tenants-table display table table-striped table-bordered table-hover dt-responsive nowrap"">
                                <thead>
                                <tr>
                                    <th>");
            EndContext();
            BeginContext(14543, 15, false);
#line 264 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("TenantName"));

#line default
#line hidden
            EndContext();
            BeginContext(14558, 46, true);
            WriteLiteral("</th>\n                                    <th>");
            EndContext();
            BeginContext(14605, 17, false);
#line 265 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("CreationTime"));

#line default
#line hidden
            EndContext();
            BeginContext(14622, 361, true);
            WriteLiteral(@"</th>
                                </tr>
                                </thead>
                            </table>
                        </div>
                        <div class=""scroller-footer"">
                            <div class=""btn-arrow-link pull-right"">
                                <a href=""javascript:;"" class=""see-all-recent-tenants"">");
            EndContext();
            BeginContext(14984, 18, false);
#line 272 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\HostDashboard\Index.cshtml"
            Write(L("SeeAllRecords"));

#line default
#line hidden
            EndContext();
            BeginContext(15002, 238, true);
            WriteLiteral("</a>\n                                <i class=\"icon-arrow-right\"></i>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div> \n    </div>\n</div>");
            EndContext();
        }
Ejemplo n.º 10
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 5 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"

            ViewBag.DisableTenantChange = true;

#line default
#line hidden
            DefineSection("Scripts", async() => {
                BeginContext(267, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(272, 138, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1f0823b04cb341a48e3ea4385a791569", async() => {
                    BeginContext(280, 44, true);
                    WriteLiteral("\n        window.passwordComplexitySetting = ");
                    EndContext();
                    BeginContext(325, 70, false);
#line 12 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    Write(Html.Raw(Model.PasswordComplexitySetting.ToJsonString(indented: true)));

#line default
#line hidden
                    EndContext();
                    BeginContext(395, 6, true);
                    WriteLiteral(";\n    ");
                    EndContext();
                }
                                                                            );
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(410, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(415, 164, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("environment", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8cc7b939fd79471499aebb25a90127fd", async() => {
                    BeginContext(448, 9, true);
                    WriteLiteral("\n        ");
                    EndContext();
                    BeginContext(457, 103, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "da42529f236644419157438bb3919552", async() => {
                    }
                                                                                );
                    __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_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                    __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.Src = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.Src = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 15 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(560, 5, true);
                    WriteLiteral("\n    ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Names = (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(579, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(585, 175, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("environment", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "98191db3edd5432f8469c68b4362d318", async() => {
                    BeginContext(625, 9, true);
                    WriteLiteral("\n        ");
                    EndContext();
                    BeginContext(634, 107, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6377a275cbf944c0b5767e3e45bad518", async() => {
                    }
                                                                                );
                    __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_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                    __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.Src = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.Src = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 19 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(741, 5, true);
                    WriteLiteral("\n    ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Names = (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(760, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(766, 20, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("recaptcha-script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "bd7de7ef67d54b40bd91fe8bb27c0313", async() => {
                }
                                                                            );
                __PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaScriptTagHelper = CreateTagHelper <global::PaulMiami.AspNetCore.Mvc.Recaptcha.TagHelpers.RecaptchaScriptTagHelper>();
                __tagHelperExecutionContext.Add(__PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaScriptTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(786, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(789, 118, true);
            WriteLiteral("<div class=\"m-login m-login__signin\">\n    <div class=\"m-login__head\">\n        <h3 class=\"m-login__title\">\n            ");
            EndContext();
            BeginContext(908, 17, false);
#line 27 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
            Write(L("TenantSignUp"));

#line default
#line hidden
            EndContext();
            BeginContext(925, 31, true);
            WriteLiteral("\n        </h3>\n        <small>\n");
            EndContext();
#line 30 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
            if (Model.EditionId.HasValue)
            {
#line default
#line hidden
                BeginContext(1013, 47, true);
                WriteLiteral("                <div class=\"hint text-center\">(");
                EndContext();
                BeginContext(1061, 12, false);
#line 32 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                Write(L("Edition"));

#line default
#line hidden
                EndContext();
                BeginContext(1073, 2, true);
                WriteLiteral(": ");
                EndContext();
                BeginContext(1076, 25, false);
#line 32 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                Write(Model.Edition.DisplayName);

#line default
#line hidden
                EndContext();
                BeginContext(1101, 8, true);
                WriteLiteral(")</div>\n");
                EndContext();
#line 33 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
            }

#line default
#line hidden
            BeginContext(1123, 32, true);
            WriteLiteral("        </small>\n    </div>\n    ");
            EndContext();
            BeginContext(1155, 3066, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e46e72a3d1a740868c2197b2743d0ad1", async() => {
                BeginContext(1264, 46, true);
                WriteLiteral("\n        <input type=\"hidden\" Name=\"EditionId\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1310, "\"", 1334, 1);
#line 37 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 1318, Model.EditionId, 1318, 16, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1335, 4, true);
                WriteLiteral(" />\n");
                EndContext();
#line 38 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                if (Model.EditionId.HasValue)
                {
#line default
#line hidden
                    BeginContext(1388, 61, true);
                    WriteLiteral("            <input type=\"hidden\" Name=\"SubscriptionStartType\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1449, "\"", 1485, 1);
#line 40 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    WriteAttributeValue("", 1457, Model.SubscriptionStartType, 1457, 28, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1486, 66, true);
                    WriteLiteral(" />\n                <input type=\"hidden\" name=\"EditionPaymentType\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1552, "\"", 1585, 1);
#line 41 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    WriteAttributeValue("", 1560, Model.EditionPaymentType, 1560, 25, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1586, 55, true);
                    WriteLiteral(" />\n                <input type=\"hidden\" name=\"Gateway\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1641, "\"", 1663, 1);
#line 42 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    WriteAttributeValue("", 1649, Model.Gateway, 1649, 14, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1664, 57, true);
                    WriteLiteral(" />\n                <input type=\"hidden\" name=\"PaymentId\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1721, "\"", 1745, 1);
#line 43 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    WriteAttributeValue("", 1729, Model.PaymentId, 1729, 16, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1746, 4, true);
                    WriteLiteral(" />\n");
                    EndContext();
#line 44 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                }

#line default
#line hidden
                BeginContext(1760, 1, true);
                WriteLiteral("\n");
                EndContext();
#line 46 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                if (@ViewBag.ErrorMessage != null)
                {
#line default
#line hidden
                    BeginContext(1815, 91, true);
                    WriteLiteral("            <div class=\"alert alert-danger\">\n                <i class=\"fa fa-warning\"></i> ");
                    EndContext();
                    BeginContext(1907, 20, false);
#line 49 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    Write(ViewBag.ErrorMessage);

#line default
#line hidden
                    EndContext();
                    BeginContext(1927, 20, true);
                    WriteLiteral("\n            </div>\n");
                    EndContext();
#line 51 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                }

#line default
#line hidden
                BeginContext(1957, 49, true);
                WriteLiteral("\n        <h4 class=\"m-login__title\">\n            ");
                EndContext();
                BeginContext(2007, 23, false);
#line 54 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                Write(L("TenantInformations"));

#line default
#line hidden
                EndContext();
                BeginContext(2030, 134, true);
                WriteLiteral("\n        </h4>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control form-control m-input\" type=\"text\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 2164, "\"", 2195, 1);
#line 57 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2178, L("TenancyName"), 2178, 17, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2196, 28, true);
                WriteLiteral(" name=\"TenancyName\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 2224, "\"", 2264, 1);
#line 57 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2236, Tenant.MaxTenancyNameLength, 2236, 28, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2265, 138, true);
                WriteLiteral(" />\n        </div>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control form-control m-input\" type=\"text\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 2403, "\"", 2427, 1);
#line 60 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2417, L("Name"), 2417, 10, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2428, 21, true);
                WriteLiteral(" name=\"Name\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 2449, "\"", 2522, 1);
#line 60 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2461, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxNameLength, 2461, 61, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2523, 85, true);
                WriteLiteral(" />\n        </div>\n\n        <h4 class=\"m-login__title m--margin-top-20\">\n            ");
                EndContext();
                BeginContext(2609, 20, false);
#line 64 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                Write(L("AccountSettings"));

#line default
#line hidden
                EndContext();
                BeginContext(2629, 135, true);
                WriteLiteral("\n        </h4>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control form-control m-input\" type=\"email\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 2764, "\"", 2801, 1);
#line 67 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2778, L("AdminEmailAddress"), 2778, 23, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2802, 34, true);
                WriteLiteral(" name=\"AdminEmailAddress\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 2836, "\"", 2917, 1);
#line 67 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 2848, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxEmailAddressLength, 2848, 69, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2918, 180, true);
                WriteLiteral(" />\n        </div>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control form-control m-input\" type=\"password\" autocomplete=\"off\" id=\"AdminPassword\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 3098, "\"", 3131, 1);
#line 70 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 3112, L("AdminPassword"), 3112, 19, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(3132, 191, true);
                WriteLiteral(" name=\"AdminPassword\" required />\n        </div>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control form-control m-input\" type=\"password\" autocomplete=\"off\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 3323, "\"", 3362, 1);
#line 73 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                WriteAttributeValue("", 3337, L("AdminPasswordRepeat"), 3337, 25, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(3363, 55, true);
                WriteLiteral(" name=\"AdminPasswordRepeat\" required />\n        </div>\n");
                EndContext();
#line 75 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                if (ViewBag.UseCaptcha)
                {
#line default
#line hidden
                    BeginContext(3462, 73, true);
                    WriteLiteral("            <h4 class=\"m-login__title m--margin-top-20\">\n                ");
                    EndContext();
                    BeginContext(3536, 16, false);
#line 79 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    Write(L("Captha_Hint"));

#line default
#line hidden
                    EndContext();
                    BeginContext(3552, 19, true);
                    WriteLiteral("\n            </h4>\n");
                    EndContext();
                    BeginContext(3572, 70, true);
                    WriteLiteral("            <div class=\"form-group margin-bottom-20\">\n                ");
                    EndContext();
                    BeginContext(3642, 13, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("recaptcha", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "5f68ca3aee964dfdbbd007ce32c9e03c", async() => {
                    }
                                                                                );
                    __PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaTagHelper = CreateTagHelper <global::PaulMiami.AspNetCore.Mvc.Recaptcha.TagHelpers.RecaptchaTagHelper>();
                    __tagHelperExecutionContext.Add(__PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaTagHelper);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(3655, 20, true);
                    WriteLiteral("\n            </div>\n");
                    EndContext();
#line 85 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                }

#line default
#line hidden
                BeginContext(3685, 101, true);
                WriteLiteral("        <div class=\"m-portlet__body\">\n            <div class=\"m-login__form-action\">\n                ");
                EndContext();
                BeginContext(3786, 237, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8d586e9369454f879a082d5fc118f0b7", async() => {
                    BeginContext(3852, 131, true);
                    WriteLiteral("\n                    <button type=\"button\" id=\"register-back-btn\" class=\"btn btn-outline-primary  m-btn m-btn--pill m-btn--custom\">");
                    EndContext();
                    BeginContext(3984, 9, false);
#line 89 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                    Write(L("Back"));

#line default
#line hidden
                    EndContext();
                    BeginContext(3993, 26, true);
                    WriteLiteral("</button>\n                ");
                    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_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Controller = (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(4023, 131, true);
                WriteLiteral("\n                <button type=\"submit\" id=\"register-submit-btn\" class=\"btn btn-primary m-btn m-btn--pill m-btn--custom m-btn--air\">");
                EndContext();
                BeginContext(4155, 11, false);
#line 91 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\TenantRegistration\Register.cshtml"
                Write(L("Submit"));

#line default
#line hidden
                EndContext();
                BeginContext(4166, 48, 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);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_7.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_8.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_9);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4221, 11, true);
            WriteLiteral("\n</div>    ");
            EndContext();
        }
Ejemplo n.º 11
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("Scripts", async() => {
                BeginContext(216, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(221, 138, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b4c8d18a0a6e4955b41c1e73b7164fa7", async() => {
                    BeginContext(229, 44, true);
                    WriteLiteral("\n        window.passwordComplexitySetting = ");
                    EndContext();
                    BeginContext(274, 70, false);
#line 9 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                    Write(Html.Raw(Model.PasswordComplexitySetting.ToJsonString(indented: true)));

#line default
#line hidden
                    EndContext();
                    BeginContext(344, 6, true);
                    WriteLiteral(";\n    ");
                    EndContext();
                }
                                                                            );
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(359, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(365, 95, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "17352ddd83d54e3ba11993cf2180fc4f", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 12 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(460, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(466, 20, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("recaptcha-script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "ed5d29fb35124dbe85e76f2b7b5b2237", async() => {
                }
                                                                            );
                __PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaScriptTagHelper = CreateTagHelper <global::PaulMiami.AspNetCore.Mvc.Recaptcha.TagHelpers.RecaptchaScriptTagHelper>();
                __tagHelperExecutionContext.Add(__PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaScriptTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(486, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(489, 111, true);
            WriteLiteral("\n<div class=\"m-login__signin\">\n    <div class=\"m-login__head\">\n        <h3 class=\"m-login__title\">\n            ");
            EndContext();
            BeginContext(601, 11, false);
#line 20 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
            Write(L("SignUp"));

#line default
#line hidden
            EndContext();
            BeginContext(612, 30, true);
            WriteLiteral("\n        </h3>\n    </div>\n    ");
            EndContext();
            BeginContext(642, 3039, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4653b8f30c2c4a2282badc29d2636134", async() => {
                BeginContext(727, 2, true);
                WriteLiteral("\n\n");
                EndContext();
#line 25 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                if (@ViewBag.ErrorMessage != null)
                {
#line default
#line hidden
                    BeginContext(783, 91, true);
                    WriteLiteral("            <div class=\"alert alert-danger\">\n                <i class=\"fa fa-warning\"></i> ");
                    EndContext();
                    BeginContext(875, 20, false);
#line 28 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                    Write(ViewBag.ErrorMessage);

#line default
#line hidden
                    EndContext();
                    BeginContext(895, 20, true);
                    WriteLiteral("\n            </div>\n");
                    EndContext();
#line 30 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                }

#line default
#line hidden
                BeginContext(925, 52, true);
                WriteLiteral("\n        <input type=\"hidden\" name=\"IsExternalLogin\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 977, "\"", 1018, 1);
#line 32 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 985, Model.IsExternalLogin.ToString(), 985, 33, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1019, 63, true);
                WriteLiteral(" />\n        <input type=\"hidden\" name=\"ExternalLoginAuthSchema\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1082, "\"", 1120, 1);
#line 33 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 1090, Model.ExternalLoginAuthSchema, 1090, 30, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1121, 52, true);
                WriteLiteral(" />\n        <input type=\"hidden\" name=\"SingleSignOn\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1173, "\"", 1200, 1);
#line 34 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 1181, Model.SingleSignIn, 1181, 19, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1201, 49, true);
                WriteLiteral(" />\n        <input type=\"hidden\" name=\"ReturnUrl\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1250, "\"", 1274, 1);
#line 35 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 1258, Model.ReturnUrl, 1258, 16, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1275, 122, true);
                WriteLiteral(" />\n\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control placeholder-no-fix\" type=\"text\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 1397, "\"", 1421, 1);
#line 38 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 1411, L("Name"), 1411, 10, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1422, 21, true);
                WriteLiteral(" name=\"Name\" required");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1443, "\"", 1462, 1);
#line 38 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 1451, Model.Name, 1451, 11, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginWriteAttribute("maxlength", " maxlength=\"", 1463, "\"", 1536, 1);
#line 38 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 1475, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxNameLength, 1475, 61, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1537, 136, true);
                WriteLiteral(" />\n        </div>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control placeholder-no-fix\" type=\"text\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 1673, "\"", 1700, 1);
#line 41 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 1687, L("Surname"), 1687, 13, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1701, 24, true);
                WriteLiteral(" name=\"Surname\" required");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1725, "\"", 1747, 1);
#line 41 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 1733, Model.Surname, 1733, 14, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginWriteAttribute("maxlength", " maxlength=\"", 1748, "\"", 1824, 1);
#line 41 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 1760, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxSurnameLength, 1760, 64, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1825, 137, true);
                WriteLiteral(" />\n        </div>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control placeholder-no-fix\" type=\"email\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 1962, "\"", 1994, 1);
#line 44 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 1976, L("EmailAddress"), 1976, 18, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1995, 29, true);
                WriteLiteral(" name=\"EmailAddress\" required");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 2024, "\"", 2051, 1);
#line 44 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 2032, Model.EmailAddress, 2032, 19, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginWriteAttribute("maxlength", " maxlength=\"", 2052, "\"", 2133, 1);
#line 44 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                WriteAttributeValue("", 2064, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxEmailAddressLength, 2064, 69, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2134, 28, true);
                WriteLiteral(" />\n        </div>\n        \n");
                EndContext();
#line 47 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                if (!Model.IsExternalLogin)
                {
#line default
#line hidden
                    BeginContext(2209, 154, true);
                    WriteLiteral("            <div class=\"form-group m-form__group\">\n                <input class=\"form-control placeholder-no-fix input-ltr\" type=\"text\" autocomplete=\"off\"");
                    EndContext();
                    BeginWriteAttribute("placeholder", " placeholder=\"", 2363, "\"", 2391, 1);
#line 50 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                    WriteAttributeValue("", 2377, L("UserName"), 2377, 14, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(2392, 16, true);
                    WriteLiteral(" name=\"UserName\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 2408, "\"", 2431, 1);
#line 50 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                    WriteAttributeValue("", 2416, Model.UserName, 2416, 15, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(2432, 9, true);
                    WriteLiteral(" required");
                    EndContext();
                    BeginWriteAttribute("maxlength", " maxlength=\"", 2441, "\"", 2518, 1);
#line 50 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                    WriteAttributeValue("", 2453, GSoft.AbpZeroTemplate.Authorization.Users.User.MaxUserNameLength, 2453, 65, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(2519, 193, true);
                    WriteLiteral(" />\n            </div>\n            <div class=\"form-group m-form__group\">\n                <input class=\"form-control placeholder-no-fix\" type=\"password\" autocomplete=\"off\" id=\"RegisterPassword\"");
                    EndContext();
                    BeginWriteAttribute("placeholder", " placeholder=\"", 2712, "\"", 2740, 1);
#line 53 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                    WriteAttributeValue("", 2726, L("Password"), 2726, 14, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(2741, 196, true);
                    WriteLiteral(" name=\"Password\" required />\n            </div>\n            <div class=\"form-group m-form__group\">\n                <input class=\"form-control placeholder-no-fix\" type=\"password\" autocomplete=\"off\"");
                    EndContext();
                    BeginWriteAttribute("placeholder", " placeholder=\"", 2937, "\"", 2971, 1);
#line 56 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                    WriteAttributeValue("", 2951, L("PasswordRepeat"), 2951, 20, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(2972, 54, true);
                    WriteLiteral(" name=\"PasswordRepeat\" required />\n            </div>\n");
                    EndContext();
#line 58 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                }

#line default
#line hidden
                BeginContext(3036, 1, true);
                WriteLiteral("\n");
                EndContext();
#line 60 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                if (ViewBag.UseCaptcha)
                {
#line default
#line hidden
                    BeginContext(3080, 59, true);
                    WriteLiteral("            <p class=\"hint margin-top-20\">\n                ");
                    EndContext();
                    BeginContext(3140, 16, false);
#line 63 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                    Write(L("Captha_Hint"));

#line default
#line hidden
                    EndContext();
                    BeginContext(3156, 88, true);
                    WriteLiteral("\n            </p>\n            <div class=\"form-group margin-bottom-20\">\n                ");
                    EndContext();
                    BeginContext(3244, 13, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("recaptcha", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "438987832f1f4ff1b42edf1a0836e2f5", async() => {
                    }
                                                                                );
                    __PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaTagHelper = CreateTagHelper <global::PaulMiami.AspNetCore.Mvc.Recaptcha.TagHelpers.RecaptchaTagHelper>();
                    __tagHelperExecutionContext.Add(__PaulMiami_AspNetCore_Mvc_Recaptcha_TagHelpers_RecaptchaTagHelper);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(3257, 20, true);
                    WriteLiteral("\n            </div>\n");
                    EndContext();
#line 68 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                }

#line default
#line hidden
                BeginContext(3287, 64, true);
                WriteLiteral("        \n        <div class=\"m-login__form-action\">\n            ");
                EndContext();
                BeginContext(3351, 155, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "cd01ca82aa4d4a52995e5c86acd4abd8", async() => {
                    BeginContext(3373, 110, true);
                    WriteLiteral("<button type=\"button\" id=\"register-back-btn\" class=\"btn btn-outline-primary  m-btn m-btn--pill m-btn--custom\">");
                    EndContext();
                    BeginContext(3484, 9, false);
#line 71 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                    Write(L("Back"));

#line default
#line hidden
                    EndContext();
                    BeginContext(3493, 9, true);
                    WriteLiteral("</button>");
                    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_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(3506, 127, true);
                WriteLiteral("\n            <button type=\"submit\" id=\"register-submit-btn\" class=\"btn btn-primary m-btn m-btn--pill m-btn--custom m-btn--air\">");
                EndContext();
                BeginContext(3634, 11, false);
#line 72 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Register.cshtml"
                Write(L("Submit"));

#line default
#line hidden
                EndContext();
                BeginContext(3645, 29, true);
                WriteLiteral("</button>\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);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (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(3681, 8, true);
            WriteLiteral("\n</div>\n");
            EndContext();
        }
Ejemplo n.º 12
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 4 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"

            ViewBag.CurrentPageName = AppAreaNamePageNames.Host.Maintenance;

#line default
#line hidden
            DefineSection("Styles", async() => {
                BeginContext(248, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(253, 124, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "746b0f4ae10f4c2d8986e822662c2f4e", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
#line 8 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(377, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            DefineSection("Scripts", async() => {
                BeginContext(398, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(403, 114, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "dffcb221664c46a4a55dd61f7a880147", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 11 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(517, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(520, 168, true);
            WriteLiteral("\n<div class=\"m-subheader \">\n    <div class=\"d-flex align-items-center\">\n        <div class=\"mr-auto\">\n            <h3 class=\"m-subheader__title\">\n                <span>");
            EndContext();
            BeginContext(689, 16, false);
#line 18 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
            Write(L("Maintenance"));

#line default
#line hidden
            EndContext();
            BeginContext(705, 496, true);
            WriteLiteral(@"</span>
            </h3>
        </div>
    </div>
</div>

<div class=""m-content"">
    <div class=""m-portlet m-portlet--mobile"">
        <div class=""m-portlet__body"">
            <div id=""SettingsTabPanel"" class=""tabbable-line"">

                <ul class=""nav nav-tabs  m-tabs-line"" role=""tablist"">
                    <li class=""nav-item m-tabs__item"">
                        <a href=""#CachesTab"" class=""nav-link m-tabs__link active"" data-toggle=""tab"" role=""tab"">
                            ");
            EndContext();
            BeginContext(1202, 11, false);
#line 32 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
            Write(L("Caches"));

#line default
#line hidden
            EndContext();
            BeginContext(1213, 249, true);
            WriteLiteral("\n                        </a>\n                    </li>\n                    <li class=\"nav-item m-tabs__item\">\n                        <a href=\"#WebSiteLogsTab\" data-toggle=\"tab\" role=\"tab\" class=\"nav-link m-tabs__link\">\n                            ");
            EndContext();
            BeginContext(1463, 16, false);
#line 37 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
            Write(L("WebSiteLogs"));

#line default
#line hidden
            EndContext();
            BeginContext(1479, 409, true);
            WriteLiteral(@"
                        </a>
                    </li>
                </ul>

                <div class=""tab-content"">
                    <div class=""tab-content"">
                        <div class=""tab-pane active"" id=""CachesTab"" role=""tabpanel"">
                            <div class=""row margin-bottom-10"">
                                <div class=""col-xl-6"">
                                    <p>");
            EndContext();
            BeginContext(1889, 21, false);
#line 47 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
            Write(L("CachesHeaderInfo"));

#line default
#line hidden
            EndContext();
            BeginContext(1910, 234, true);
            WriteLiteral("</p>\n                                </div>\n                                <div class=\"col-xl-6 text-right\">\n                                    <button id=\"ClearAllCachesButton\" class=\"btn btn-primary\"><i class=\"fa fa-recycle\"></i> ");
            EndContext();
            BeginContext(2145, 13, false);
#line 50 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
            Write(L("ClearAll"));

#line default
#line hidden
            EndContext();
            BeginContext(2158, 333, true);
            WriteLiteral(@"</button>
                                </div>
                            </div>
                            <div class=""row"">
                                <div class=""col-xl-12"">
                                    <table class=""table table-striped table-hover table-bordered"">
                                        <tbody>
");
            EndContext();
#line 57 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
            foreach (var cache in Model.Caches)
            {
#line default
#line hidden
                BeginContext(2614, 160, true);
                WriteLiteral("                                            <tr>\n                                                <td>\n                                                    <span>");
                EndContext();
                BeginContext(2775, 10, false);
#line 61 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
                Write(cache.Name);

#line default
#line hidden
                EndContext();
                BeginContext(2785, 143, true);
                WriteLiteral("</span>\n                                                    <button class=\"btn btn-primary btn-sm pull-right btn-clear-cache\" data-cache-name=\"");
                EndContext();
                BeginContext(2929, 10, false);
#line 62 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
                Write(cache.Name);

#line default
#line hidden
                EndContext();
                BeginContext(2939, 89, true);
                WriteLiteral("\">\n                                                        <i class=\"fa fa-recycle\"></i> ");
                EndContext();
                BeginContext(3029, 10, false);
#line 63 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
                Write(L("Clear"));

#line default
#line hidden
                EndContext();
                BeginContext(3039, 167, true);
                WriteLiteral("\n                                                    </button>\n                                                </td>\n                                            </tr>\n");
                EndContext();
#line 67 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(3248, 439, true);
            WriteLiteral(@"                                        </tbody>
                                    </table>
                                </div>
                            </div>
                        </div>
                        <div class=""tab-pane"" id=""WebSiteLogsTab"" role=""tabpanel"">
                            <div class=""row margin-bottom-10"">
                                <div class=""col-xl-6"">
                                    <p>");
            EndContext();
            BeginContext(3688, 26, false);
#line 76 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
            Write(L("WebSiteLogsHeaderInfo"));

#line default
#line hidden
            EndContext();
            BeginContext(3714, 234, true);
            WriteLiteral("</p>\n                                </div>\n                                <div class=\"col-xl-6 text-right\">\n                                    <button id=\"DownloadAllLogsbutton\" class=\"btn btn-metal\"><i class=\"fa fa-download\"></i> ");
            EndContext();
            BeginContext(3949, 16, false);
#line 79 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
            Write(L("DownloadAll"));

#line default
#line hidden
            EndContext();
            BeginContext(3965, 127, true);
            WriteLiteral("</button>\n                                    <button id=\"RefreshButton\" class=\"btn btn-primary\"><i class=\"fa fa-refresh\"></i> ");
            EndContext();
            BeginContext(4093, 12, false);
#line 80 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Maintenance\Index.cshtml"
            Write(L("Refresh"));

#line default
#line hidden
            EndContext();
            BeginContext(4105, 535, true);
            WriteLiteral(@"</button>
                                </div>
                            </div>
                            <div class=""row"">
                                <div class=""col-xl-12"">
                                    <div id=""WebSiteLogsContent"" class=""web-log-view full-height"">
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
");
            EndContext();
        }
Ejemplo n.º 13
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 6 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"

            ViewBag.CurrentPageName = AppAreaNamePageNames.Common.Languages;

#line default
#line hidden
            DefineSection("Styles", async() => {
                BeginContext(323, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(328, 122, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "47950cc8c23148c3a75bd97057add9b9", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
#line 11 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(450, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            DefineSection("Scripts", async() => {
                BeginContext(471, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(476, 120, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e005389920744635a1cd60b9f96ebe74", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 15 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(596, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(599, 198, true);
            WriteLiteral("\n<div class=\"m-subheader \">\n    <div class=\"d-flex align-items-center\">\n        <div class=\"mr-auto\">\n            <h3 class=\"m-subheader__title m-subheader__title--separator\">\n                <span>");
            EndContext();
            BeginContext(798, 18, false);
#line 22 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            Write(L("LanguageTexts"));

#line default
#line hidden
            EndContext();
            BeginContext(816, 84, true);
            WriteLiteral("</span>\n            </h3>\n            <span class=\"m-section__sub\">\n                ");
            EndContext();
            BeginContext(901, 28, false);
#line 25 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            Write(L("LanguageTextsHeaderInfo"));

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

    </div>
</div>

<div class=""m-content"">
    <div class=""m-portlet m-portlet--mobile"">
        <div class=""m-portlet__body"">
            <div class=""m-form m-form--label-align-right"" id=""TextsFilterForm"">
                <div class=""row align-items-center m--margin-bottom-10"">
                    <div class=""col-sm-6 col-md-3"">
                        <div class=""form-group"">
                            <label for=""TextBaseLanguageSelectionCombobox"">");
            EndContext();
            BeginContext(1423, 17, false);
#line 39 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            Write(L("BaseLanguage"));

#line default
#line hidden
            EndContext();
            BeginContext(1440, 232, true);
            WriteLiteral("</label>\n                            <select id=\"TextBaseLanguageSelectionCombobox\" name=\"BaseLanguage\"\n                                    class=\"form-control bs-select\"\n                                    data-live-search=\"true\">\n");
            EndContext();
#line 43 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            foreach (var language in Model.Languages)
            {
#line default
#line hidden
                BeginContext(1781, 36, true);
                WriteLiteral("                                    ");
                EndContext();
                BeginContext(1817, 248, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5b97dc3a0ffb4bce81b2d7ed305731a8", async() => {
                    BeginContext(1927, 43, true);
                    WriteLiteral("\n                                        <i");
                    EndContext();
                    BeginWriteAttribute("class", " class=\"", 1970, "\"", 1992, 1);
#line 46 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                    WriteAttributeValue("", 1978, language.Icon, 1978, 14, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1993, 5, true);
                    WriteLiteral("></i>");
                    EndContext();
                    BeginContext(1999, 20, false);
#line 46 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                    Write(language.DisplayName);

#line default
#line hidden
                    EndContext();
                    BeginContext(2019, 37, true);
                    WriteLiteral("\n                                    ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                BeginWriteTagHelperAttribute();
#line 45 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                Write(language.Icon);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __tagHelperExecutionContext.AddHtmlAttribute("data-icon", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                BeginWriteTagHelperAttribute();
#line 45 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                WriteLiteral(language.Name);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("value", __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "selected", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 45 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                AddHtmlAttributeValue("", 1885, language.Name == Model.BaseLanguageName, 1885, 40, 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(2065, 1, true);
                WriteLiteral("\n");
                EndContext();
#line 48 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            }

#line default
#line hidden
            BeginContext(2100, 274, true);
            WriteLiteral(@"                            </select>
                        </div>
                    </div>
                    <div class=""col-sm-6 col-md-3"">
                        <div class=""form-group"">
                            <label for=""TextTargetLanguageSelectionCombobox"">");
            EndContext();
            BeginContext(2375, 19, false);
#line 54 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            Write(L("TargetLanguage"));

#line default
#line hidden
            EndContext();
            BeginContext(2394, 236, true);
            WriteLiteral("</label>\n                            <select id=\"TextTargetLanguageSelectionCombobox\" name=\"TargetLanguage\"\n                                    class=\"form-control bs-select\"\n                                    data-live-search=\"true\">\n");
            EndContext();
#line 58 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            foreach (var language in Model.Languages)
            {
#line default
#line hidden
                BeginContext(2739, 36, true);
                WriteLiteral("                                    ");
                EndContext();
                BeginContext(2775, 244, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5283d9111bea41a399fc8d1c0040f05e", async() => {
                    BeginContext(2881, 43, true);
                    WriteLiteral("\n                                        <i");
                    EndContext();
                    BeginWriteAttribute("class", " class=\"", 2924, "\"", 2946, 1);
#line 61 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                    WriteAttributeValue("", 2932, language.Icon, 2932, 14, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(2947, 5, true);
                    WriteLiteral("></i>");
                    EndContext();
                    BeginContext(2953, 20, false);
#line 61 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                    Write(language.DisplayName);

#line default
#line hidden
                    EndContext();
                    BeginContext(2973, 37, true);
                    WriteLiteral("\n                                    ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                BeginWriteTagHelperAttribute();
#line 60 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                Write(language.Icon);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __tagHelperExecutionContext.AddHtmlAttribute("data-icon", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                BeginWriteTagHelperAttribute();
#line 60 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                WriteLiteral(language.Name);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("value", __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "selected", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 60 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                AddHtmlAttributeValue("", 2843, language.Name == Model.LanguageName, 2843, 36, 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(3019, 1, true);
                WriteLiteral("\n");
                EndContext();
#line 63 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            }

#line default
#line hidden
            BeginContext(3054, 266, true);
            WriteLiteral(@"                            </select>
                        </div>
                    </div>
                    <div class=""col-sm-6 col-md-3"">
                        <div class=""form-group"">
                            <label for=""TextSourceSelectionCombobox"">");
            EndContext();
            BeginContext(3321, 11, false);
#line 69 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            Write(L("Source"));

#line default
#line hidden
            EndContext();
            BeginContext(3332, 37, true);
            WriteLiteral("</label>\n                            ");
            EndContext();
            BeginContext(3370, 456, false);
#line 70 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            Write(Html.DropDownList(
                      "SourceName",
                      Model.Sources,
                      new
            {
                @class           = "form-control selectpicker",
                data_live_search = "true",
                id = "TextSourceSelectionCombobox"
            }));

#line default
#line hidden
            EndContext();
            BeginContext(3826, 236, true);
            WriteLiteral("\n                        </div>\n                    </div>\n                    <div class=\"col-sm-6 col-md-3\">\n                        <div class=\"form-group\">\n                            <label for=\"TargetValueFilterSelectionCombobox\">");
            EndContext();
            BeginContext(4063, 16, false);
#line 83 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            Write(L("TargetValue"));

#line default
#line hidden
            EndContext();
            BeginContext(4079, 168, true);
            WriteLiteral("</label>\n                            <select id=\"TargetValueFilterSelectionCombobox\" class=\"form-control bs-select\" name=\"TargetValue\">\n                                ");
            EndContext();
            BeginContext(4247, 85, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2d6eaab4eb4e467dac4fad4920f32be3", async() => {
                BeginContext(4315, 8, false);
#line 85 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                Write(L("All"));

#line default
#line hidden
                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);
            BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "selected", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 85 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            AddHtmlAttributeValue("", 4277, Model.TargetValueFilter == "ALL", 4277, 35, 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(4332, 33, true);
            WriteLiteral("\n                                ");
            EndContext();
            BeginContext(4365, 95, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "954be632c4354b7692f587df3d512479", async() => {
                BeginContext(4437, 14, false);
#line 86 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
                Write(L("EmptyOnes"));

#line default
#line hidden
                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);
            BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "selected", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 86 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            AddHtmlAttributeValue("", 4397, Model.TargetValueFilter == "EMPTY", 4397, 37, 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(4460, 337, true);
            WriteLiteral(@"
                            </select>
                        </div>
                    </div>
                </div>
                <div class=""row align-items-center m--margin-bottom-10"">
                    <div class=""col-sm-12"">
                        <div class=""input-group"">
                            <input id=""TextFilter""");
            EndContext();
            BeginWriteAttribute("value", " value=\"", 4797, "\"", 4822, 1);
#line 94 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            WriteAttributeValue("", 4805, Model.FilterText, 4805, 17, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(4823, 21, true);
            WriteLiteral(" class=\"form-control\"");
            EndContext();
            BeginWriteAttribute("placeholder", " placeholder=\"", 4844, "\"", 4882, 1);
#line 94 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            WriteAttributeValue("", 4858, L("SearchWithThreeDot"), 4858, 24, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(4883, 204, true);
            WriteLiteral(" type=\"text\">\n                            <span class=\"input-group-btn\">\n                                <button id=\"RefreshTextsButton\" class=\"btn btn-primary\" type=\"submit\"><i class=\"icon-refresh\"></i> ");
            EndContext();
            BeginContext(5088, 12, false);
#line 96 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            Write(L("Refresh"));

#line default
#line hidden
            EndContext();
            BeginContext(5100, 434, true);
            WriteLiteral(@"</button>
                            </span>
                        </div>
                    </div>
                </div>
            </div>
            <div class=""row align-items-center"">
                <table id=""TextsTable"" class=""display table table-striped table-bordered table-hover dt-responsive nowrap"">
                    <thead>
                    <tr>
                        <th></th>
                        <th>");
            EndContext();
            BeginContext(5535, 8, false);
#line 107 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            Write(L("Key"));

#line default
#line hidden
            EndContext();
            BeginContext(5543, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(5578, 14, false);
#line 108 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            Write(L("BaseValue"));

#line default
#line hidden
            EndContext();
            BeginContext(5592, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(5627, 16, false);
#line 109 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Languages\Texts.cshtml"
            Write(L("TargetValue"));

#line default
#line hidden
            EndContext();
            BeginContext(5643, 171, true);
            WriteLiteral("</th>\n                        <th></th>\n                    </tr>\n                    </thead>\n                </table>\n            </div>\n        </div>\n    </div>\n</div>");
            EndContext();
        }
Ejemplo n.º 14
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("Scripts", async() => {
                BeginContext(270, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(275, 92, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2bd70541d4874b12a04dc4b4d77f62d7", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 10 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(367, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(370, 1, true);
            WriteLiteral("\n");
            EndContext();
#line 13 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
            if (!Model.SuccessMessage.IsNullOrEmpty())
            {
#line default
#line hidden
                BeginContext(417, 87, true);
                WriteLiteral("    <div class=\"alert alert-success alert-dismissible fade show\" role=\"alert\">\n        ");
                EndContext();
                BeginContext(505, 20, false);
#line 16 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                Write(Model.SuccessMessage);

#line default
#line hidden
                EndContext();
                BeginContext(525, 167, true);
                WriteLiteral("\n        <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">\n            <span aria-hidden=\"true\">&times;</span>\n        </button>\n    </div>\n");
                EndContext();
#line 21 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
            }

#line default
#line hidden
            BeginContext(694, 111, true);
            WriteLiteral("\n<div class=\"m-login__signin\">\n    <div class=\"m-login__head\">\n        <h3 class=\"m-login__title\">\n            ");
            EndContext();
            BeginContext(806, 10, false);
#line 26 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
            Write(L("LogIn"));

#line default
#line hidden
            EndContext();
            BeginContext(816, 30, true);
            WriteLiteral("\n        </h3>\n    </div>\n    ");
            EndContext();
            BeginContext(846, 1517, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "cd8cd98cfa0d4dbf907c8856d5b3b0d1", async() => {
                BeginContext(925, 46, true);
                WriteLiteral("\n        <input type=\"hidden\" name=\"returnUrl\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 971, "\"", 997, 1);
#line 30 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                WriteAttributeValue("", 979, ViewBag.ReturnUrl, 979, 18, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(998, 95, true);
                WriteLiteral(" />\n        <input type=\"hidden\" name=\"returnUrlHash\" />\n        <input type=\"hidden\" name=\"ss\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1093, "\"", 1122, 1);
#line 32 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                WriteAttributeValue("", 1101, ViewBag.SingleSignIn, 1101, 21, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1123, 110, true);
                WriteLiteral(" />\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control m-input\" type=\"text\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 1233, "\"", 1268, 1);
#line 34 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                WriteAttributeValue("", 1247, L("UserNameOrEmail"), 1247, 21, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1269, 49, true);
                WriteLiteral(" name=\"usernameOrEmailAddress\" autocomplete=\"off\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1318, "\"", 1363, 1);
#line 34 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                WriteAttributeValue("", 1326, Model.UserNameOrEmailAddress ?? "", 1326, 37, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1364, 162, true);
                WriteLiteral(" required>\n        </div>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control m-input m-login__form-input--last\" type=\"password\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 1526, "\"", 1554, 1);
#line 37 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                WriteAttributeValue("", 1540, L("Password"), 1540, 14, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1555, 299, true);
                WriteLiteral(@" name=""password"" autocomplete=""off"" >
        </div>
        <div class=""row m-login__form-sub"">
            <div class=""col m--align-left"">
                <label class=""m-checkbox m-checkbox--primary"">
                    <input type=""checkbox"" name=""rememberMe"" value=""true"">
                    ");
                EndContext();
                BeginContext(1855, 15, false);
#line 43 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                Write(L("RememberMe"));

#line default
#line hidden
                EndContext();
                BeginContext(1870, 142, true);
                WriteLiteral("\n                    <span></span>\n                </label>\n            </div>\n            <div class=\"col m--align-right\">\n                <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 2012, "\"", 2059, 1);
#line 48 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                WriteAttributeValue("", 2019, Url.Action("ForgotPassword", "Account"), 2019, 40, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2060, 53, true);
                WriteLiteral(" id=\"forget-password\" class=\"m-link forget-password\">");
                EndContext();
                BeginContext(2114, 19, false);
#line 48 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                Write(L("ForgotPassword"));

#line default
#line hidden
                EndContext();
                BeginContext(2133, 183, true);
                WriteLiteral("</a>\n            </div>\n        </div>\n        <div class=\"m-login__form-action\">\n            <button type=\"submit\" class=\"btn btn-primary m-btn m-btn--pill m-btn--custom m-btn--air\">");
                EndContext();
                BeginContext(2317, 10, false);
#line 52 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                Write(L("LogIn"));

#line default
#line hidden
                EndContext();
                BeginContext(2327, 29, true);
                WriteLiteral("</button>\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);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (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(2363, 9, true);
            WriteLiteral("\n</div>\n\n");
            EndContext();
#line 57 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"

            var loginProviders = (await SignInManager.GetExternalAuthenticationSchemesAsync())
                                 .Where(s => !s.DisplayName.IsNullOrWhiteSpace())
                                 .ToList();

            Func <string, string> getSocialIconClass = (provider) =>
            {
                provider = provider.ToLower(CultureInfo.InvariantCulture);

                return(provider);
            };

#line default
#line hidden
            BeginContext(2707, 1, true);
            WriteLiteral("\n");
            EndContext();
#line 70 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
            if ((AbpSession.MultiTenancySide != MultiTenancySides.Host || !ViewBag.IsMultiTenancyEnabled) && loginProviders.Count > 0)
            {
#line default
#line hidden
                BeginContext(2834, 44, true);
                WriteLiteral("    <div class=\"login-options\">\n        <h4>");
                EndContext();
                BeginContext(2879, 14, false);
#line 73 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                Write(L("LoginWith"));

#line default
#line hidden
                EndContext();
                BeginContext(2893, 52, true);
                WriteLiteral("</h4>\n        <ul class=\"social-icons\">\n            ");
                EndContext();
                BeginContext(2945, 701, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8a1c5950a9954e2caa88c8439fecebcb", async() => {
                    BeginContext(2992, 54, true);
                    WriteLiteral("\n                <input type=\"hidden\" name=\"returnUrl\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 3046, "\"", 3072, 1);
#line 76 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                    WriteAttributeValue("", 3054, ViewBag.ReturnUrl, 3054, 18, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(3073, 115, true);
                    WriteLiteral(" />\n                <input type=\"hidden\" name=\"provider\" value=\"\" />\n                <input type=\"hidden\" name=\"ss\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 3188, "\"", 3217, 1);
#line 78 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                    WriteAttributeValue("", 3196, ViewBag.SingleSignIn, 3196, 21, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(3218, 5, true);
                    WriteLiteral(" />\n\n");
                    EndContext();
#line 80 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                    foreach (var p in loginProviders)
                    {
#line default
#line hidden
                        BeginContext(3292, 51, true);
                        WriteLiteral("                    <li>\n                        <a");
                        EndContext();
                        BeginWriteAttribute("class", " class=\"", 3343, "\"", 3421, 3);
                        WriteAttributeValue("", 3351, "social-login-icon", 3351, 17, true);
                        WriteAttributeValue(" ", 3368, "social-icon-color", 3369, 18, true);
#line 83 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                        WriteAttributeValue(" ", 3386, getSocialIconClass(p.DisplayName), 3387, 34, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginWriteAttribute("title", "\n                           title=\"", 3422, "\"", 3471, 1);
#line 84 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                        WriteAttributeValue("", 3457, p.DisplayName, 3457, 14, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(3472, 43, true);
                        WriteLiteral("\n                           data-provider=\"");
                        EndContext();
                        BeginContext(3516, 13, false);
#line 85 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                        Write(p.DisplayName);

#line default
#line hidden
                        EndContext();
                        BeginContext(3529, 80, true);
                        WriteLiteral("\"\n                           href=\"javascript:;\"></a>\n                    </li>\n");
                        EndContext();
#line 88 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                    }

#line default
#line hidden
                    BeginContext(3627, 12, true);
                    WriteLiteral("            ");
                    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_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (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(3646, 26, true);
                WriteLiteral("\n        </ul>\n    </div>\n");
                EndContext();
#line 92 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
            }

#line default
#line hidden
            BeginContext(3674, 86, true);
            WriteLiteral("\n<div class=\"m-stack__item m-stack__item--center\">\n    <div class=\"m-login__account\">\n");
            EndContext();
#line 96 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
            if (Model.IsSelfRegistrationEnabled)
            {
#line default
#line hidden
                BeginContext(3816, 14, true);
                WriteLiteral("            <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 3830, "\"", 3937, 1);
#line 98 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                WriteAttributeValue("", 3837, Url.Action("Register", "Account", new { ss = ViewBag.SingleSignIn, returnUrl = ViewBag.ReturnUrl }), 3837, 100, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(3938, 72, true);
                WriteLiteral(" id=\"register-btn\" class=\"m-link m-link--primary m-login__account-link\">");
                EndContext();
                BeginContext(4011, 20, false);
#line 98 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                Write(L("CreateAnAccount"));

#line default
#line hidden
                EndContext();
                BeginContext(4031, 55, true);
                WriteLiteral("</a>\n            <span class=\"pipe-divider\"> | </span>\n");
                EndContext();
#line 100 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
            }

#line default
#line hidden
            BeginContext(4096, 8, true);
            WriteLiteral("        ");
            EndContext();
#line 101 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
            if (Model.IsTenantSelfRegistrationEnabled)
            {
#line default
#line hidden
                BeginContext(4158, 14, true);
                WriteLiteral("            <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 4172, "\"", 4229, 1);
#line 103 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                WriteAttributeValue("", 4179, Url.Action("SelectEdition", "TenantRegistration"), 4179, 50, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(4230, 72, true);
                WriteLiteral(" id=\"register-btn\" class=\"m-link m-link--primary m-login__account-link\">");
                EndContext();
                BeginContext(4303, 14, false);
#line 103 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
                Write(L("NewTenant"));

#line default
#line hidden
                EndContext();
                BeginContext(4317, 55, true);
                WriteLiteral("</a>\n            <span class=\"pipe-divider\"> | </span>\n");
                EndContext();
#line 105 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
            }

#line default
#line hidden
            BeginContext(4382, 10, true);
            WriteLiteral("        <a");
            EndContext();
            BeginWriteAttribute("href", " href=\"", 4392, "\"", 4440, 1);
#line 106 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
            WriteAttributeValue("", 4399, Url.Action("EmailActivation", "Account"), 4399, 41, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(4441, 80, true);
            WriteLiteral(" id=\"email-activation-btn\" class=\"m-link m-link--primary m-login__account-link\">");
            EndContext();
            BeginContext(4522, 20, false);
#line 106 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\Login.cshtml"
            Write(L("EmailActivation"));

#line default
#line hidden
            EndContext();
            BeginContext(4542, 22, true);
            WriteLiteral("</a>\n    </div>\n</div>");
            EndContext();
        }
Ejemplo n.º 15
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("Scripts", async() => {
                BeginContext(105, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(110, 138, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "273c388da96f4428aa4df2348f99dbaa", async() => {
                    BeginContext(118, 44, true);
                    WriteLiteral("\n        window.passwordComplexitySetting = ");
                    EndContext();
                    BeginContext(163, 70, false);
#line 6 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ResetPassword.cshtml"
                    Write(Html.Raw(Model.PasswordComplexitySetting.ToJsonString(indented: true)));

#line default
#line hidden
                    EndContext();
                    BeginContext(233, 6, true);
                    WriteLiteral(";\n    ");
                    EndContext();
                }
                                                                            );
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(248, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(253, 100, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "921c7aa993b24b77b1c0b35c4f74768f", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 8 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ResetPassword.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(353, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(356, 110, true);
            WriteLiteral("<div class=\"m-login__signin\">\n    <div class=\"m-login__head\">\n        <h3 class=\"m-login__title\">\n            ");
            EndContext();
            BeginContext(467, 19, false);
#line 13 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ResetPassword.cshtml"
            Write(L("ChangePassword"));

#line default
#line hidden
            EndContext();
            BeginContext(486, 30, true);
            WriteLiteral("\n        </h3>\n    </div>\n    ");
            EndContext();
            BeginContext(516, 1028, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8676765e5105438fbf3a6583a49a8c13", async() => {
                BeginContext(608, 25, true);
                WriteLiteral("\n        <p>\n            ");
                EndContext();
                BeginContext(634, 31, false);
#line 18 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ResetPassword.cshtml"
                Write(L("PleaseEnterYourNewPassword"));

#line default
#line hidden
                EndContext();
                BeginContext(665, 56, true);
                WriteLiteral("\n        </p>\n        <input type=\"hidden\" name=\"UserId\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 721, "\"", 753, 1);
#line 20 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ResetPassword.cshtml"
                WriteAttributeValue("", 729, Model.UserId.ToString(), 729, 24, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(754, 47, true);
                WriteLiteral(">\n        <input type=\"hidden\" name=\"ResetCode\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 801, "\"", 825, 1);
#line 21 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ResetPassword.cshtml"
                WriteAttributeValue("", 809, Model.ResetCode, 809, 16, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(826, 47, true);
                WriteLiteral(">\n        <input type=\"hidden\" name=\"ReturnUrl\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 873, "\"", 897, 1);
#line 22 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ResetPassword.cshtml"
                WriteAttributeValue("", 881, Model.ReturnUrl, 881, 16, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(898, 156, true);
                WriteLiteral(">\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control placeholder-no-fix\" type=\"password\" autocomplete=\"off\" id=\"Password\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 1054, "\"", 1082, 1);
#line 24 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ResetPassword.cshtml"
                WriteAttributeValue("", 1068, L("Password"), 1068, 14, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1083, 184, true);
                WriteLiteral(" name=\"Password\" required />\n        </div>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control placeholder-no-fix\" type=\"password\" autocomplete=\"off\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 1267, "\"", 1301, 1);
#line 27 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ResetPassword.cshtml"
                WriteAttributeValue("", 1281, L("PasswordRepeat"), 1281, 20, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1302, 194, true);
                WriteLiteral(" name=\"PasswordRepeat\" required />\n        </div>\n        <div class=\"m-login__form-action\">\n            <button type=\"submit\" class=\"btn btn-primary m-btn m-btn--pill m-btn--custom m-btn--air\">");
                EndContext();
                BeginContext(1497, 11, false);
#line 30 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ResetPassword.cshtml"
                Write(L("Submit"));

#line default
#line hidden
                EndContext();
                BeginContext(1508, 29, true);
                WriteLiteral("</button>\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);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (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(1544, 7, true);
            WriteLiteral("\n</div>");
            EndContext();
        }
Ejemplo n.º 16
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(34, 293, true);
            WriteLiteral(@"
<!-- begin::Quick Sidebar -->
<div id=""m_quick_sidebar"" class=""m-quick-sidebar m-quick-sidebar--tabbed m-quick-sidebar--skin-light"">
    <div class=""m-quick-sidebar__content m--hide"">
        <a href=""#"" id=""m_quick_sidebar_back"" class=""d-none"">
            <i class=""la la-arrow-circle-left""");
            EndContext();
            BeginWriteAttribute("aria-label", " aria-label=\"", 327, "\"", 350, 1);
#line 7 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            WriteAttributeValue("", 340, L("Back"), 340, 10, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(351, 116, true);
            WriteLiteral("></i>\n        </a>\n        <a href=\"javascript:;\" class=\"page-quick-sidebar-pinner\">\n            <i class=\"icon-pin\"");
            EndContext();
            BeginWriteAttribute("aria-label", " aria-label=\"", 467, "\"", 489, 1);
#line 10 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            WriteAttributeValue("", 480, L("Pin"), 480, 9, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(490, 126, true);
            WriteLiteral("></i>\n        </a>\n        <span id=\"m_quick_sidebar_close\" class=\"m-quick-sidebar__close\">\n            <i class=\"la la-close\"");
            EndContext();
            BeginWriteAttribute("aria-label", " aria-label=\"", 616, "\"", 640, 1);
#line 13 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            WriteAttributeValue("", 629, L("Close"), 629, 11, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(641, 398, true);
            WriteLiteral(@"></i>
        </span>
        <div class=""m-messenger m-messenger-friends m-messenger--skin-light"">
            <div class=""row"">
                <div class=""col-md-12"" style=""padding-top: 30px; margin: 5px; padding-right: 25px;"">
                    <div class=""m-input-icon m-input-icon--right"">
                        <input type=""text"" id=""ChatUserSearchUserName"" class=""form-control input-sm""");
            EndContext();
            BeginWriteAttribute("placeholder", " placeholder=\"", 1039, "\"", 1074, 1);
#line 19 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            WriteAttributeValue("", 1053, L("FilterOrAddUser"), 1053, 21, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(1075, 275, true);
            WriteLiteral(@">
                        <span class=""m-input-icon__icon m-input-icon__icon--right"">
                            <span>
                                <i id=""InterTenantChatHintIcon"" class=""la la-info-circle"" data-toggle=""m-popover"" data-placement=""bottom"" data-html=""true""");
            EndContext();
            BeginWriteAttribute("title", " title=\"", 1350, "\"", 1383, 1);
#line 22 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            WriteAttributeValue("", 1358, L("ChatUserSearch_Hint"), 1358, 25, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(1384, 315, true);
            WriteLiteral(@"></i>
                            </span>
                        </span>
                    </div>
                </div>
                <div class=""col-md-12"" style=""margin: 5px; padding-right: 25px;"">
                    <button id=""SearchChatUserButton"" type=""button"" class=""btn btn-block btn-success d-none"">");
            EndContext();
            BeginContext(1700, 14, false);
#line 28 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            Write(L("AddFriend"));

#line default
#line hidden
            EndContext();
            BeginContext(1714, 235, true);
            WriteLiteral("</button>\n                </div>\n            </div>\n            <div class=\"m-list-search\">\n                <div class=\"m-list-search__results\">\n                    <span class=\"m-list-search__result-category\">\n                        ");
            EndContext();
            BeginContext(1950, 12, false);
#line 34 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            Write(L("Friends"));

#line default
#line hidden
            EndContext();
            BeginContext(1962, 132, true);
            WriteLiteral("\n                    </span>\n                    <div id=\"friendListFriends\"></div>\n                    <p id=\"EmptyFriendListInfo\">");
            EndContext();
            BeginContext(2095, 25, false);
#line 37 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            Write(L("YouDontHaveAnyFriend"));

#line default
#line hidden
            EndContext();
            BeginContext(2120, 230, true);
            WriteLiteral("</p>\n                </div>\n            </div>\n            <div class=\"m-list-search\">\n                <div class=\"m-list-search__results\">\n                    <span class=\"m-list-search__result-category\">\n                        ");
            EndContext();
            BeginContext(2351, 17, false);
#line 43 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            Write(L("BlockedUsers"));

#line default
#line hidden
            EndContext();
            BeginContext(2368, 140, true);
            WriteLiteral("\n                    </span>\n                    <div id=\"friendListBlockeds\"></div>\n                    <p id=\"EmptyBlockedFriendListInfo\">");
            EndContext();
            BeginContext(2509, 32, false);
#line 46 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            Write(L("YouDontHaveAnyBlockedFriend"));

#line default
#line hidden
            EndContext();
            BeginContext(2541, 785, true);
            WriteLiteral(@"</p>
                </div>
            </div>
        </div>
        <div class=""m-scrollable m-messenger-conversation"" style=""display: none;"">
            <div class=""selected-chat-user"">
                <div class=""selected-chat-user-image"">
                    <img id=""selectedChatUserImage"" class=""media-object"">
                    <span id=""selectedChatUserStatus"" class=""contact-status2""></span>
                </div>
                <h6 id=""selectedChatUserName""></h6>
                <div class=""actions"">
                    <a class=""btn btn-metal m-btn m-btn--icon m-btn--icon-only m-btn--pill m-btn--air"" href=""javascript:;"" data-toggle=""dropdown"" data-hover=""dropdown"" data-close-others=""true"" aria-expanded=""false"">
                        <i class=""fa fa-angle-down""");
            EndContext();
            BeginWriteAttribute("aria-label", " aria-label=\"", 3326, "\"", 3351, 1);
#line 59 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            WriteAttributeValue("", 3339, L("Expand"), 3339, 12, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(3352, 279, true);
            WriteLiteral(@"></i>
                    </a>
                    <ul class=""dropdown-menu pull-right"">
                        <li id=""liBanChatUser"">
                            <a href=""javascript:;"">
                                <i class=""fa fa-ban""></i>
                                ");
            EndContext();
            BeginContext(3632, 14, false);
#line 65 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            Write(L("BlockUser"));

#line default
#line hidden
            EndContext();
            BeginContext(3646, 258, true);
            WriteLiteral(@"
                            </a>
                        </li>
                        <li id=""liUnbanChatUser"">
                            <a href=""javascript:;"">
                                <i class=""fa fa-check""></i>
                                ");
            EndContext();
            BeginContext(3905, 16, false);
#line 71 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
            Write(L("UnblockUser"));

#line default
#line hidden
            EndContext();
            BeginContext(3921, 412, true);
            WriteLiteral(@"
                            </a>
                        </li>
                    </ul>
                </div>
            </div>
            <hr />
            <div class=""m-messenger m-messenger--message-arrow m-messenger--skin-light"">
                <div class=""m-messenger__messages"" id=""UserChatMessages"">
                </div>
                <div class=""m-messenger__seperator""></div>
                ");
            EndContext();
            BeginContext(4333, 3272, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7e69153bb51f44e481f685c5ae413870", async() => {
                BeginContext(4395, 247, true);
                WriteLiteral("\n                    <div id=\"files\" class=\"files\"></div>\n                    <div class=\"col-md-12\" style=\"margin: 5px; padding-right: 25px;\">\n                        <button id=\"UnblockUserButton\" type=\"button\" class=\"btn btn-block btn-success\">");
                EndContext();
                BeginContext(4643, 16, false);
#line 85 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
                Write(L("UnblockUser"));

#line default
#line hidden
                EndContext();
                BeginContext(4659, 567, true);
                WriteLiteral(@"</button>
                    </div>

                    <div class=""col-md-12 chat-progress-bar"">
                        <div id=""chatFileUploadProgress"" class=""progress"">
                            <div class=""progress-bar progress-bar-success""></div>
                        </div>
                    </div>

                    <div class=""m-messenger__form"" id=""ChatMessageWrapper"">
                        <div class=""m-messenger__form-controls"">
                            <input id=""ChatMessage"" type=""text"" name=""message"" class=""m-messenger__form-input""");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 5226, "\"", 5262, 1);
#line 96 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
                WriteAttributeValue("", 5240, L("TypeAMessageHere"), 5240, 22, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(5263, 9, true);
                WriteLiteral(" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 5272, "\"", 5313, 1);
#line 96 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
                WriteAttributeValue("", 5284, ChatMessage.MaxMessageLength, 5284, 29, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(5314, 328, true);
                WriteLiteral(@" />
                        </div>
                        <div class=""m-messenger__form-tools"">
                            <a id=""chatDropdownToggle"" href="""" class=""m-messenger__form-attachment select-media"" data-toggle=""dropdown"" tabindex=""-1"" aria-expanded=""false"">
                                <i class=""la la-paperclip""");
                EndContext();
                BeginWriteAttribute("aria-label", " aria-label=\"", 5642, "\"", 5667, 1);
#line 100 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
                WriteAttributeValue("", 5655, L("Attach"), 5655, 12, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(5668, 438, true);
                WriteLiteral(@"></i>
                            </a>
                            <ul class=""dropdown-menu pull-right bottom-up"" role=""menu"">
                                <li>
                                    <a href=""javascript:;"">
                                        <span class=""fileinput-button"">
                                            <i class=""fa fa-camera"" aria-hidden=""true""></i>
                                            <span>");
                EndContext();
                BeginContext(6107, 10, false);
#line 107 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
                Write(L("Image"));

#line default
#line hidden
                EndContext();
                BeginContext(6117, 658, true);
                WriteLiteral(@"</span>
                                            <!-- The file input field used as target for the file upload widget -->
                                            <input id=""chatImageUpload"" type=""file"" name=""files"">
                                        </span>
                                    </a>
                                </li>
                                <li>
                                    <a href=""javascript:;"">
                                        <span class=""fileinput-button"">
                                            <i class=""fa fa-file"" aria-hidden=""true""></i>
                                            <span>");
                EndContext();
                BeginContext(6776, 9, false);
#line 117 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
                Write(L("File"));

#line default
#line hidden
                EndContext();
                BeginContext(6785, 595, true);
                WriteLiteral(@"</span>
                                            <!-- The file input field used as target for the file upload widget -->
                                            <input id=""chatFileUpload"" type=""file"" name=""files"">
                                        </span>
                                    </a>
                                </li>
                                <li>
                                    <a href=""javascript:;"" id=""btnLinkShare"">
                                        <i class=""fa fa-link"" aria-hidden=""true""></i>
                                        <span>");
                EndContext();
                BeginContext(7381, 22, false);
#line 126 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout\_ChatBar.cshtml"
                Write(L("LinkToCurrentPage"));

#line default
#line hidden
                EndContext();
                BeginContext(7403, 195, true);
                WriteLiteral("</span>\n                                    </a>\n                                </li>\n                            </ul>\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);
            __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(7605, 82, true);
            WriteLiteral("\n            </div>\n        </div>\n    </div>\n</div>\n<!-- end::Quick Sidebar -->\n\n");
            EndContext();
            BeginContext(7687, 1012, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ee0582cb4f5c4a5a87d7925573a1379b", async() => {
                BeginContext(7742, 948, true);
                WriteLiteral(@"
    {{#.}}
    <a href=""#"" class=""m-list-search__result-item"" data-friend-tenant-id=""{{friendTenantId}}"" data-friend-user-id=""{{friendUserId}}"">
        <span class=""m-list-search__result-item-pic"">
            <img class=""m--img-rounded"" src=""{{profilePicturePath}}"" title="""">
        </span>
        <span class=""m-list-search__result-item-text"">
            {{shownUserName}}
        </span>

        {{#unreadMessageCount}}
        <span class=""m-badge m-badge--warning"">
            {{unreadMessageCount}}
        </span>
        {{/unreadMessageCount}}

        {{^unreadMessageCount}}
        <span class=""m-badge m-badge--warning d-none"">
            {{unreadMessageCount}}
        </span>
        {{/unreadMessageCount}}

        {{#isOnline}}
        <span class=""contact-status1 online""></span>
        {{/isOnline}}

        {{^isOnline}}
        <span class=""contact-status1 offline""></span>
        {{/isOnline}}
    </a>
    {{/.}}
");
                EndContext();
            }
                                                                        );
            __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
            __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(8699, 2, true);
            WriteLiteral("\n\n");
            EndContext();
            BeginContext(8701, 881, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7007c18a9f834d339db4091cfd3f7d5a", async() => {
                BeginContext(8761, 812, true);
                WriteLiteral(@"
    {{#.}}
    <div class=""m-messenger__message {{cssClass}}"">
        {{#isIn}}
        <div class=""m-messenger__message-pic"">
            <img src=""{{profilePicturePath}}"" alt="""" class=""mCS_img_loaded"">
        </div>
        {{/isIn}}
        <div class=""m-messenger__message-body"">
            <div class=""m-messenger__message-arrow""></div>
            <div class=""m-messenger__message-content"">
                <div class=""m-messenger__message-username"">
                    <span>{{shownUserName}}</span>
                    <time class=""timeago"" datetime=""{{creationTime}}""></time> {{{readStateCheck}}}
                </div>
                <div class=""m-messenger__message-text"">
                    {{{formattedMessage}}}
                </div>
            </div>
        </div>
    </div>
    {{/.}}
");
                EndContext();
            }
                                                                        );
            __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
            __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
        }
Ejemplo n.º 17
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("Scripts", async() => {
                BeginContext(49, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(54, 102, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "32c20eef1ec6421c9cf60da7fbb5b37d", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 4 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\EmailActivation.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(156, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(159, 110, true);
            WriteLiteral("<div class=\"m-login__signin\">\n    <div class=\"m-login__head\">\n        <h3 class=\"m-login__title\">\n            ");
            EndContext();
            BeginContext(270, 20, false);
#line 9 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\EmailActivation.cshtml"
            Write(L("EmailActivation"));

#line default
#line hidden
            EndContext();
            BeginContext(290, 30, true);
            WriteLiteral("\n        </h3>\n    </div>\n    ");
            EndContext();
            BeginContext(320, 813, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d2c365e127e54cfea64415f7cd5e82c0", async() => {
                BeginContext(428, 25, true);
                WriteLiteral("\n        <p>\n            ");
                EndContext();
                BeginContext(454, 40, false);
#line 14 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\EmailActivation.cshtml"
                Write(L("SendEmailActivationLink_Information"));

#line default
#line hidden
                EndContext();
                BeginContext(494, 151, true);
                WriteLiteral("\n        </p>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control placeholder-no-fix\" type=\"email\" autocomplete=\"off\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 645, "\"", 677, 1);
#line 17 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\EmailActivation.cshtml"
                WriteAttributeValue("", 659, L("EmailAddress"), 659, 18, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(678, 29, true);
                WriteLiteral(" name=\"EmailAddress\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 707, "\"", 753, 1);
#line 17 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\EmailActivation.cshtml"
                WriteAttributeValue("", 719, AbpUserBase.MaxEmailAddressLength, 719, 34, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(754, 83, true);
                WriteLiteral(" />\n        </div>\n        \n        <div class=\"m-login__form-action\">\n            ");
                EndContext();
                BeginContext(837, 146, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e1fced985e9644ed9b88a109e3e768b2", async() => {
                    BeginContext(859, 101, true);
                    WriteLiteral("<button type=\"button\" id=\"back-btn\" class=\"btn btn-outline-primary  m-btn m-btn--pill m-btn--custom\">");
                    EndContext();
                    BeginContext(961, 9, false);
#line 21 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\EmailActivation.cshtml"
                    Write(L("Back"));

#line default
#line hidden
                    EndContext();
                    BeginContext(970, 9, true);
                    WriteLiteral("</button>");
                    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_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(983, 102, true);
                WriteLiteral("\n            <button type=\"submit\" class=\"btn btn-primary m-btn m-btn--pill m-btn--custom m-btn--air\">");
                EndContext();
                BeginContext(1086, 11, false);
#line 22 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\EmailActivation.cshtml"
                Write(L("Submit"));

#line default
#line hidden
                EndContext();
                BeginContext(1097, 29, true);
                WriteLiteral("</button>\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);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (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(1133, 7, true);
            WriteLiteral("\n</div>");
            EndContext();
        }
Ejemplo n.º 18
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 7 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"

            ViewBag.CurrentPageName = AppAreaNamePageNames.Host.Tenants;

#line default
#line hidden
            DefineSection("Styles", async() => {
                BeginContext(353, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(358, 127, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "35f14152d7984aeeb3c44e1408140738", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
#line 12 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(485, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(488, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("Scripts", async() => {
                BeginContext(511, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(516, 123, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b243d7689b26493498b207edc6941acd", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 17 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(639, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(642, 214, true);
            WriteLiteral("\n<div class=\"m-subheader \">\n    <div class=\"row align-items-center\">\n        <div class=\"mr-auto col-sm-12 col-md-6\">\n            <h3 class=\"m-subheader__title m-subheader__title--separator\">\n                <span>");
            EndContext();
            BeginContext(857, 12, false);
#line 24 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("Tenants"));

#line default
#line hidden
            EndContext();
            BeginContext(869, 84, true);
            WriteLiteral("</span>\n            </h3>\n            <span class=\"m-section__sub\">\n                ");
            EndContext();
            BeginContext(954, 22, false);
#line 27 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("TenantsHeaderInfo"));

#line default
#line hidden
            EndContext();
            BeginContext(976, 88, true);
            WriteLiteral("\n            </span>\n        </div>\n        <div class=\"col-sm-12 col-md-6 text-right\">\n");
            EndContext();
#line 31 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            if (IsGranted(AppPermissions.Pages_Tenants_Create))
            {
#line default
#line hidden
                BeginContext(1143, 102, true);
                WriteLiteral("                <button id=\"CreateNewTenantButton\" class=\"btn btn-primary\"><i class=\"fa fa-plus\"></i> ");
                EndContext();
                BeginContext(1246, 20, false);
#line 33 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
                Write(L("CreateNewTenant"));

#line default
#line hidden
                EndContext();
                BeginContext(1266, 10, true);
                WriteLiteral("</button>\n");
                EndContext();
#line 34 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            }

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


<div class=""m-content"">
    <div class=""m-portlet m-portlet--mobile"">
        <div class=""m-portlet__body"">
            <div class=""m-form m-form--label-align-right"">
                <div id=""TenantsFormFilter"">
                    <div class=""row m--margin-bottom-10"">
                        <div class=""col-xl-6"">
                            <label for=""TenantsTableFilter"">");
            EndContext();
            BeginContext(1703, 28, false);
#line 47 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("TenantNameOrTenancyCode"));

#line default
#line hidden
            EndContext();
            BeginContext(1731, 166, true);
            WriteLiteral("</label>\n                            <div class=\"input-group\">\n                                <input id=\"TenantsTableFilter\" class=\"form-control m-input\" type=\"text\"");
            EndContext();
            BeginWriteAttribute("value", " value=\"", 1897, "\"", 1924, 1);
#line 49 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            WriteAttributeValue("", 1905, ViewBag.FilterText, 1905, 19, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginWriteAttribute("placeholder", " placeholder=\"", 1925, "\"", 1963, 1);
#line 49 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            WriteAttributeValue("", 1939, L("SearchWithThreeDot"), 1939, 24, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(1964, 229, true);
            WriteLiteral(" aria-describedby=\"basic-addon2\">\n                                <span class=\"input-group-btn\">\n                                    <button id=\"GetTenantsButton\" class=\"btn btn-primary\" type=\"submit\"><i class=\"flaticon-search-1\"");
            EndContext();
            BeginWriteAttribute("aria-label", " aria-label=\"", 2193, "\"", 2218, 1);
#line 51 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            WriteAttributeValue("", 2206, L("Search"), 2206, 12, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(2219, 225, true);
            WriteLiteral("></i></button>\n                                </span>\n                            </div>\n                        </div>\n                        <div class=\"col-xl-6\">\n                            <label for=\"EditionDropdown\">");
            EndContext();
            BeginContext(2445, 12, false);
#line 56 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("Edition"));

#line default
#line hidden
            EndContext();
            BeginContext(2457, 37, true);
            WriteLiteral("</label>\n                            ");
            EndContext();
            BeginContext(2495, 130, false);
#line 57 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(Html.DropDownList("EditionDropdown", Model.EditionItems.Select(i => i.ToSelectListItem()), new { @class = "form-control edited" }));

#line default
#line hidden
            EndContext();
            BeginContext(2625, 606, true);
            WriteLiteral(@"
                        </div>
                    </div>
                    <div class=""row m--margin-bottom-10"">
                        <div class=""col-xl-6"">
                            <div class=""m-checkbox-list"">
                                <label class=""m-checkbox"">
                                    <input type=""checkbox""
                                           id=""TenantsTable_SubscriptionEndDateRangeActive""
                                           name=""SubscriptionEndDateRangeActive""
                                           value=""true"">
                                    ");
            EndContext();
            BeginContext(3232, 24, false);
#line 68 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("SubscriptionEndDate"));

#line default
#line hidden
            EndContext();
            BeginContext(3256, 752, true);
            WriteLiteral(@"
                                    <span></span>
                                </label>
                            </div>
                            <input type=""text"" name=""SubscriptionEndDateRange"" class=""form-control date-range-picker"">
                        </div>
                        <div class=""col-xl-6"">
                            <div class=""m-checkbox-list"">
                                <label class=""m-checkbox"">
                                    <input type=""checkbox""
                                           id=""TenantsTable_CreationDateRangeActive""
                                           name=""CreationDateRangeActive""
                                           value=""true"">
                                    ");
            EndContext();
            BeginContext(4009, 17, false);
#line 81 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("CreationTime"));

#line default
#line hidden
            EndContext();
            BeginContext(4026, 524, true);
            WriteLiteral(@"
                                    <span></span>
                                </label>
                            </div>
                            <input type=""text"" name=""CreationDateRange"" class=""form-control date-range-picker"">
                        </div>
                    </div>
                    <div class=""row m--margin-bottom-10"">
                        <div class=""col-xl-12 text-right"">
                            <button name=""RefreshButton"" class=""btn green-haze""><i class=""fa fa-refresh""></i> ");
            EndContext();
            BeginContext(4551, 12, false);
#line 90 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("Refresh"));

#line default
#line hidden
            EndContext();
            BeginContext(4563, 412, true);
            WriteLiteral(@"</button>
                        </div>
                    </div>
                </div>
            </div>
            <div class=""row align-items-center"">
                <table id=""TenantsTable"" class=""display table table-striped table-bordered table-hover dt-responsive nowrap"">
                    <thead>
                        <tr>
                            <th></th>
                            <th>");
            EndContext();
            BeginContext(4976, 12, false);
#line 100 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("Actions"));

#line default
#line hidden
            EndContext();
            BeginContext(4988, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5027, 20, false);
#line 101 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("TenancyCodeName"));

#line default
#line hidden
            EndContext();
            BeginContext(5047, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5086, 9, false);
#line 102 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("Name"));

#line default
#line hidden
            EndContext();
            BeginContext(5095, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5134, 12, false);
#line 103 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("Edition"));

#line default
#line hidden
            EndContext();
            BeginContext(5146, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5185, 27, false);
#line 104 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("SubscriptionEndDateUtc"));

#line default
#line hidden
            EndContext();
            BeginContext(5212, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5251, 11, false);
#line 105 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("Active"));

#line default
#line hidden
            EndContext();
            BeginContext(5262, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(5301, 17, false);
#line 106 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Tenants\Index.cshtml"
            Write(L("CreationTime"));

#line default
#line hidden
            EndContext();
            BeginContext(5318, 142, true);
            WriteLiteral("</th>\n                        </tr>\n                    </thead>\n                </table>\n            </div>\n        </div>\n    </div>\n</div>\n");
            EndContext();
        }
Ejemplo n.º 19
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(202, 1, true);
            WriteLiteral("\n");
            EndContext();
#line 6 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"

            ViewBag.CurrentPageName = AppAreaNamePageNames.Tenant.SubscriptionManagement;
            var tenant        = Model.LoginInformations.Tenant;
            var tenantEdition = Model.LoginInformations.Tenant.Edition;

#line default
#line hidden
            BeginContext(403, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("Scripts", async() => {
                BeginContext(426, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(431, 125, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "059d020e2b564e289ddf699fc081518b", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 14 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(556, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(559, 167, true);
            WriteLiteral("<div class=\"m-subheader \">\n    <div class=\"d-flex align-items-center\">\n        <div class=\"mr-auto\">\n            <h3 class=\"m-subheader__title\">\n                <span>");
            EndContext();
            BeginContext(727, 17, false);
#line 20 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("Subscription"));

#line default
#line hidden
            EndContext();
            BeginContext(744, 524, true);
            WriteLiteral(@"</span>
            </h3>
        </div>

    </div>
</div>

<div class=""m-content"">
    <div class=""m-portlet m-portlet--mobile"">
        <div class=""m-portlet__body"">
            <div id=""SettingsTabPanel"" class=""tabbable-line"">

                <ul class=""nav nav-tabs  m-tabs-line"" role=""tablist"">
                    <li class=""nav-item m-tabs__item"">
                        <a href=""#SubscriptionManagementInformationTab"" class=""nav-link m-tabs__link active"" data-toggle=""tab"" role=""tab"">
                            ");
            EndContext();
            BeginContext(1269, 28, false);
#line 35 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("SubscriptionInformation"));

#line default
#line hidden
            EndContext();
            BeginContext(1297, 274, true);
            WriteLiteral(@"
                        </a>
                    </li>
                    <li class=""nav-item m-tabs__item"">
                        <a href=""#SubscriptionManagementPaymentHistoryTab"" data-toggle=""tab"" role=""tab"" class=""nav-link m-tabs__link"">
                            ");
            EndContext();
            BeginContext(1572, 19, false);
#line 40 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("PaymentHistory"));

#line default
#line hidden
            EndContext();
            BeginContext(1591, 237, true);
            WriteLiteral("\n                        </a>\n                    </li>\n                </ul>\n                <div class=\"tab-content\">\n\n                    <div class=\"tab-pane active\" id=\"SubscriptionManagementInformationTab\">\n                        ");
            EndContext();
            BeginContext(1828, 4190, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "fa41ac4fb276469c92f2705a9f06fc9d", async() => {
                BeginContext(1875, 147, true);
                WriteLiteral("\n                            <div class=\"form-group m-form__group row\">\n                                <label class=\"col-md-4 control-label bold\">");
                EndContext();
                BeginContext(2023, 12, false);
#line 49 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                Write(L("Edition"));

#line default
#line hidden
                EndContext();
                BeginContext(2035, 172, true);
                WriteLiteral("</label>\n                                <div class=\"col-md-8\">\n                                    <p class=\"form-control-static\">\n                                        ");
                EndContext();
                BeginContext(2208, 25, false);
#line 52 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                Write(tenantEdition.DisplayName);

#line default
#line hidden
                EndContext();
                BeginContext(2233, 2, true);
                WriteLiteral("\n\n");
                EndContext();
#line 54 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                if (tenantEdition.IsFree)
                {
#line default
#line hidden
                    BeginContext(2344, 97, true);
                    WriteLiteral("                                            <span class=\"m-badge m-badge--success m-badge--wide\">");
                    EndContext();
                    BeginContext(2442, 9, false);
#line 56 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                    Write(L("Free"));

#line default
#line hidden
                    EndContext();
                    BeginContext(2451, 8, true);
                    WriteLiteral("</span>\n");
                    EndContext();
#line 57 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                }
                else if (tenant.IsInTrialPeriod)
                {
#line default
#line hidden
                    BeginContext(2616, 97, true);
                    WriteLiteral("                                            <span class=\"m-badge m-badge--warning m-badge--wide\">");
                    EndContext();
                    BeginContext(2714, 10, false);
#line 60 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                    Write(L("Trial"));

#line default
#line hidden
                    EndContext();
                    BeginContext(2724, 8, true);
                    WriteLiteral("</span>\n");
                    EndContext();
#line 61 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                }

#line default
#line hidden
                BeginContext(2774, 220, true);
                WriteLiteral("                                </div>\n                            </div>\n                            <div class=\"form-group m-form__group row\">\n                                <label class=\"col-md-4 control-label bold\">");
                EndContext();
                BeginContext(2995, 26, false);
#line 65 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                Write(L("SubscriptionStartDate"));

#line default
#line hidden
                EndContext();
                BeginContext(3021, 131, true);
                WriteLiteral("</label>\n                                <div class=\"col-md-8\">\n                                    <p class=\"form-control-static\">");
                EndContext();
                BeginContext(3153, 33, false);
#line 67 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                Write(tenant.CreationTime.ToString("d"));

#line default
#line hidden
                EndContext();
                BeginContext(3186, 225, true);
                WriteLiteral("</p>\n                                </div>\n                            </div>\n                            <div class=\"form-group m-form__group row\">\n                                <label class=\"col-md-4 control-label bold\">");
                EndContext();
                BeginContext(3412, 24, false);
#line 71 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                Write(L("SubscriptionEndDate"));

#line default
#line hidden
                EndContext();
                BeginContext(3436, 178, true);
                WriteLiteral("</label>\n                                <div class=\"col-md-8\">\n                                    <p class=\"form-control-static\">\n                                        <span>");
                EndContext();
                BeginContext(3615, 29, false);
#line 74 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                Write(tenant.SubscriptionDateString);

#line default
#line hidden
                EndContext();
                BeginContext(3644, 328, true);
                WriteLiteral(@"</span>
                                    </p>
                                </div>
                            </div>
                            <div class=""form-group m-form__group row"">
                                <label class=""col-md-4 control-label""></label>
                                <div class=""col-md-8"">
");
                EndContext();
#line 81 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                if (!tenantEdition.IsFree && !tenant.IsInTrialPeriod)
                {
#line default
#line hidden
                    BeginContext(4101, 42, true);
                    WriteLiteral("                                        <a");
                    EndContext();
                    BeginWriteAttribute("href", " href=\"", 4143, "\"", 4285, 1);
#line 83 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                    WriteAttributeValue("", 4150, Url.Action("Extend", "Payment", new { area = "", upgradeEditionId = tenant.Edition.Id, editionPaymentType = EditionPaymentType.Extend }), 4150, 135, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(4286, 67, true);
                    WriteLiteral(" class=\"btn btn-info\">\n                                            ");
                    EndContext();
                    BeginContext(4354, 11, false);
#line 84 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                    Write(L("Extend"));

#line default
#line hidden
                    EndContext();
                    BeginContext(4365, 46, true);
                    WriteLiteral("\n                                        </a>\n");
                    EndContext();
#line 86 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                }

#line default
#line hidden
                BeginContext(4449, 36, true);
                WriteLiteral("                                    ");
                EndContext();
#line 87 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                if (tenant.IsInTrialPeriod)
                {
#line default
#line hidden
                    BeginContext(4552, 42, true);
                    WriteLiteral("                                        <a");
                    EndContext();
                    BeginWriteAttribute("href", " href=\"", 4594, "\"", 4726, 1);
#line 89 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                    WriteAttributeValue("", 4601, Url.Action("Buy", "Payment", new { area = "", editionId = tenant.Edition.Id, editionPaymentType = EditionPaymentType.BuyNow }), 4601, 125, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(4727, 67, true);
                    WriteLiteral(" class=\"btn btn-info\">\n                                            ");
                    EndContext();
                    BeginContext(4795, 11, false);
#line 90 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                    Write(L("BuyNow"));

#line default
#line hidden
                    EndContext();
                    BeginContext(4806, 46, true);
                    WriteLiteral("\n                                        </a>\n");
                    EndContext();
#line 92 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                }
                else if (tenantEdition.IsFree)
                {
#line default
#line hidden
                    BeginContext(4995, 42, true);
                    WriteLiteral("                                        <a");
                    EndContext();
                    BeginWriteAttribute("href", " href=\"", 5037, "\"", 5160, 1);
#line 95 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                    WriteAttributeValue("", 5044, Url.Action("SelectEdition", "TenantRegistration", new { area = "", editionPaymentType = EditionPaymentType.Upgrade }), 5044, 116, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(5161, 70, true);
                    WriteLiteral(" class=\"btn btn-warning\">\n                                            ");
                    EndContext();
                    BeginContext(5232, 12, false);
#line 96 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                    Write(L("Upgrade"));

#line default
#line hidden
                    EndContext();
                    BeginContext(5244, 46, true);
                    WriteLiteral("\n                                        </a>\n");
                    EndContext();
#line 98 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                }
                else
                {
                    if (!tenantEdition.IsHighestEdition)
                    {
#line default
#line hidden
                        BeginContext(5526, 46, true);
                        WriteLiteral("                                            <a");
                        EndContext();
                        BeginWriteAttribute("href", " href=\"", 5572, "\"", 5695, 1);
#line 103 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                        WriteAttributeValue("", 5579, Url.Action("SelectEdition", "TenantRegistration", new { area = "", editionPaymentType = EditionPaymentType.Upgrade }), 5579, 116, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(5696, 74, true);
                        WriteLiteral(" class=\"btn btn-warning\">\n                                                ");
                        EndContext();
                        BeginContext(5771, 12, false);
#line 104 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                        Write(L("Upgrade"));

#line default
#line hidden
                        EndContext();
                        BeginContext(5783, 50, true);
                        WriteLiteral("\n                                            </a>\n");
                        EndContext();
#line 106 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
                    }
                }

#line default
#line hidden
                BeginContext(5913, 98, true);
                WriteLiteral("                                </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);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

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

                    </div>

                    <div id=""SubscriptionManagementPaymentHistoryTab"" class=""tab-pane"">
                        <table id=""PaymentHistoryTable"" class=""display table table-striped table-bordered table-hover dt-responsive nowrap"">
                            <thead>
                                <tr>
                                    <th></th>
                                    <th>");
            EndContext();
            BeginContext(6437, 12, false);
#line 119 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("Invoice"));

#line default
#line hidden
            EndContext();
            BeginContext(6449, 46, true);
            WriteLiteral("</th>\n                                    <th>");
            EndContext();
            BeginContext(6496, 16, false);
#line 120 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("ProcessTime"));

#line default
#line hidden
            EndContext();
            BeginContext(6512, 46, true);
            WriteLiteral("</th>\n                                    <th>");
            EndContext();
            BeginContext(6559, 12, false);
#line 121 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("Edition"));

#line default
#line hidden
            EndContext();
            BeginContext(6571, 46, true);
            WriteLiteral("</th>\n                                    <th>");
            EndContext();
            BeginContext(6618, 12, false);
#line 122 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("Gateway"));

#line default
#line hidden
            EndContext();
            BeginContext(6630, 46, true);
            WriteLiteral("</th>\n                                    <th>");
            EndContext();
            BeginContext(6677, 11, false);
#line 123 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("Amount"));

#line default
#line hidden
            EndContext();
            BeginContext(6688, 46, true);
            WriteLiteral("</th>\n                                    <th>");
            EndContext();
            BeginContext(6735, 11, false);
#line 124 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("Status"));

#line default
#line hidden
            EndContext();
            BeginContext(6746, 46, true);
            WriteLiteral("</th>\n                                    <th>");
            EndContext();
            BeginContext(6793, 11, false);
#line 125 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("Period"));

#line default
#line hidden
            EndContext();
            BeginContext(6804, 46, true);
            WriteLiteral("</th>\n                                    <th>");
            EndContext();
            BeginContext(6851, 13, false);
#line 126 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("DayCount"));

#line default
#line hidden
            EndContext();
            BeginContext(6864, 46, true);
            WriteLiteral("</th>\n                                    <th>");
            EndContext();
            BeginContext(6911, 14, false);
#line 127 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("PaymentId"));

#line default
#line hidden
            EndContext();
            BeginContext(6925, 46, true);
            WriteLiteral("</th>\n                                    <th>");
            EndContext();
            BeginContext(6972, 14, false);
#line 128 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\SubscriptionManagement\Index.cshtml"
            Write(L("InvoiceNo"));

#line default
#line hidden
            EndContext();
            BeginContext(6986, 261, true);
            WriteLiteral(@"</th>
                                    <th></th>
                                </tr>
                            </thead>
                        </table>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>");
            EndContext();
        }
Ejemplo n.º 20
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\DemoUiComponents\Index.cshtml"

            ViewBag.CurrentPageName = AppAreaNamePageNames.Common.DemoUiComponents;

#line default
#line hidden
            DefineSection("Styles", async() => {
                BeginContext(157, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(162, 134, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "8849331b179c42208cfdf0896601e0da", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
#line 7 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\DemoUiComponents\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(296, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(299, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("Scripts", async() => {
                BeginContext(318, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(323, 124, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c0bb833bc939481dbaee0257e591faaf", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 12 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\DemoUiComponents\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(447, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(450, 168, true);
            WriteLiteral("\n<div class=\"m-subheader \">\n    <div class=\"d-flex align-items-center\">\n        <div class=\"mr-auto\">\n            <h3 class=\"m-subheader__title\">\n                <span>");
            EndContext();
            BeginContext(619, 21, false);
#line 19 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\DemoUiComponents\Index.cshtml"
            Write(L("DemoUiComponents"));

#line default
#line hidden
            EndContext();
            BeginContext(640, 252, true);
            WriteLiteral("</span>\n            </h3>\n        </div>\n    </div>\n</div>\n\n<div class=\"m-content\">\n    <div class=\"col-lg-12 alert alert-success alert-dismissable\">\n        <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-hidden=\"true\"></button>\n        ");
            EndContext();
            BeginContext(893, 26, false);
#line 28 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\DemoUiComponents\Index.cshtml"
            Write(L("DemoUiComponents_Info"));

#line default
#line hidden
            EndContext();
            BeginContext(919, 113, true);
            WriteLiteral("<br />\n        <a href=\"http://keenthemes.com/metronic/preview/?demo=default\" class=\"alert-link\" target=\"_blank\">");
            EndContext();
            BeginContext(1033, 45, false);
#line 29 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\DemoUiComponents\Index.cshtml"
            Write(L("DemoUiComponents_Info_Metronic_Link_Text"));

#line default
#line hidden
            EndContext();
            BeginContext(1078, 28, true);
            WriteLiteral("</a>\n    </div>   \n    \n    ");
            EndContext();
            BeginContext(1107, 35, false);
#line 32 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\DemoUiComponents\Index.cshtml"
            Write(Html.Partial("_DateAndTimePickers"));

#line default
#line hidden
            EndContext();
            BeginContext(1142, 6, true);
            WriteLiteral("\n\n    ");
            EndContext();
            BeginContext(1149, 27, false);
#line 34 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\DemoUiComponents\Index.cshtml"
            Write(Html.Partial("_FileUpload"));

#line default
#line hidden
            EndContext();
            BeginContext(1176, 6, true);
            WriteLiteral("\n\n    ");
            EndContext();
            BeginContext(1183, 27, false);
#line 36 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\DemoUiComponents\Index.cshtml"
            Write(Html.Partial("_Selections"));

#line default
#line hidden
            EndContext();
            BeginContext(1210, 6, true);
            WriteLiteral("\n\n    ");
            EndContext();
            BeginContext(1217, 26, false);
#line 38 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\DemoUiComponents\Index.cshtml"
            Write(Html.Partial("_InputMask"));

#line default
#line hidden
            EndContext();
            BeginContext(1243, 6, true);
            WriteLiteral("\n\n    ");
            EndContext();
            BeginContext(1250, 23, false);
#line 40 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\DemoUiComponents\Index.cshtml"
            Write(Html.Partial("_Editor"));

#line default
#line hidden
            EndContext();
            BeginContext(1273, 7, true);
            WriteLiteral("\n</div>");
            EndContext();
        }
Ejemplo n.º 21
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("Styles", async() => {
                BeginContext(17, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(22, 126, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "6d1f64860c314a81900339ba1dd98164", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
#line 2 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Notifications\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(148, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            DefineSection("Scripts", async() => {
                BeginContext(169, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(174, 116, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "86dc6c3669664e679cab8b4c1703d636", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 5 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Notifications\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(290, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(293, 184, true);
            WriteLiteral("\n<div class=\"m-subheader \">\n    <div class=\"row align-items-center\">\n        <div class=\"mr-auto col-sm-12 col-md-6\">\n            <h3 class=\"m-subheader__title\">\n                <span>");
            EndContext();
            BeginContext(478, 18, false);
#line 12 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Notifications\Index.cshtml"
            Write(L("Notifications"));

#line default
#line hidden
            EndContext();
            BeginContext(496, 201, true);
            WriteLiteral("</span>\n            </h3>\n        </div>\n        <div class=\"col-sm-12 col-md-6 text-right\">\n            <button class=\"btn btn-success\" id=\"btnOpenNotificationSettingsModal\"><i class=\"la la-cog\"></i> ");
            EndContext();
            BeginContext(698, 25, false);
#line 16 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Notifications\Index.cshtml"
            Write(L("NotificationSettings"));

#line default
#line hidden
            EndContext();
            BeginContext(723, 116, true);
            WriteLiteral("</button>\n            <button class=\"btn btn-primary\" id=\"btnSetAllNotificationsAsRead\"><i class=\"la la-check\"></i> ");
            EndContext();
            BeginContext(840, 17, false);
#line 17 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Notifications\Index.cshtml"
            Write(L("SetAllAsRead"));

#line default
#line hidden
            EndContext();
            BeginContext(857, 497, true);
            WriteLiteral(@"</button>
        </div>
    </div>
</div>

<div class=""m-content"">
    <div class=""m-portlet m-portlet--mobile"">
        <div class=""m-portlet__body"">
            <div class=""m-form m-form--label-align-right"">
                <div class=""row m--margin-bottom-10"">
                    <div class=""col-xl-6"">
                        <div class=""form-group"">
                            <select id=""TargetValueFilterSelectionCombobox"" class=""form-control bs-select"">
                                ");
            EndContext();
            BeginContext(1354, 35, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a9ac8241ee3f47c8bbbae6afd3ae5c1e", async() => {
                BeginContext(1372, 8, false);
#line 30 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Notifications\Index.cshtml"
                Write(L("All"));

#line default
#line hidden
                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(1389, 33, true);
            WriteLiteral("\n                                ");
            EndContext();
            BeginContext(1422, 44, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "73961ab0620e459380644ed19dfee257", async() => {
                BeginContext(1446, 11, false);
#line 31 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Notifications\Index.cshtml"
                Write(L("Unread"));

#line default
#line hidden
                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(1466, 324, true);
            WriteLiteral(@"
                            </select>
                        </div>
                    </div>
                    <div class=""col-xl-6 text-right"">
                        <div class=""form-group"">
                            <button id=""RefreshNotificationTableButton"" class=""btn btn-metal""><i class=""la la-refresh""></i> ");
            EndContext();
            BeginContext(1791, 12, false);
#line 37 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Notifications\Index.cshtml"
            Write(L("Refresh"));

#line default
#line hidden
            EndContext();
            BeginContext(1803, 418, true);
            WriteLiteral(@"</button>
                        </div>
                    </div>
                </div>
            </div>
            <div class=""row align-items-center"">
                <table id=""NotificationsTable"" class=""display table table-striped table-bordered table-hover dt-responsive nowrap"">
                    <thead>
                        <tr>
                            <th></th>
                            <th>");
            EndContext();
            BeginContext(2222, 12, false);
#line 47 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Notifications\Index.cshtml"
            Write(L("Actions"));

#line default
#line hidden
            EndContext();
            BeginContext(2234, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(2273, 17, false);
#line 48 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Notifications\Index.cshtml"
            Write(L("Notification"));

#line default
#line hidden
            EndContext();
            BeginContext(2290, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(2329, 17, false);
#line 49 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Notifications\Index.cshtml"
            Write(L("CreationTime"));

#line default
#line hidden
            EndContext();
            BeginContext(2346, 141, true);
            WriteLiteral("</th>\n                        </tr>\n                    </thead>\n                </table>\n            </div>\n        </div>\n    </div>\n</div>");
            EndContext();
        }
Ejemplo n.º 22
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 4 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Editions\Index.cshtml"

            ViewBag.CurrentPageName = AppAreaNamePageNames.Host.Editions;

#line default
#line hidden
            DefineSection("Styles", async() => {
                BeginContext(224, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(229, 128, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "41e59e5e726a4469a6803e9697ad4fe9", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
#line 9 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Editions\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(357, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(360, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("Scripts", async() => {
                BeginContext(383, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(388, 118, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "67c421f6d1754f62ad330be700a38c86", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 14 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Editions\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(506, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(509, 214, true);
            WriteLiteral("\n<div class=\"m-subheader \">\n    <div class=\"row align-items-center\">\n        <div class=\"mr-auto col-sm-12 col-md-6\">\n            <h3 class=\"m-subheader__title m-subheader__title--separator\">\n                <span>");
            EndContext();
            BeginContext(724, 13, false);
#line 21 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Editions\Index.cshtml"
            Write(L("Editions"));

#line default
#line hidden
            EndContext();
            BeginContext(737, 84, true);
            WriteLiteral("</span>\n            </h3>\n            <span class=\"m-section__sub\">\n                ");
            EndContext();
            BeginContext(822, 23, false);
#line 24 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Editions\Index.cshtml"
            Write(L("EditionsHeaderInfo"));

#line default
#line hidden
            EndContext();
            BeginContext(845, 88, true);
            WriteLiteral("\n            </span>\n        </div>\n        <div class=\"col-sm-12 col-md-6 text-right\">\n");
            EndContext();
#line 28 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Editions\Index.cshtml"
            if (IsGranted(AppPermissions.Pages_Editions_Create))
            {
#line default
#line hidden
                BeginContext(1013, 103, true);
                WriteLiteral("                <button id=\"CreateNewEditionButton\" class=\"btn btn-primary\"><i class=\"fa fa-plus\"></i> ");
                EndContext();
                BeginContext(1117, 21, false);
#line 30 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Editions\Index.cshtml"
                Write(L("CreateNewEdition"));

#line default
#line hidden
                EndContext();
                BeginContext(1138, 10, true);
                WriteLiteral("</button>\n");
                EndContext();
#line 31 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Editions\Index.cshtml"
            }

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


<div class=""m-content"">
    <div class=""m-portlet m-portlet--mobile"">
        <div class=""m-portlet__body"">
            <div class=""row align-items-center"">
                <table id=""EditionsTable"" class=""display table table-striped table-bordered table-hover dt-responsive nowrap"">
                    <thead>
                    <tr>
                        <th></th>
                        <th>");
            EndContext();
            BeginContext(1597, 12, false);
#line 45 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Editions\Index.cshtml"
            Write(L("Actions"));

#line default
#line hidden
            EndContext();
            BeginContext(1609, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(1644, 16, false);
#line 46 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Editions\Index.cshtml"
            Write(L("EditionName"));

#line default
#line hidden
            EndContext();
            BeginContext(1660, 34, true);
            WriteLiteral("</th>\n                        <th>");
            EndContext();
            BeginContext(1695, 17, false);
#line 47 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Editions\Index.cshtml"
            Write(L("CreationTime"));

#line default
#line hidden
            EndContext();
            BeginContext(1712, 139, true);
            WriteLiteral("</th>\n                    </tr>\n                    </thead>\n                </table>\n            </div>\n\n        </div>\n    </div>\n</div>\n");
            EndContext();
        }
Ejemplo n.º 23
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("Scripts", async() => {
                BeginContext(94, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(99, 105, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "389df7d52d6b462c8888177a9f07d2a4", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 4 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(204, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(207, 110, true);
            WriteLiteral("<div class=\"m-login__signin\">\n    <div class=\"m-login__head\">\n        <h3 class=\"m-login__title\">\n            ");
            EndContext();
            BeginContext(318, 23, false);
#line 9 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
            Write(L("VerifySecurityCode"));

#line default
#line hidden
            EndContext();
            BeginContext(341, 30, true);
            WriteLiteral("\n        </h3>\n    </div>\n    ");
            EndContext();
            BeginContext(371, 1071, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "88d47b4fa6554fb590ae8ef1320d8cc7", async() => {
                BeginContext(478, 12, true);
                WriteLiteral("\n        <p>");
                EndContext();
                BeginContext(491, 35, false);
#line 13 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
                Write(L("VerifySecurityCode_Information"));

#line default
#line hidden
                EndContext();
                BeginContext(526, 14, true);
                WriteLiteral("</p>\n\n        ");
                EndContext();
                BeginContext(541, 41, false);
#line 15 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
                Write(Html.Hidden("returnUrl", Model.ReturnUrl));

#line default
#line hidden
                EndContext();
                BeginContext(582, 9, true);
                WriteLiteral("\n        ");
                EndContext();
                BeginContext(592, 39, false);
#line 16 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
                Write(Html.Hidden("provider", Model.Provider));

#line default
#line hidden
                EndContext();
                BeginContext(631, 9, true);
                WriteLiteral("\n        ");
                EndContext();
                BeginContext(641, 43, false);
#line 17 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
                Write(Html.Hidden("rememberMe", Model.RememberMe));

#line default
#line hidden
                EndContext();
                BeginContext(684, 69, true);
                WriteLiteral("\n        \n        <div class=\"form-group m-form__group\">\n            ");
                EndContext();
                BeginContext(754, 110, false);
#line 20 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
                Write(Html.TextBoxFor(m => m.Code, new { @class = "form-control", required = "required", placeholder = Model.Code }));

#line default
#line hidden
                EndContext();
                BeginContext(864, 25, true);
                WriteLiteral("\n        </div>\n        \n");
                EndContext();
#line 23 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
                if (Model.IsRememberBrowserEnabled)
                {
#line default
#line hidden
                    BeginContext(944, 114, true);
                    WriteLiteral("            <div class=\"form-group margin-top-20\">\n                <label class=\"m-checkbox\">\n                    ");
                    EndContext();
                    BeginContext(1059, 73, false);
#line 27 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
                    Write(Html.CheckBoxFor(m => m.RememberBrowser, new { @class = "form-control" }));

#line default
#line hidden
                    EndContext();
                    BeginContext(1132, 1, true);
                    WriteLiteral(" ");
                    EndContext();
                    BeginContext(1134, 24, false);
#line 27 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
                    Write(L("RememberThisBrowser"));

#line default
#line hidden
                    EndContext();
                    BeginContext(1158, 79, true);
                    WriteLiteral("\n                    <span></span>\n                </label>\n            </div>\n");
                    EndContext();
#line 31 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
                }

#line default
#line hidden
                BeginContext(1247, 143, true);
                WriteLiteral("\n        <div class=\"m-login__form-action\">\n            <input type=\"submit\" class=\"btn btn-primary m-btn m-btn--pill m-btn--custom m-btn--air\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1390, "\"", 1410, 1);
#line 34 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\VerifySecurityCode.cshtml"
                WriteAttributeValue("", 1398, L("Submit"), 1398, 12, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1411, 24, true);
                WriteLiteral(" />\n        </div>\n\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);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (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(1442, 7, true);
            WriteLiteral("\n</div>");
            EndContext();
        }
Ejemplo n.º 24
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 9 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"

            Layout = null;
            AbpAntiForgeryManager.SetCookie(Context);
            var theme = UiThemeCustomizer.SelectedTheme;

#line default
#line hidden
            BeginContext(488, 31, true);
            WriteLiteral("<!DOCTYPE html>\n<html lang=\"en\"");
            EndContext();
            BeginWriteAttribute("dir", " dir=", 519, "", 559, 1);
#line 15 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
            WriteAttributeValue("", 524, CultureHelper.IsRtl ? "rtl" : "", 524, 35, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(559, 2, true);
            WriteLiteral(">\n");
            EndContext();
            BeginContext(561, 947, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("head", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1b74e996b009458f9a92141a1238cc3a", async() => {
                BeginContext(567, 54, true);
                WriteLiteral("\n    <title>AbpZeroTemplate Installation</title>\n\n    ");
                EndContext();
                BeginContext(621, 49, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "3207758068254e78b574dd74e3a6a09c", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = (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(670, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(676, 130, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "4ced45883fd247e9bb836834551b01e7", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
#line 21 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(806, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(811, 160, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "7669e7de30fc4afebb21174ddd24aacc", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                BeginWriteTagHelperAttribute();
                WriteLiteral("/metronic/dist/html/");
#line 22 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                WriteLiteral(theme);

#line default
#line hidden
                WriteLiteral("/assets/demo/");
#line 22 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                WriteLiteral(theme);

#line default
#line hidden
                WriteLiteral("/base/style.bundle");
#line 22 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                WriteLiteral(CultureHelper.IsRtl ? ".rtl":"");

#line default
#line hidden
                WriteLiteral(".css");
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("href", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href;
#line 22 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(971, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(976, 131, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "b88a22046f7748d2a3b321288317b6a9", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
#line 23 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1107, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(1112, 129, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "31399c5e8d9f4df7a5694a91b03b06da", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
#line 24 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1241, 2, true);
                WriteLiteral("\n\n");
                EndContext();
#line 26 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                if (CultureHelper.IsRtl)
                {
#line default
#line hidden
                    BeginContext(1279, 8, true);
                    WriteLiteral("        ");
                    EndContext();
                    BeginContext(1287, 99, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "2a82991489df42aa8d1de84bac5f457b", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                    __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_6.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = (string)__tagHelperAttribute_6.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 28 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1386, 1, true);
                    WriteLiteral("\n");
                    EndContext();
#line 29 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                }

#line default
#line hidden
                BeginContext(1393, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(1398, 102, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "9fb1f867050b43dc8793b9faa2be408d", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
#line 31 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1500, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1508, 1, true);
            WriteLiteral("\n");
            EndContext();
            BeginContext(1509, 524, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "135c61be527a4ddc8790ea62160078e1", async() => {
                BeginContext(1669, 278, true);
                WriteLiteral(@"
    <div class=""content"">
        <div class=""m-content"">
            <div class=""m-portlet m-portlet--mobile"">
                <div class=""m-portlet__body"">
                    Restarting application...
                </div>
            </div>
        </div>
    </div>

    ");
                EndContext();
                BeginContext(1947, 78, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "aff3f6da3d2f4bd880ffa7b40706ef35", async() => {
                    BeginContext(1978, 38, true);
                    WriteLiteral("\n        document.location = \'/\';\n    ");
                    EndContext();
                }
                                                                            );
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2025, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_9);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2033, 9, true);
            WriteLiteral("\n</html>\n");
            EndContext();
        }
Ejemplo n.º 25
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("Scripts", async() => {
                BeginContext(49, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(54, 101, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "890df62102514e3f81a4bfba50f7aa01", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 4 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ForgotPassword.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(155, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(158, 110, true);
            WriteLiteral("<div class=\"m-login__signin\">\n    <div class=\"m-login__head\">\n        <h3 class=\"m-login__title\">\n            ");
            EndContext();
            BeginContext(269, 19, false);
#line 9 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ForgotPassword.cshtml"
            Write(L("ForgotPassword"));

#line default
#line hidden
            EndContext();
            BeginContext(288, 30, true);
            WriteLiteral("\n        </h3>\n    </div>\n    ");
            EndContext();
            BeginContext(318, 790, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "55965fd790fc45ba88446f70480472c5", async() => {
                BeginContext(414, 25, true);
                WriteLiteral("\n        <p>\n            ");
                EndContext();
                BeginContext(440, 38, false);
#line 14 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ForgotPassword.cshtml"
                Write(L("SendPasswordResetLink_Information"));

#line default
#line hidden
                EndContext();
                BeginContext(478, 151, true);
                WriteLiteral("\n        </p>\n        <div class=\"form-group m-form__group\">\n            <input class=\"form-control placeholder-no-fix\" type=\"email\" autocomplete=\"off\"");
                EndContext();
                BeginWriteAttribute("placeholder", " placeholder=\"", 629, "\"", 661, 1);
#line 17 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ForgotPassword.cshtml"
                WriteAttributeValue("", 643, L("EmailAddress"), 643, 18, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(662, 29, true);
                WriteLiteral(" name=\"EmailAddress\" required");
                EndContext();
                BeginWriteAttribute("maxlength", " maxlength=\"", 691, "\"", 737, 1);
#line 17 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ForgotPassword.cshtml"
                WriteAttributeValue("", 703, AbpUserBase.MaxEmailAddressLength, 703, 34, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(738, 74, true);
                WriteLiteral(" />\n        </div>\n        <div class=\"m-login__form-action\">\n            ");
                EndContext();
                BeginContext(812, 146, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "39316a50940a433882bb5bb5a8361181", async() => {
                    BeginContext(834, 101, true);
                    WriteLiteral("<button type=\"button\" id=\"back-btn\" class=\"btn btn-outline-primary  m-btn m-btn--pill m-btn--custom\">");
                    EndContext();
                    BeginContext(936, 9, false);
#line 20 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ForgotPassword.cshtml"
                    Write(L("Back"));

#line default
#line hidden
                    EndContext();
                    BeginContext(945, 9, true);
                    WriteLiteral("</button>");
                    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_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(958, 102, true);
                WriteLiteral("\n            <button type=\"submit\" class=\"btn btn-primary m-btn m-btn--pill m-btn--custom m-btn--air\">");
                EndContext();
                BeginContext(1061, 11, false);
#line 21 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Account\ForgotPassword.cshtml"
                Write(L("Submit"));

#line default
#line hidden
                EndContext();
                BeginContext(1072, 29, true);
                WriteLiteral("</button>\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);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (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(1108, 7, true);
            WriteLiteral("\n</div>");
            EndContext();
        }
Ejemplo n.º 26
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 6 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"

            ViewBag.CurrentPageName = AppAreaNamePageNames.Common.Roles;

#line default
#line hidden
            DefineSection("Styles", async() => {
                BeginContext(318, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(323, 118, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "5b57480634814446bb27aba0c9eb0cd6", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
#line 11 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(441, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            DefineSection("Scripts", async() => {
                BeginContext(466, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(471, 115, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "29760c3fa20644cbbb4ca7f414363d2a", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
#line 15 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(586, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(589, 214, true);
            WriteLiteral("\n<div class=\"m-subheader \">\n    <div class=\"row align-items-center\">\n        <div class=\"mr-auto col-sm-12 col-md-6\">\n            <h3 class=\"m-subheader__title m-subheader__title--separator\">\n                <span>");
            EndContext();
            BeginContext(804, 10, false);
#line 22 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
            Write(L("Roles"));

#line default
#line hidden
            EndContext();
            BeginContext(814, 84, true);
            WriteLiteral("</span>\n            </h3>\n            <span class=\"m-section__sub\">\n                ");
            EndContext();
            BeginContext(899, 20, false);
#line 25 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
            Write(L("RolesHeaderInfo"));

#line default
#line hidden
            EndContext();
            BeginContext(919, 88, true);
            WriteLiteral("\n            </span>\n        </div>\n        <div class=\"col-sm-12 col-md-6 text-right\">\n");
            EndContext();
#line 29 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
            if (IsGranted(AppPermissions.Pages_Administration_Roles_Create))
            {
#line default
#line hidden
                BeginContext(1099, 100, true);
                WriteLiteral("                <button id=\"CreateNewRoleButton\" class=\"btn btn-primary\"><i class=\"la la-plus\"></i> ");
                EndContext();
                BeginContext(1200, 18, false);
#line 31 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
                Write(L("CreateNewRole"));

#line default
#line hidden
                EndContext();
                BeginContext(1218, 10, true);
                WriteLiteral("</button>\n");
                EndContext();
#line 32 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
            }

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

<div class=""m-content"">
    <div class=""m-portlet m-portlet--mobile"">
        <div class=""m-portlet__body"">
            <div class=""m-form m-form--label-align-right"">
                <div class=""row m--margin-bottom-10"">
                    <div class=""col-xl-6"">
                        <div class=""form-group"">
                            ");
            EndContext();
            BeginContext(1618, 531, false);
#line 44 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
            Write(Html.DropDownList(
                      "PermissionSelectionCombobox", Model.Permissions.Select(i => i.ToSelectListItem()),
                      new
            {
                @class                  = "form-control selectpicker",
                data_live_search        = "true",
                data_none_selected_text = L("FilterByPermission"),
                id = "PermissionSelectionCombo"
            }));

#line default
#line hidden
            EndContext();
            BeginContext(2149, 221, true);
            WriteLiteral("\n                        </div>\n                    </div>\n                    <div class=\"col-xl-6 text-right\">\n                        <button id=\"RefreshRolesButton\" class=\"btn btn-metal\"><i class=\"la la-refresh\"></i> ");
            EndContext();
            BeginContext(2371, 12, false);
#line 56 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
            Write(L("Refresh"));

#line default
#line hidden
            EndContext();
            BeginContext(2383, 379, true);
            WriteLiteral(@"</button>
                    </div>
                </div>
            </div>
            <div class=""row align-items-center"">
                <table id=""RolesTable"" class=""display table table-striped table-bordered table-hover dt-responsive nowrap"">
                    <thead>
                        <tr>
                            <th></th>
                            <th>");
            EndContext();
            BeginContext(2763, 12, false);
#line 65 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
            Write(L("Actions"));

#line default
#line hidden
            EndContext();
            BeginContext(2775, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(2814, 13, false);
#line 66 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
            Write(L("RoleName"));

#line default
#line hidden
            EndContext();
            BeginContext(2827, 38, true);
            WriteLiteral("</th>\n                            <th>");
            EndContext();
            BeginContext(2866, 17, false);
#line 67 "D:\Study\CNPM chuyên sâu\CNPMCS\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Roles\Index.cshtml"
            Write(L("CreationTime"));

#line default
#line hidden
            EndContext();
            BeginContext(2883, 143, true);
            WriteLiteral("</th>\n                        </tr>\n                    </thead>\n                </table>\n            </div>\n\n        </div>\n    </div>\n</div>\n");
            EndContext();
        }
Ejemplo n.º 27
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 9 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"

            Layout = null;
            AbpAntiForgeryManager.SetCookie(Context);
            var theme = UiThemeCustomizer.SelectedTheme;

#line default
#line hidden
            BeginContext(488, 31, true);
            WriteLiteral("<!DOCTYPE html>\n<html lang=\"en\"");
            EndContext();
            BeginWriteAttribute("dir", " dir=", 519, "", 559, 1);
#line 15 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
            WriteAttributeValue("", 524, CultureHelper.IsRtl ? "rtl" : "", 524, 35, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(559, 2, true);
            WriteLiteral(">\n");
            EndContext();
            BeginContext(561, 947, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("head", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "dab389ffd3ce4e75ac2a21fbf229cdf3", async() => {
                BeginContext(567, 54, true);
                WriteLiteral("\n    <title>AbpZeroTemplate Installation</title>\n\n    ");
                EndContext();
                BeginContext(621, 49, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "f4b2e2e0fc6f47c49a96566dda8a5aa7", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = (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(670, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(676, 130, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "701b547f2bdf43f38b39a24fe01b3fbc", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
#line 21 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(806, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(811, 160, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "1df4fbaa093b42ec91e6a84e74f9790c", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                BeginWriteTagHelperAttribute();
                WriteLiteral("/metronic/dist/html/");
#line 22 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                WriteLiteral(theme);

#line default
#line hidden
                WriteLiteral("/assets/demo/");
#line 22 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                WriteLiteral(theme);

#line default
#line hidden
                WriteLiteral("/base/style.bundle");
#line 22 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                WriteLiteral(CultureHelper.IsRtl ? ".rtl":"");

#line default
#line hidden
                WriteLiteral(".css");
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("href", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href;
#line 22 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(971, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(976, 131, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "9951b7bce9d540c69787605591bc2228", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
#line 23 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1107, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(1112, 129, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "1647c31bc01a4c0a9a76d868d5c5fa0c", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
#line 24 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1241, 2, true);
                WriteLiteral("\n\n");
                EndContext();
#line 26 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                if (CultureHelper.IsRtl)
                {
#line default
#line hidden
                    BeginContext(1279, 8, true);
                    WriteLiteral("        ");
                    EndContext();
                    BeginContext(1287, 99, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "53c2f6a2bd144350961f792bf5f15b09", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                    __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_6.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = (string)__tagHelperAttribute_6.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 28 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1386, 1, true);
                    WriteLiteral("\n");
                    EndContext();
#line 29 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                }

#line default
#line hidden
                BeginContext(1393, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(1398, 102, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "316b65f2396d41d68502c6417b688b69", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
#line 31 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Install\Restart.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1500, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1508, 1, true);
            WriteLiteral("\n");
            EndContext();
            BeginContext(1509, 524, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "911361bd8849480da9e1fa6a15d95615", async() => {
                BeginContext(1669, 278, true);
                WriteLiteral(@"
    <div class=""content"">
        <div class=""m-content"">
            <div class=""m-portlet m-portlet--mobile"">
                <div class=""m-portlet__body"">
                    Restarting application...
                </div>
            </div>
        </div>
    </div>

    ");
                EndContext();
                BeginContext(1947, 78, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "29200e30146b4fc19d3de4fea1696ab8", async() => {
                    BeginContext(1978, 38, true);
                    WriteLiteral("\n        document.location = \'/\';\n    ");
                    EndContext();
                }
                                                                            );
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2025, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_9);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2033, 9, true);
            WriteLiteral("\n</html>\n");
            EndContext();
        }
Ejemplo n.º 28
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 5 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"

            Layout = null;
            var theme = UiThemeCustomizer.SelectedTheme;

#line default
#line hidden
            BeginContext(247, 31, true);
            WriteLiteral("<!DOCTYPE html>\n<html lang=\"en\"");
            EndContext();
            BeginWriteAttribute("dir", " dir=", 278, "", 318, 1);
#line 10 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
            WriteAttributeValue("", 283, CultureHelper.IsRtl ? "rtl" : "", 283, 35, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(318, 2, true);
            WriteLiteral(">\n");
            EndContext();
            BeginContext(320, 1440, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("head", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "29978f5a26f3493897edf960eab7944e", async() => {
                BeginContext(326, 279, true);
                WriteLiteral(@"
    <meta charset=""utf-8"" />

    <title>AbpZeroTemplate</title>

    <meta http-equiv=""X-UA-Compatible"" content=""IE=edge"" />
    <meta content=""width=device-width, initial-scale=1.0"" name=""viewport"" />
    <meta http-equiv=""Content-type"" content=""text/html; charset=utf-8"" />

");
                EndContext();
                BeginContext(668, 171, true);
                WriteLiteral("    <meta content=\"AbpZeroTemplate\" name=\"description\" />\n    <meta content=\"AbpZeroTemplate\" name=\"keywords\" />\n    <meta content=\"AbpZeroTemplate\" name=\"author\" />\n\n    ");
                EndContext();
                BeginContext(839, 49, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "98bb2be4c7604e8a949a331d651d7743", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = (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(888, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(894, 130, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "196748081f3449a899047b2b8de2bf6a", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
#line 27 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1024, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(1029, 160, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "21f585dd8328425d9acde27b399f8e03", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                BeginWriteTagHelperAttribute();
                WriteLiteral("/metronic/dist/html/");
#line 28 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                WriteLiteral(theme);

#line default
#line hidden
                WriteLiteral("/assets/demo/");
#line 28 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                WriteLiteral(theme);

#line default
#line hidden
                WriteLiteral("/base/style.bundle");
#line 28 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                WriteLiteral(CultureHelper.IsRtl ? ".rtl":"");

#line default
#line hidden
                WriteLiteral(".css");
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("href", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href;
#line 28 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1189, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(1194, 129, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "0add842648604cbdaf2a0ff8654210e5", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
#line 29 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1323, 2, true);
                WriteLiteral("\n\n");
                EndContext();
#line 31 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                if (CultureHelper.IsRtl)
                {
#line default
#line hidden
                    BeginContext(1361, 8, true);
                    WriteLiteral("        ");
                    EndContext();
                    BeginContext(1369, 99, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "56559601d77e44e283fe9e035575531b", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateLinkHrefTagHelper>();
                    __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_5.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.Href = (string)__tagHelperAttribute_5.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 33 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateLinkHrefTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.AppendVersion;
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1468, 1, true);
                    WriteLiteral("\n");
                    EndContext();
#line 34 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                }

#line default
#line hidden
                BeginContext(1475, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(1480, 271, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ae45e9a0ee0448789bf6345a943f21c1", async() => {
                    BeginContext(1511, 1, true);
                    WriteLiteral("\n");
                    EndContext();
                    BeginContext(1675, 44, true);
                    WriteLiteral("        var abp = abp || {}; abp.appPath = \'");
                    EndContext();
                    BeginContext(1720, 15, false);
#line 39 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                    Write(ApplicationPath);

#line default
#line hidden
                    EndContext();
                    BeginContext(1735, 7, true);
                    WriteLiteral("\';\n    ");
                    EndContext();
                }
                                                                            );
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1751, 2, true);
                WriteLiteral("\n\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1760, 1, true);
            WriteLiteral("\n");
            EndContext();
            BeginContext(1761, 902, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "debeb72687064a87ac3e9ff1d4f8dcf9", async() => {
                BeginContext(1935, 129, true);
                WriteLiteral("\n    <div class=\"m-grid m-grid--hor m-grid--root m-page\">\n        <div class=\"m-grid__item m-grid__item--fluid m-grid  m-error-5\"");
                EndContext();
                BeginWriteAttribute("style", " style=\"", 2064, "\"", 2154, 4);
                WriteAttributeValue("", 2072, "background-image:", 2072, 17, true);
                WriteAttributeValue(" ", 2089, "url(", 2090, 5, true);
#line 45 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                WriteAttributeValue("", 2094, ApplicationPath, 2094, 18, false);

#line default
#line hidden
                WriteAttributeValue("", 2112, "metronic/src/media/app/img/error/bg5.jpg);", 2112, 42, true);
                EndWriteAttribute();
                BeginContext(2155, 14, true);
                WriteLiteral(">\n            ");
                EndContext();
                BeginContext(2170, 12, false);
#line 46 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                Write(RenderBody());

#line default
#line hidden
                EndContext();
                BeginContext(2182, 32, true);
                WriteLiteral("\n        </div>\n    </div>\n\n    ");
                EndContext();
                BeginContext(2214, 125, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e5cfa0ac1cec4b61a5658f1ab2bc195a", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
#line 50 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-append-version", __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.AppendVersion = __Microsoft_AspNetCore_Mvc_TagHelpers_ScriptTagHelper.AppendVersion;
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2339, 6, true);
                WriteLiteral("\n\n    ");
                EndContext();
                BeginContext(2345, 117, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1c29e38396d6422a85cc344a46ab043a", async() => {
                    BeginContext(2376, 47, true);
                    WriteLiteral("\n        abp.localization.defaultSourceName = \'");
                    EndContext();
                    BeginContext(2424, 22, false);
#line 53 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                    Write(LocalizationSourceName);

#line default
#line hidden
                    EndContext();
                    BeginContext(2446, 7, true);
                    WriteLiteral("\';\n    ");
                    EndContext();
                }
                                                                            );
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2462, 102, true);
                WriteLiteral("\n\n    <!-- Dynamic scripts of ABP system (They are created on runtime and can not be bundled) -->\n    ");
                EndContext();
                BeginContext(2564, 91, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a2d9cd8889414369a85895bfda217121", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper = CreateTagHelper <global::GSoft.AbpZeroTemplate.Web.TagHelpers.AbpZeroTemplateScriptSrcTagHelper>();
                __tagHelperExecutionContext.Add(__GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper);
                BeginWriteTagHelperAttribute();
                WriteLiteral("~/AbpScripts/GetScripts?v=");
#line 57 "C:\Users\USER\Desktop\aspzero\aspnet-core\src\GSoft.AbpZeroTemplate.Web.Mvc\Views\Error\_Layout.cshtml"
                WriteLiteral(Clock.Now.Ticks);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.Src = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("src", __GSoft_AbpZeroTemplate_Web_TagHelpers_AbpZeroTemplateScriptSrcTagHelper.Src, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2655, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2663, 10, true);
            WriteLiteral("\n\n</html>\n");
            EndContext();
        }