Last change
on this file since 10136 was
8771,
checked in by tiico, 14 years ago
|
First global commit for Piwecard plugin
|
-
Property svn:eol-style set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | <div class="ecard"> |
---|
2 | {if !isset($ecard)} |
---|
3 | <i><b>{'ecard_invalid_ecard'|@translate}</b></i> |
---|
4 | {else} |
---|
5 | <fieldset> |
---|
6 | <legend><img class="thumbnail" src="{$ecard.thumb}" alt="{$ecard.name}" title="{$ecard.name}"/></legend> |
---|
7 | |
---|
8 | <table width="100%" border="0" cellpadding="5"> |
---|
9 | <tr> |
---|
10 | <td> |
---|
11 | <i>{'ecard_infos'|@translate} </i> |
---|
12 | |
---|
13 | </td> |
---|
14 | </tr> |
---|
15 | |
---|
16 | <tr> |
---|
17 | <td> |
---|
18 | <b><h2><div align="center">{$ecard.sujet}</div></h2></b> |
---|
19 | |
---|
20 | </td> |
---|
21 | </tr> |
---|
22 | <tr> |
---|
23 | <td> |
---|
24 | <div align="center"> |
---|
25 | <a href="{$ecard.url}"> |
---|
26 | <img class="theImage" src="{$ecard.img}" alt="{$ecard.name}" title="{$ecard.name}"/> |
---|
27 | </a> |
---|
28 | |
---|
29 | <br> |
---|
30 | {if isset($ecard.title)} |
---|
31 | <tr> |
---|
32 | <td align="center"> |
---|
33 | <small><i>{$ecard.title} </i>{if isset($ecard.author)}(<u>{$ecard.author}</u>){/if}</small> |
---|
34 | </td> |
---|
35 | </tr> |
---|
36 | {/if} |
---|
37 | </div> |
---|
38 | </td> |
---|
39 | </tr> |
---|
40 | <tr> |
---|
41 | <td><div align="center"></div> |
---|
42 | </td> |
---|
43 | </tr> |
---|
44 | <tr> |
---|
45 | <td> |
---|
46 | <div align="center">{$ecard.message} |
---|
47 | </div><br> |
---|
48 | </td> |
---|
49 | </tr> |
---|
50 | <tr> |
---|
51 | <td><div align="center"></div> |
---|
52 | </td> |
---|
53 | </tr> |
---|
54 | <tr> |
---|
55 | <td><div align="center"><hr>{'ecard_publish_bottom'|@translate} <a href='mailto:{$ecard.adrexp}'>{$ecard.nomexp}</a> .</div> |
---|
56 | </td> |
---|
57 | </tr> |
---|
58 | </table> |
---|
59 | </fieldset> |
---|
60 | {/if} |
---|
61 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.