1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/developer/form.auth.invite.tpl
Denis Shakhov 3eaf4c9739 Оптимизация шаблонов авторизации
Формы авторизации вынесены в отдельные файлы
2013-05-30 20:34:30 +07:00

10 lines
380 B
Smarty

{**
* Форма регистрации через инвайт
*}
<form action="{router page='registration'}invite/" method="post">
<p><label>{$aLang.registration_invite_code}:</label>
<input type="text" name="invite_code" class="width-300" /></p>
<button type="submit" name="submit_invite" class="button button-primary">{$aLang.registration_invite_check}</button>
</form>