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

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

[piwecard] 2.4.a.b4 version

  • Property svn:eol-style set to LF
File size: 1.1 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}
37{/literal}
38</style>
39</head>
40<body>
41        <div id="the_page">
42                <div id="content" class="content">
43                        {$MESSAGE_HTML}
44                </div>
45                <div id="copyright">
46                        <hr>
47                        {'Sent by'|@translate}
48                        <a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a>
49                        - {'Powered by'|@translate}
50                        <a href="http://piwigo.org" class="Piwigo">
51                        <span class="Piwigo">Piwigo</span></a>
52                        {$VERSION}
53
54                        - {'Contact'|@translate}
55                        <a href="mailto:{$MAIL}">{'Webmaster'|@translate}</a>
56                </div>
57        </div>
58</body>
59</html>
Note: See TracBrowser for help on using the repository browser.