X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Flogin.html;h=7f300b80b678442a869f482d76cbecb89d586470;hb=8b8fb600cdf97c3470b2471d917b39dd0c9cff14;hp=9ed93ddb8ec9bfee5e2a8adcd9ecd02a0de5722d;hpb=bbc34a9c6bd0c5725eaaaf42533c0e5ef05dca33;p=Sone.git diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 9ed93dd..7f300b8 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -1,3 +1,38 @@ -
-

Login

-
+<%include include/head.html> + <%if !sones.empty> +

<%= Page.Login.Page.Title|l10n|html>

+
+ + + + +
+ <%/if> +

<%= Page.Login.LoadSone.Title|l10n|html>

+
<%= Page.Login.LoadSone.Description|l10n|html>
+
+ + +
+ + +
+
+ + +
+
+ +
+
+ +

<%= Page.Login.CreateSone.Title|l10n|html>

+
<%= Page.Login.CreateSone.Description|l10n|html>
+ <%include include/createSone.html> + +<%include include/tail.html>