/[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.4 - (show annotations)
Mon Apr 29 13:02:39 2002 UTC (21 years, 11 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +6 -6 lines
new newsletter design

1 <form action={$PHP_SELF} method=get>
2 <table border="1" align="center" bordercolor="#FF9933" cellspacing="0" cellpadding="5">
3 <tr><td class="newsletter" align="center">
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_email" size=20 onFocus="this.value='';">
17 <br><input type=submit value="(Un)Subscribe" class="newsletter_button">
18
19 {/if}
20 </td></tr>
21 </table>
22 </form>

  ViewVC Help
Powered by ViewVC 1.1.26