titres
This commit is contained in:
parent
c8894c4220
commit
bce6280750
55 changed files with 235 additions and 45 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Account"];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="lead">
|
<div class="lead">
|
||||||
<h1>Access Denied</h1>
|
<h1>Access Denied</h1>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model ForgotPasswordViewModel
|
@model ForgotPasswordViewModel
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Account"];
|
||||||
|
}
|
||||||
|
|
||||||
<form asp-controller="Account" asp-action="ForgotPassword">
|
<form asp-controller="Account" asp-action="ForgotPassword">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
@model string
|
@model string
|
||||||
|
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Account"];
|
||||||
|
}
|
||||||
|
|
||||||
<h1>Check your mail box!</h1>
|
<h1>Check your mail box!</h1>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model LoggedOutViewModel
|
@{
|
||||||
|
ViewBag.Title = Localizer["Account"];
|
||||||
|
}
|
||||||
|
|
||||||
|
@model LoggedOutViewModel
|
||||||
|
|
||||||
@{
|
@{
|
||||||
// set this so the layout rendering sees an anonymous user
|
// set this so the layout rendering sees an anonymous user
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model LoginViewModel
|
@model LoginViewModel
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Account"];
|
||||||
|
}
|
||||||
|
|
||||||
<div class="login-page">
|
<div class="login-page">
|
||||||
<div class="lead">
|
<div class="lead">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model LogoutViewModel
|
@{
|
||||||
|
ViewBag.Title = Localizer["Account"];
|
||||||
|
}
|
||||||
|
|
||||||
|
@model LogoutViewModel
|
||||||
|
|
||||||
<div class="logout-page">
|
<div class="logout-page">
|
||||||
<div class="lead">
|
<div class="lead">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model RegisterModel
|
@model RegisterModel
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Account"];
|
||||||
|
}
|
||||||
|
|
||||||
<partial name="_ValidationSummary" />
|
<partial name="_ValidationSummary" />
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model ResetPasswordViewModel
|
@model ResetPasswordViewModel
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Account"];
|
||||||
|
}
|
||||||
|
|
||||||
<form asp-route-id="@Model.Id" asp-route-code="@Model.Code">
|
<form asp-route-id="@Model.Id" asp-route-code="@Model.Code">
|
||||||
<p>Your email : <code>@Model.Email</code></p>
|
<p>Your email : <code>@Model.Email</code></p>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model SignInModel
|
@model SignInModel
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Account"];
|
||||||
|
}
|
||||||
|
|
||||||
<div class="login-page">
|
<div class="login-page">
|
||||||
<div class="lead">
|
<div class="lead">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model HaircutAdminViewModel
|
@model HaircutAdminViewModel
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Administration"];
|
||||||
|
}
|
||||||
|
|
||||||
<a asp-controller="HairTaints" class="btn btn-primary">
|
<a asp-controller="HairTaints" class="btn btn-primary">
|
||||||
Gestion des couleurs
|
Gestion des couleurs
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model IdentityServer8.EntityFramework.Entities.ApiScope
|
@model IdentityServer8.EntityFramework.Entities.ApiScope
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["ApiScope"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
Layout = null;
|
Layout = null;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Yavsc.Models.YavscApiScope
|
@model Yavsc.Models.YavscApiScope
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["ApiScope"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
Layout = null;
|
Layout = null;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Yavsc.Models.YavscApiScope
|
@model Yavsc.Models.YavscApiScope
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["ApiScope"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
Layout = null;
|
Layout = null;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Yavsc.Models.YavscApiScope
|
@model Yavsc.Models.YavscApiScope
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["ApiScope"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
Layout = null;
|
Layout = null;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Client
|
@model Client
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
<h2>@Localizer["Create"]</h2>
|
<h2>@Localizer["Create"]</h2>
|
||||||
|
|
||||||
|
|
@ -77,4 +80,3 @@
|
||||||
<div>
|
<div>
|
||||||
<a asp-action="Index">@Localizer["Back to List"]</a>
|
<a asp-action="Index">@Localizer["Back to List"]</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Client
|
@model Client
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
<h2>@Localizer["Delete"]</h2>
|
<h2>@Localizer["Delete"]</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,12 @@
|
||||||
@using Microsoft.AspNetCore.Html
|
@using Microsoft.AspNetCore.Html
|
||||||
@using System.Text
|
@using System.Text
|
||||||
|
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
@functions {
|
@functions {
|
||||||
|
|
||||||
// Lifetimes in IdentityServer are stored as seconds (int). Render them
|
// Lifetimes in IdentityServer are stored as seconds (int). Render them
|
||||||
// in a human-friendly way: "5 min", "2 h", "30 d", "—" for 0/negative.
|
// in a human-friendly way: "5 min", "2 h", "30 d", "—" for 0/negative.
|
||||||
// Zero typically means "use the global default" — show it as such so
|
// Zero typically means "use the global default" — show it as such so
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Client
|
@model Client
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
<h2>@Localizer["Edit"]</h2>
|
<h2>@Localizer["Edit"]</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientClaim>
|
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientClaim>
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Edit Client Claims";
|
ViewData["Title"] = "Edit Client Claims";
|
||||||
var clientId = Model.FirstOrDefault()?.ClientId ?? 0;
|
var clientId = Model.FirstOrDefault()?.ClientId ?? 0;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientCorsOrigin>
|
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientCorsOrigin>
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Edit Allowed CORS Origins";
|
ViewData["Title"] = "Edit Allowed CORS Origins";
|
||||||
ViewData["addAction"] = "AddCorsOrigin";
|
ViewData["addAction"] = "AddCorsOrigin";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientGrantType>
|
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientGrantType>
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Edit Allowed Grant Types";
|
ViewData["Title"] = "Edit Allowed Grant Types";
|
||||||
ViewData["addAction"] = "AddGrantType";
|
ViewData["addAction"] = "AddGrantType";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientIdPRestriction>
|
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientIdPRestriction>
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Edit Identity Provider Restrictions";
|
ViewData["Title"] = "Edit Identity Provider Restrictions";
|
||||||
ViewData["addAction"] = "AddIdPRestriction";
|
ViewData["addAction"] = "AddIdPRestriction";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientPostLogoutRedirectUri>
|
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientPostLogoutRedirectUri>
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Edit Post-logout Redirect URIs";
|
ViewData["Title"] = "Edit Post-logout Redirect URIs";
|
||||||
ViewData["addAction"] = "AddPostLogoutRedirectUri";
|
ViewData["addAction"] = "AddPostLogoutRedirectUri";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientProperty>
|
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientProperty>
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Edit Client Properties";
|
ViewData["Title"] = "Edit Client Properties";
|
||||||
var clientId = Model.FirstOrDefault()?.ClientId ?? 0;
|
var clientId = Model.FirstOrDefault()?.ClientId ?? 0;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientRedirectUri>
|
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientRedirectUri>
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Edit Redirect URIs";
|
ViewData["Title"] = "Edit Redirect URIs";
|
||||||
ViewData["addAction"] = "AddRedirectUri";
|
ViewData["addAction"] = "AddRedirectUri";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientScope>
|
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientScope>
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Edit Allowed Scopes";
|
ViewData["Title"] = "Edit Allowed Scopes";
|
||||||
ViewData["addAction"] = "AddScope";
|
ViewData["addAction"] = "AddScope";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientSecret>
|
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientSecret>
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Edit Client Secrets";
|
ViewData["Title"] = "Edit Client Secrets";
|
||||||
var clientId = Model.FirstOrDefault()?.ClientId ?? 0;
|
var clientId = Model.FirstOrDefault()?.ClientId ?? 0;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Client
|
@model Client
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
<h2>@Localizer["Regenerate client secret"]</h2>
|
<h2>@Localizer["Regenerate client secret"]</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Client"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
var secret = ViewBag.NewClientSecret as string;
|
var secret = ViewBag.NewClientSecret as string;
|
||||||
var expiresAt = ViewBag.NewClientSecretExpiresAt as string;
|
var expiresAt = ViewBag.NewClientSecretExpiresAt as string;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Device"];
|
||||||
|
}
|
||||||
|
|
||||||
<div class="page-device-success">
|
<div class="page-device-success">
|
||||||
<div class="lead">
|
<div class="lead">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model string
|
@model string
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Device"];
|
||||||
|
}
|
||||||
|
|
||||||
<div class="page-device-code">
|
<div class="page-device-code">
|
||||||
<div class="lead">
|
<div class="lead">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model DeviceAuthorizationViewModel
|
@model DeviceAuthorizationViewModel
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Device"];
|
||||||
|
}
|
||||||
|
|
||||||
<div class="page-device-confirmation">
|
<div class="page-device-confirmation">
|
||||||
<div class="lead">
|
<div class="lead">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Instrumentation
|
@model Instrumentation
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Do"];
|
||||||
|
}
|
||||||
|
|
||||||
<h2>@Model.Tool.Name</h2>
|
<h2>@Model.Tool.Name</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["FrontOffice"];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["FrontOffice"];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["FrontOffice"];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["FrontOffice"];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Yavsc.Models.Haircut.BrusherProfile
|
@model Yavsc.Models.Haircut.BrusherProfile
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["FrontOffice"];
|
||||||
|
}
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Disponibilités</legend>
|
<legend>Disponibilités</legend>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
@model Yavsc.Models.Musical.Profiles.Instrumentation
|
@model Yavsc.Models.Musical.Profiles.Instrumentation
|
||||||
|
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["FrontOffice"];
|
||||||
|
}
|
||||||
|
|
||||||
@if (Model == null) {
|
@if (Model == null) {
|
||||||
<p>NoInstrument</p>
|
<p>NoInstrument</p>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model Yavsc.Models.Workflow.Profiles.FormationSettings
|
@model Yavsc.Models.Workflow.Profiles.FormationSettings
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["FrontOffice"];
|
||||||
|
}
|
||||||
|
|
||||||
@if (Model != null && Model.CoWorking != null) {
|
@if (Model != null && Model.CoWorking != null) {
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt>Partenariat</dt>
|
<dt>Partenariat</dt>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model BrusherProfile
|
@model BrusherProfile
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["HairCutCommand"];
|
||||||
|
}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var tarifs =
|
var tarifs =
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@using System.Diagnostics
|
@using System.Diagnostics
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Home"];
|
||||||
|
}
|
||||||
|
|
||||||
<h1>@SiteSettings.Value.Title - À Propos</h1>
|
<h1>@SiteSettings.Value.Title - À Propos</h1>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Home"];
|
||||||
|
}
|
||||||
|
|
||||||
<h1>@SiteSettings.Value.Title - objetivo</h1>
|
<h1>@SiteSettings.Value.Title - objetivo</h1>
|
||||||
<environment names="freefield,Development">
|
<environment names="freefield,Development">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@using System.Diagnostics
|
@using System.Diagnostics
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Home"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
var version = FileVersionInfo.GetVersionInfo(typeof(IdentityServer8.Hosting.IdentityServerMiddleware).Assembly.Location).ProductVersion.Split('+').First();
|
var version = FileVersionInfo.GetVersionInfo(typeof(IdentityServer8.Hosting.IdentityServerMiddleware).Assembly.Location).ProductVersion.Split('+').First();
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Home"];
|
||||||
|
}
|
||||||
|
|
||||||
@Model BasketView
|
@Model BasketView
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
@using Microsoft.IdentityModel.Protocols.Configuration
|
@using Microsoft.IdentityModel.Protocols.Configuration
|
||||||
@model SiteSettings
|
@model SiteSettings
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Home"];
|
||||||
|
}
|
||||||
|
|
||||||
<h2>Contact</h2>
|
<h2>Contact</h2>
|
||||||
|
|
||||||
<p>@Model.Owner.Name </p>
|
<p>@Model.Owner.Name </p>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Home"];
|
||||||
|
}
|
||||||
|
|
||||||
<asciidoc>
|
<asciidoc>
|
||||||
= La confidentialité
|
= La confidentialité
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
@model DoDirectCreditViewModel
|
@model DoDirectCreditViewModel
|
||||||
|
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Manage"];
|
||||||
|
}
|
||||||
|
|
||||||
<form asp-action="DoDirectCredit">
|
<form asp-action="DoDirectCredit">
|
||||||
<div asp-validation-summary="All" class="text-danger" id="ValidationSummary"></div>
|
<div asp-validation-summary="All" class="text-danger" id="ValidationSummary"></div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Yavsc.ViewModels.Manage.ProfileEMailUsageViewModel
|
@model Yavsc.ViewModels.Manage.ProfileEMailUsageViewModel
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Manage"];
|
||||||
|
}
|
||||||
|
|
||||||
<form asp-action="ProfileEMailUsage" >
|
<form asp-action="ProfileEMailUsage" >
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@model Location
|
@model Location
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["Manage"];
|
||||||
|
}
|
||||||
|
|
||||||
@section header {
|
@section header {
|
||||||
<style>
|
<style>
|
||||||
#amap {
|
#amap {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
@using System
|
@{
|
||||||
|
ViewBag.Title = Localizer["OAuth"];
|
||||||
|
}
|
||||||
|
|
||||||
|
@using System
|
||||||
@using System.Security.Claims
|
@using System.Security.Claims
|
||||||
@{
|
@{
|
||||||
var error = Context.Items["oauth.Error"];
|
var error = Context.Items["oauth.Error"];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["OAuth"];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@using System
|
@using System
|
||||||
@using System.Security.Claims
|
@using System.Security.Claims
|
||||||
@{
|
@{
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
@model Yavsc.Models.Billing.ExceptionSIREN
|
@model Yavsc.Models.Billing.ExceptionSIREN
|
||||||
|
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["SIRENExceptions"];
|
||||||
|
}
|
||||||
|
|
||||||
<form asp-action="Create" method="post">
|
<form asp-action="Create" method="post">
|
||||||
<div class="form-horizontal">
|
<div class="form-horizontal">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Yavsc.Models.Billing.ExceptionSIREN
|
@model Yavsc.Models.Billing.ExceptionSIREN
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["SIRENExceptions"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
Layout = "null";
|
Layout = "null";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
@model Yavsc.Models.Billing.ExceptionSIREN
|
@model Yavsc.Models.Billing.ExceptionSIREN
|
||||||
|
@{
|
||||||
|
ViewBag.Title = Localizer["SIRENExceptions"];
|
||||||
|
}
|
||||||
|
|
||||||
@{
|
@{
|
||||||
Layout = "null";
|
Layout = "null";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue