/[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.1 - (hide annotations)
Fri Apr 5 11:31:13 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
newsletter support

1 dpavlin 1.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     Newsletter to:
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