From: David ‘Bombe’ Roden Date: Thu, 21 Oct 2010 18:03:49 +0000 (+0200) Subject: Style “edit profile” page. X-Git-Tag: 0.1-RC1~108 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=bd895dd145f53be1972f7d6130ae90daa17a4d35;p=Sone.git Style “edit profile” page. --- diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 8f26721..0f99640 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -168,3 +168,6 @@ WebInterface.DefaultText.LoadSoneRequestURI=The Request Key of the Sone WebInterface.DefaultText.LoadSoneInsertURI=The Insert Key of the Sone WebInterface.DefaultText.Reply=Write a Reply… WebInterface.DefaultText.SoneRequestURI=Sone Request Key +WebInterface.DefaultText.FirstName=First name +WebInterface.DefaultText.MiddleName=Middle name(s) +WebInterface.DefaultText.LastName=Last name diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index da01622..b2981df 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -324,7 +324,7 @@ textarea { border-top: none; } -#sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea { +#sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea { height: 1.5em; } diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 1408e62..75d5da8 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,5 +1,16 @@ <%include include/head.html> + +

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

<%= Page.EditProfile.Page.Description|l10n|html>
@@ -9,7 +20,7 @@
<%= Page.EditProfile.Page.Status.Changed|l10n|html>
<%/if> -
+
@@ -32,13 +43,13 @@
- +

<%= 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>
- +
@@ -47,7 +58,7 @@
- +

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

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