Use head and tail includes on all pages.
[Sone.git] / src / main / resources / templates / editProfile.html
index 85a5e74..af92665 100644 (file)
@@ -1,4 +1,4 @@
-<div id="sone">
+<%include include/head.html>
 
        <h1><%= Page.EditProfile.Page.Title|l10n|html></h1>
 
                        <input type="text" name="last-name" value="<% lastName|html>" />
                </div>
 
+               <div>
+                       <button type="submit"><%= Page.EditProfile.Button.Save|l10n|html></button>
+               </div>
+
+       </form>
+
+       <h1><%= Page.EditProfile.Backup.Title|l10n|html></h1>
+
+       <div><%= Page.EditProfile.Backup.Description|l10n|html></div>
+
+       <form action="backupProfile.html" method="post">
+               <input type="hidden" name="formPassword" value="<% formPassword|html>" />
+               <button type="submit"><%= Page.EditProfile.Backup.Button.DownloadBackup|l10n|html></button>
        </form>
 
-</div>
+<%include include/tail.html>