source: extensions/ContactForm/template/mail/content_html.tpl @ 23205

Last change on this file since 23205 was 19180, checked in by mistic100, 11 years ago

add button 'Send copy to my email'

File size: 904 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<head>
4  <title>Piwigo Mail</title>
5  <meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
6 
7  <style type="text/css">{strip}<!--
8  {$CONTACT_MAIL_CSS}
9  -->{/strip}</style>
10</head>
11
12<body>
13<div id="the_page">
14
15<div id="the_header">
16{$cf_prefix}
17</div>
18
19<div id="the_content">
20  <p>
21    <b>{'Name'|@translate}:</b> {$contact.author}<br>
22    <b>{'Email address'|@translate}:</b> {$contact.email}
23    {if $contact.show_ip}<br>{'IP: %s'|@translate|@sprintf:$contact.ip}{/if}
24  </p>
25
26  <blockquote>{$contact.content}</blockquote>
27</div>
28
29<div id="the_footer">
30  {'Sent by'|@translate} <a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a>
31  - {'Powered by'|@translate} <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a> {$VERSION}
32  - Contact Form
33</div>
34
35</div>
36</body>
37</html>
Note: See TracBrowser for help on using the repository browser.