Use head and tail includes on all pages.
[Sone.git] / src / main / resources / templates / login.html
index a939bb2..7356fbb 100644 (file)
@@ -1,4 +1,4 @@
-<div id="sone">
+<%include include/head.html>
        <%if !sones.empty>
                <h1><%= Page.Login.Page.Title|l10n|html></h1>
                <form method="post">
@@ -7,7 +7,7 @@
                        <select name="sone-id">
                                <option disabled="disabled"><%= Page.Login.Option.NoSone|l10n|html></option>
                                <%foreach sones sone>
-                                       <option value="<% sone.id|html>"><% sone.name|html></option>
+                                       <option value="<% sone.id|html>"><% sone.name|html> (<% sone.id|html>)</option>
                                <%/foreach>
                        </select>
                        <button type="submit">Select</button>
@@ -52,4 +52,4 @@
                        <button type="submit" name="create-random" value="1"><%= Page.Login.CreateSone.Button.CreateRandom|l10n|html></button>
                </div>
        </form>
-</div>
+<%include include/tail.html>