/[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.3 - (show annotations)
Thu Apr 11 12:57:03 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
Changes since 1.2: +8 -11 lines
newsletter promjene

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

  ViewVC Help
Powered by ViewVC 1.1.26