source: trunk/template/yoga/mail/text/plain/notification_by_mail.tpl @ 3283

Last change on this file since 3283 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 1.6 KB
Line 
1{'nbm_content_hello_1'|@translate}{$USERNAME}{'nbm_content_hello_2'|@translate}
2
3{if isset($subscribe_by_admin)}
4{'nbm_content_subscribe_by_admin'|@translate}
5{/if}
6{if isset($subscribe_by_himself)}
7{'nbm_content_subscribe_by_himself'|@translate}
8{/if}
9{if isset($unsubscribe_by_admin)}
10{'nbm_content_unsubscribe_by_admin'|@translate}
11{/if}
12{if isset($unsubscribe_by_himself)}
13{'nbm_content_unsubscribe_by_himself'|@translate}
14{/if}
15{if isset($content_new_elements_single)}
16{'nbm_content_new_elements'|@translate}{'nbm_content_new_elements_single'|@translate}{$content_new_elements_single.DATE_SINGLE}.
17{/if}
18{if isset($content_new_elements_between)}
19{'nbm_content_new_elements'|@translate}{'nbm_content_new_elements_between_1'|@translate}{$content_new_elements_between.DATE_BETWEEN_1}{'nbm_content_new_elements_between_2'|@translate}{$content_new_elements_between.DATE_BETWEEN_2}.
20{/if}
21{if not empty($global_new_lines)}
22{foreach from=$global_new_lines item=line}
23  o {$line}
24{/foreach}
25{/if}
26{if not empty($custom_mail_content)}
27{$custom_mail_content}
28{/if}
29{if not empty($GOTO_GALLERY_TITLE)}
30{'nbm_content_goto_1'|@translate}{$GOTO_GALLERY_TITLE} {$GOTO_GALLERY_URL} {'nbm_content_goto_2'|@translate}
31{/if}
32
33{'nbm_content_byebye'|@translate}
34  {$SEND_AS_NAME}
35
36______________________________________________________________________________
37
38{'nbm_content_unsubscribe_link'|@translate}{'nbm_content_click_on'|@translate}{$UNSUBSCRIBE_LINK}
39{'nbm_content_subscribe_link'|@translate}{'nbm_content_click_on'|@translate}{$SUBSCRIBE_LINK}
40{'nbm_content_problem_contact'|@translate}{$CONTACT_EMAIL}
41______________________________________________________________________________
Note: See TracBrowser for help on using the repository browser.