Page MenuHomeIn-Portal Phabricator

mailing_list.tpl
No OneTemporary

File Metadata

Created
Mon, Mar 10, 12:05 AM

mailing_list.tpl

<table class="block">
<tr>
<td class="block-header"><inp2:m_Phrase label="lu_MailingList"/></td>
</tr>
<tr>
<td class="block-data-big">
<form method="POST" action="<inp2:m_FormAction />" name="mailing_list_form">
<inp2:m_Phrase label="lu_EnterEmailToSubscribe"/><br />
<input type="text" name="subscriber_email" />
<br /><img src="img/s.gif" alt="" width="5" height="10" border="0" /><br />
<inp2:m_if check="u_HasError" field="any">
<span class="error"><inp2:u_Error field="SubscribeEmail"/></span><br />
</inp2:m_if>
<input class="button" name="events[u][OnSubscribeQuery]" type="submit" value="<inp2:m_Phrase label="lu_comm_Subscribe" no_editing="1"/>" />
<input class="button" name="events[u][OnSubscribeQuery]" type="submit" value="<inp2:m_Phrase label="lu_comm_Unsubscribe" />" />
&nbsp;
<input type="text" style="display: none" />
<input type="hidden" name="subscribe_template" value="platform/my_account/subscribe"/>
<input type="hidden" name="unsubscribe_template" value="platform/my_account/unsubscribe"/>
</form>
</td>
</tr>
</table>

Event Timeline