1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-28 14:05:57 +00:00

Basic AJAX GUI is now functional

This commit is contained in:
James Hillyerd
2012-10-11 11:49:23 -07:00
parent 31395891a4
commit 1481c5c9d8
5 changed files with 66 additions and 20 deletions

View File

@@ -1,7 +1,4 @@
{{template "header.html" .}}
<h1>{{.message.Subject}}</h1>
<table>
<table id="emailHeader">
<tr>
<th>From:</th>
<td>{{.message.From}}</td>
@@ -11,8 +8,7 @@
<td>{{.message.Date}}</td>
</tr>
<table>
<h3 id="emailSubject">{{.message.Subject}}</h3>
<pre>{{.body}}</pre>
{{template "footer.html" .}}
<pre id="emailBody">{{.body}}</pre>