Ajoute une page utilisateur et une persistance MySQL
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
<a class="@BuildNavLinkClass(HomePaths)" href="index.html" aria-current="@BuildAriaCurrent(HomePaths)">Accueil</a>
|
||||
<a class="@BuildNavLinkClass(ApplicationPaths)" href="application.html" aria-current="@BuildAriaCurrent(ApplicationPaths)">Application</a>
|
||||
<a class="@BuildNavLinkClass(RulesPaths)" href="reglement.html" aria-current="@BuildAriaCurrent(RulesPaths)">Reglement</a>
|
||||
<a class="@BuildNavLinkClass(UserPaths)" href="utilisateur.html" aria-current="@BuildAriaCurrent(UserPaths)">Utilisateur</a>
|
||||
</nav>
|
||||
|
||||
<div class="site-menu-account">
|
||||
@@ -154,6 +155,7 @@
|
||||
private static readonly string[] HomePaths = ["", "index.html"];
|
||||
private static readonly string[] ApplicationPaths = ["application", "application.html"];
|
||||
private static readonly string[] RulesPaths = ["reglement", "reglement.html"];
|
||||
private static readonly string[] UserPaths = ["utilisateur", "utilisateur.html"];
|
||||
|
||||
private readonly LoginFormModel LoginModel = new();
|
||||
private readonly RegisterFormModel RegisterModel = new();
|
||||
|
||||
Reference in New Issue
Block a user