/[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

Annotation of /templates/newsletter.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide 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 dpavlin 1.3 <form action={$PHP_SELF} method=get>
2     <div class="newsletter">
3     <img src="t/n.gif" width="20" height="10" alt=""><br>
4 dpavlin 1.1 {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 dpavlin 1.3 Your request to {$what}scribe
10 dpavlin 1.1 to newsletter is sent to e-mail address {$email}.
11     Please reply to it to confirm.
12     {/if}
13     {else}
14    
15 dpavlin 1.2 Receive PLIVA news at:
16 dpavlin 1.3 <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 dpavlin 1.1
19     {/if}
20 dpavlin 1.3 <br><img src="t/n.gif" width="10" height="10" alt="">
21 dpavlin 1.1 </div>
22 dpavlin 1.3 </form>

  ViewVC Help
Powered by ViewVC 1.1.26