aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/public/compose.html
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-01-24 20:58:27 +0100
committerSimon Ser <contact@emersion.fr>2020-01-24 20:59:35 +0100
commitb325933a8bc68fa99bc79982938f6936e9a6de8e (patch)
tree0c1e6d25fe8c83bbbed5ec8e2a365143b67ca2e7 /plugins/base/public/compose.html
parent3384c39a1773c90eb4575d4017fcd92b9e9ab6f9 (diff)
downloadalps-b325933a8bc68fa99bc79982938f6936e9a6de8e.tar.gz
alps-b325933a8bc68fa99bc79982938f6936e9a6de8e.zip
Add .editorconfig
Diffstat (limited to 'plugins/base/public/compose.html')
-rw-r--r--plugins/base/public/compose.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/plugins/base/public/compose.html b/plugins/base/public/compose.html
index 4d69c81..0db84c0 100644
--- a/plugins/base/public/compose.html
+++ b/plugins/base/public/compose.html
@@ -3,31 +3,31 @@
<h1>koushin</h1>
<p>
- <a href="/mailbox/INBOX">Back</a>
+ <a href="/mailbox/INBOX">Back</a>
</p>
<h2>Compose new message</h2>
<form method="post" action="" enctype="multipart/form-data">
- <input type="hidden" name="in_reply_to" value="{{.Message.InReplyTo}}">
+ <input type="hidden" name="in_reply_to" value="{{.Message.InReplyTo}}">
- <label for="from">From:</label>
- <input type="email" name="from" id="from" required value="{{.Message.From}}">
- <br><br>
- <label for="to">To:</label>
- <input type="email" name="to" id="to" multiple required value="{{.Message.ToString}}">
- <br><br>
- <label for="subject">Subject:</label>
- <input type="text" name="subject" id="subject" value="{{.Message.Subject}}">
- <br><br>
- <label for="text">Body:</label><br>
- <textarea name="text" id="text" cols="80" rows="20">{{.Message.Text}}</textarea>
- <br><br>
- <label for="attachments">Attachments:</label>
- <input type="file" name="attachments" id="attachments" multiple>
- <br><br>
- <input type="submit" name="save_as_draft" value="Save as draft">
- <input type="submit" value="Send">
+ <label for="from">From:</label>
+ <input type="email" name="from" id="from" required value="{{.Message.From}}">
+ <br><br>
+ <label for="to">To:</label>
+ <input type="email" name="to" id="to" multiple required value="{{.Message.ToString}}">
+ <br><br>
+ <label for="subject">Subject:</label>
+ <input type="text" name="subject" id="subject" value="{{.Message.Subject}}">
+ <br><br>
+ <label for="text">Body:</label><br>
+ <textarea name="text" id="text" cols="80" rows="20">{{.Message.Text}}</textarea>
+ <br><br>
+ <label for="attachments">Attachments:</label>
+ <input type="file" name="attachments" id="attachments" multiple>
+ <br><br>
+ <input type="submit" name="save_as_draft" value="Save as draft">
+ <input type="submit" value="Send">
</form>
{{template "foot.html"}}