/[corp_html]/templates/newsletter.tpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /templates/newsletter.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Apr 8 11:12:34 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
Changes since 1.1: +1 -1 lines
newsletter

1 <div class="white9">
2 {if $email}
3 {if $what == "error"}
4 Error while hadling newsletter. Please contact
5 <a href="webmaster@pliva.hr">webmaster@pliva.hr</a>
6 {else}
7 Your request to
8 {if $what=="sub"}
9 subscribe
10 {else}
11 unsubscribe
12 {/if}
13 to newsletter is sent to e-mail address {$email}.
14 Please reply to it to confirm.
15 {/if}
16 {else}
17
18 <form action={$PHP_SELF} method=get>
19 Receive PLIVA news at:
20 <br><input type=text name=email value="email@domain.com" class="black9" size=20 onFocus="this.value='';">
21 <br><input type=submit value="(Un)Subscribe" class="black9">
22 </form>
23
24 {/if}
25 </div>

  ViewVC Help
Powered by ViewVC 1.1.26