X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=edc3b384ff68524682812fd2a843b501ed743c54;hb=7bb372a4dcd7ba15992d54c36e17255b61fafcc5;hp=601188f0707847c73b52314a6ca71c18ff550404;hpb=49d9495df2c569a03b24925e1b0f3c9bcbd2f379;p=Sone.git diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 601188f..edc3b38 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -5,6 +5,9 @@ registerInputTextareaSwap("#sone #edit-profile input[name=first-name]", "WebInterface.DefaultText.FirstName", "first-name", true, true); registerInputTextareaSwap("#sone #edit-profile input[name=middle-name]", "WebInterface.DefaultText.MiddleName", "middle-name", true, true); registerInputTextareaSwap("#sone #edit-profile input[name=last-name]", "WebInterface.DefaultText.LastName", "last-name", true, true); + registerInputTextareaSwap("#sone #edit-profile input[name=birth-day]", "WebInterface.DefaultText.BirthDay", "birth-day", true, true); + registerInputTextareaSwap("#sone #edit-profile input[name=birth-month]", "WebInterface.DefaultText.BirthMonth", "birth-month", true, true); + registerInputTextareaSwap("#sone #edit-profile input[name=birth-year]", "WebInterface.DefaultText.BirthYear", "birth-year", true, true); /* hide all the labels. */ $("#sone #edit-profile label").hide(); @@ -38,34 +41,27 @@ -
- -
+

<%= Page.EditProfile.Birthday.Title|l10n|html>

- - -

<%= Page.EditProfile.Keys.Title|l10n|html>

- -

<%= Page.EditProfile.Keys.Description.RequestKey|l10n|html>

-

<%= Page.EditProfile.Keys.Description.InsertKey|l10n|html>

-

<%= Page.EditProfile.Keys.Description.Summary|l10n|html>

+
+ + +
-
- - -
-
- - -
+
+ + +
-

<%= Page.EditProfile.Backup.Title|l10n|html>

+
+ + +
-

<%= Page.EditProfile.Backup.Description|l10n|html>

+
+ +
-
- -
<%include include/tail.html>