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

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

[piwecard] email preview in admin

  • 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}
8#email_body {
9        font-family: Univers, Helvetica, Optima;
10        font-size:12px;
11        margin:0px;
12        padding:0px;
13        background-color: #DDDDDD;
14}
15#the_email {
16        margin: 0px;
17        padding: 0px;
18        text-align: left;
19}
20#email_content {
21        margin: 0px;
22        padding: 30px 0px 0px 30px;
23        width: 732px;
24        border: none;
25}
26#email_hr {
27        width: 632px;
28        margin-left: 0;
29}
30#email_copyright {
31        font-size: 10px;
32        margin: 0px;
33        padding: 25px 0px 32px 62px;
34}
35img {
36        margin: 10px;
37{/literal}
38        {$BORDER}
39{rdelim}
40</style>
41</head>
42<body id="email_body">
43        <div id="the_email">
44                <div id="email_content" class="content">
45                        {$MESSAGE_HTML}
46                </div>
47                <div id="email_copyright">
48                        <hr id="email_hr" />
49                        {'Sent by'|@translate}
50                        <a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a>
51                        - {'Powered by'|@translate}
52                        <a href="http://piwigo.org" class="Piwigo">
53                        <span class="Piwigo">Piwigo</span></a>
54                        {$VERSION}
55
56                        - {'Contact'|@translate}
57                        <a href="mailto:{$MAIL}">{'Webmaster'|@translate}</a>
58                </div>
59        </div>
60</body>
61</html>
Note: See TracBrowser for help on using the repository browser.