Update year in copyright lines
[Sone.git] / src / main / resources / templates / login.html
index f44cbf2..3c11cbf 100644 (file)
@@ -1,4 +1,7 @@
 <%include include/head.html>
+
+       <div class="page-id hidden">login</div>
+
        <%if !sones.empty>
                <h1><%= Page.Login.Page.Title|l10n|html></h1>
                <form method="post">
                        <button type="submit">Select</button>
                </form>
        <%/if>
-       <h1><%= Page.Login.LoadSone.Title|l10n|html></h1>
-       <div><%= Page.Login.LoadSone.Description|l10n|html></div>
-       <form action="loadSone.html" method="post">
-               <input type="hidden" name="formPassword" value="<% formPassword|html>" />
-               <input type="hidden" name="returnPage" value="<% request.uri|html>" />
-               <div>
-                       <label for="request-uri"><%= Page.Login.LoadSone.Label.RequestURI|l10n|html></label>
-                       <input type="text" name="request-uri" />
-               </div>
-               <div>
-                       <label for="insert-uri"><%= Page.Login.LoadSone.Label.InsertURI|l10n|html></label>
-                       <input type="text" name="insert-uri" />
-               </div>
-               <div>
-                       <button type="submit"><%= Page.Login.LoadSone.Button.LoadSone|l10n|html></button>
-               </div>
-       </form>
 
-       <h1><%= Page.Login.CreateSone.Title|l10n|html></h1>
-       <div><%= Page.Login.CreateSone.Description|l10n|html></div>
        <%include include/createSone.html>
 
 <%include include/tail.html>