Page MenuHomeIn-Portal Phabricator

subscribe_confirmation.tpl
No OneTemporary

File Metadata

Created
Sun, Mar 9, 11:56 PM

subscribe_confirmation.tpl

<table border="0" cellspacing="0" cellpadding="0" class="block-no-border">
<tr>
<td class="block-header"><inp2:m_Phrase label="lu_subscribe_title" /></td>
</tr>
<tr>
<td class="block-data">
<br />
<br />
<strong><inp2:m_Phrase label="lu_subscribe_confirm" /></strong>
<br />
<br />
<inp2:m_Phrase label="lu_subscribe_confirm_prompt" />
<br />
<br />
<form method="POST" action="<inp2:m_FormAction />">
<input class="button" name="events[u][OnSubscribeUser]" type="submit" style="width: 80px;" value="<inp2:m_Phrase label="lu_comm_Yes" no_editing="1"/>" />&nbsp;
<input class="button" type="button" value="<inp2:m_Phrase label="lu_Cancel" no_editing="1"/>" onClick="window.location.href='<inp2:m_Link template="index"/>'" />&nbsp;
<input type="hidden" name="subscribe_ok_template" value="platform/my_account/subscribe_ok"/>
<input type="hidden" name="subscribe_fail_template" value="platform/my_account/subscribe_error"/>
</form>
</td>
</tr>
</table>

Event Timeline