Use head and tail includes on all pages.
[Sone.git] / src / main / resources / templates / editProfile.html
index a15d6db..af92665 100644 (file)
@@ -1,4 +1,4 @@
-<div id="sone">
+<%include include/head.html>
 
        <h1><%= Page.EditProfile.Page.Title|l10n|html></h1>
 
 
        </form>
 
-</div>
+       <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>
+
+<%include include/tail.html>