mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
20 lines
502 B
XML
20 lines
502 B
XML
|
{extends "@layout.xml"}
|
||
|
{block title}{_ec_header}{/block}
|
||
|
|
||
|
{block header}
|
||
|
{_ec_header}
|
||
|
{/block}
|
||
|
|
||
|
{block content}
|
||
|
<div class="border-block center">
|
||
|
<h4>{_ec_title}</h4>
|
||
|
<p>{tr("ec_1", htmlentities($thisUser->getCanonicalName()))|noescape}<br/></p>
|
||
|
<p>{_ec_2}</p>
|
||
|
<p>
|
||
|
<form action="/reg/resend" method="post">
|
||
|
<input type="submit" class="button" value="{_ec_resend}">
|
||
|
</form>
|
||
|
</p>
|
||
|
</div>
|
||
|
{/block}
|