source: extensions/Piwecard/mail/template/mail_html.tpl @ 20320

Last change on this file since 20320 was 20320, checked in by julien1311, 11 years ago

[piwecard] add a border in emails. begins to work on a email preview

  • Property svn:eol-style set to LF
File size: 1.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html lang="{$lang_info.code}" dir="{$lang_info.direction}">
3<head>
4<title>Piwigo Mail</title>
5<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
6<style>
7{literal}
8body {
9        font-family: Univers, Helvetica, Optima;
10        font-size:12px;
11        margin:0px;
12        padding:0px;
13        background-color: #DDDDDD;
14}
15#the_page {
16        margin: 0px;
17        padding: 0px;
18        text-align: left;
19}
20#content {
21        margin: 0px;
22        padding: 30px 0px 0px 30px;
23        width: 732px;
24}
25hr {
26        width: 632px;
27        margin-left: 0;
28}
29#copyright {
30        font-size: 10px;
31        margin: 0px;
32        padding: 25px 0px 32px 62px;
33}
34img {
35        margin: 10px;
36{/literal}
37        {$BORDER}
38{rdelim}
39</style>
40</head>
41<body>
42        <div id="the_page">
43                <div id="content" class="content">
44                        {$MESSAGE_HTML}
45                </div>
46                <div id="copyright">
47                        <hr>
48                        {'Sent by'|@translate}
49                        <a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a>
50                        - {'Powered by'|@translate}
51                        <a href="http://piwigo.org" class="Piwigo">
52                        <span class="Piwigo">Piwigo</span></a>
53                        {$VERSION}
54
55                        - {'Contact'|@translate}
56                        <a href="mailto:{$MAIL}">{'Webmaster'|@translate}</a>
57                </div>
58        </div>
59</body>
60</html>
Note: See TracBrowser for help on using the repository browser.