Reformat.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 5 Jul 2013 22:39:16 +0000 (00:39 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 5 Jul 2013 22:39:16 +0000 (00:39 +0200)
src/main/resources/templates/include/updateStatus.html

index e74c890..aa87ce8 100644 (file)
@@ -1,17 +1,17 @@
 <%ifnull !currentSone>
-<form id="update-status" action="createPost.html" method="post">
-       <input type="hidden" name="formPassword" value="<% formPassword|html>" />
-       <input type="hidden" name="returnPage" value="<% request.uri|html>" />
-       <label for="sender"><%= Page.Index.Label.Sender|l10n|html></label>
-       <div class="sender">
-               <select name="sender" title="<%= View.UpdateStatus.Text.ChooseSenderIdentity|l10n|html>">
-                       <%foreach localSones localSone|sort>
-                               <option value="<% localSone.id|html>"<%if localSone.current> selected="selected"<%/if>><% localSone.niceName|html></option>
-                       <%/foreach>
-               </select>
-       </div>
-       <div class="select-sender"><button type="button" title="<%= View.UpdateStatus.Text.ChooseSenderIdentity|l10n|html>">+</button></div><label for="text"><%= Page.Index.Label.Text|l10n|html></label>
-       <textarea class="rip-out status-input" name="text"></textarea>
-       <button type="submit"><%= Page.Index.Button.Post|l10n|html></button>
-</form>
+    <form id="update-status" action="createPost.html" method="post">
+        <input type="hidden" name="formPassword" value="<% formPassword|html>" />
+        <input type="hidden" name="returnPage" value="<% request.uri|html>" />
+        <label for="sender"><%= Page.Index.Label.Sender|l10n|html></label>
+        <div class="sender">
+            <select name="sender" title="<%= View.UpdateStatus.Text.ChooseSenderIdentity|l10n|html>">
+                <%foreach localSones localSone|sort>
+                    <option value="<% localSone.id|html>"<%if localSone.current> selected="selected"<%/if>><% localSone.niceName|html></option>
+                <%/foreach>
+            </select>
+        </div>
+        <div class="select-sender"><button type="button" title="<%= View.UpdateStatus.Text.ChooseSenderIdentity|l10n|html>">+</button></div><label for="text"><%= Page.Index.Label.Text|l10n|html></label>
+        <textarea class="rip-out status-input" name="text"></textarea>
+        <button type="submit"><%= Page.Index.Button.Post|l10n|html></button>
+    </form>
 <%/if>