mirror of
https://github.com/openvk/openvk
synced 2025-07-07 16:29:50 +03:00
пепяо с табами
This commit is contained in:
parent
7b9b723da9
commit
b35cebfa10
1 changed files with 15 additions and 15 deletions
|
@ -32,7 +32,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<b>{php echo OPENVK_ROOT_CONF['openvk']['appearance']['name']} {_registration_welcome_1}</b><br>
|
<b>{php echo OPENVK_ROOT_CONF['openvk']['appearance']['name']} {_registration_welcome_1}</b><br>
|
||||||
{_registration_welcome_2}
|
{_registration_welcome_2}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -41,8 +41,8 @@
|
||||||
<table cellspacing="7" cellpadding="0" width="52%" border="0" align="center">
|
<table cellspacing="7" cellpadding="0" width="52%" border="0" align="center">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<h4 style="margin-left: 60px;">{_main}</h4>
|
<h4 style="margin-left: 60px;">{_main}</h4>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="regform-left">
|
<td class="regform-left">
|
||||||
<span class="nobold">{_name}: </span>
|
<span class="nobold">{_name}: </span>
|
||||||
|
@ -78,9 +78,9 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<table cellspacing="7" cellpadding="0" width="52%" border="0" align="center">
|
<table cellspacing="7" cellpadding="0" width="52%" border="0" align="center">
|
||||||
<tr>
|
<tr>
|
||||||
<h4 style="margin-left: 60px;">{_other_fields}</h4>
|
<h4 style="margin-left: 60px;">{_other_fields}</h4>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="regform-left">
|
<td class="regform-left">
|
||||||
<span class="nobold">{_birth_date}: </span>
|
<span class="nobold">{_birth_date}: </span>
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
<input max={date('Y-m-d')} name="birthday" type="date"/>
|
<input max={date('Y-m-d')} name="birthday" type="date"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="regform-left">
|
<td class="regform-left">
|
||||||
<span class="nobold">{_gender}: </span>
|
<span class="nobold">{_gender}: </span>
|
||||||
</td>
|
</td>
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
<input type="hidden" name="hash" value="{$csrfToken}" />
|
<input type="hidden" name="hash" value="{$csrfToken}" />
|
||||||
<input type="checkbox" required="true" name="confirmation" /> {_checkbox_in_registration|noescape}
|
<input type="checkbox" required="true" name="confirmation" /> {_checkbox_in_registration|noescape}
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<input type="submit" value="{_registration}" class="button" /><br><br>
|
<input type="submit" value="{_registration}" class="button" /><br><br>
|
||||||
</div>
|
</div>
|
||||||
</tbody>
|
</tbody>
|
||||||
</form>
|
</form>
|
||||||
|
@ -128,14 +128,14 @@
|
||||||
<img src="/assets/packages/static/openvk/img/oof.apng" alt="{_registration_closed}" style="width: 100%;"/>
|
<img src="/assets/packages/static/openvk/img/oof.apng" alt="{_registration_closed}" style="width: 100%;"/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{_registration_disabled_info}
|
{_registration_disabled_info}
|
||||||
{if OPENVK_ROOT_CONF['openvk']['preferences']['registration']['reason']}
|
{if OPENVK_ROOT_CONF['openvk']['preferences']['registration']['reason']}
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
{_admin_banned_link_reason}:
|
{_admin_banned_link_reason}:
|
||||||
<br>
|
<br>
|
||||||
<b>{php echo OPENVK_ROOT_CONF['openvk']['preferences']['registration']['reason']}</b>
|
<b>{php echo OPENVK_ROOT_CONF['openvk']['preferences']['registration']['reason']}</b>
|
||||||
{/if}
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue