openvk/Web/Presenters/templates/User/VerifyPhone.xml
2020-06-07 19:04:43 +03:00

17 lines
627 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{extends "../@layout.xml"}
{block title}Подтвердить номер телефона{/block}
{block header}
Подтвердить номер телефона
{/block}
{block content}
<center>
<p>Мы отправили SMS с кодом на номер <b>{substr_replace($change->number, "*****", 5, 5)}</b>, введите его сюда:</p>
<form method="POST">
<input type="text" name="code" placeholder="34156, например" required />
<input type="hidden" name="hash" value="{$csrfToken}" />
</form>
</center>
{/block}