mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 10:42:57 +00:00
dev day #75
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{{define "content"}}
|
||||
<h2>Děkujeme za zprávu</h2>
|
||||
<p>Vaši zprávu jsme úspěšně obdrželi. Ozveme se vám co nejdříve.</p>
|
||||
|
||||
<table cellpadding="10" cellspacing="0" style="width: 100%; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="border: 1px solid #e0e0e0; background-color: #f9f9f9; font-weight: bold; width: 150px;">Jméno:</td>
|
||||
<td style="border: 1px solid #e0e0e0;">{{.Name}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border: 1px solid #e0e0e0; background-color: #f9f9f9; font-weight: bold; vertical-align: top;">Vaše zpráva:</td>
|
||||
<td style="border: 1px solid #e0e0e0; white-space: pre-wrap;">{{.Message}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-top: 20px;">
|
||||
<a href="{{if .ContactURL}}{{.ContactURL}}{{else}}{{.WebsiteURL}}{{end}}" class="btn">Otevřít web</a>
|
||||
</p>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user