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>
|
||||
<b>{php echo OPENVK_ROOT_CONF['openvk']['appearance']['name']} {_registration_welcome_1}</b><br>
|
||||
{_registration_welcome_2}
|
||||
{_registration_welcome_2}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -41,8 +41,8 @@
|
|||
<table cellspacing="7" cellpadding="0" width="52%" border="0" align="center">
|
||||
<tbody>
|
||||
<tr>
|
||||
<h4 style="margin-left: 60px;">{_main}</h4>
|
||||
</tr>
|
||||
<h4 style="margin-left: 60px;">{_main}</h4>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="regform-left">
|
||||
<span class="nobold">{_name}: </span>
|
||||
|
@ -78,9 +78,9 @@
|
|||
</tr>
|
||||
</table>
|
||||
<table cellspacing="7" cellpadding="0" width="52%" border="0" align="center">
|
||||
<tr>
|
||||
<h4 style="margin-left: 60px;">{_other_fields}</h4>
|
||||
</tr>
|
||||
<tr>
|
||||
<h4 style="margin-left: 60px;">{_other_fields}</h4>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="regform-left">
|
||||
<span class="nobold">{_birth_date}: </span>
|
||||
|
@ -89,7 +89,7 @@
|
|||
<input max={date('Y-m-d')} name="birthday" type="date"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td class="regform-left">
|
||||
<span class="nobold">{_gender}: </span>
|
||||
</td>
|
||||
|
@ -114,7 +114,7 @@
|
|||
<input type="hidden" name="hash" value="{$csrfToken}" />
|
||||
<input type="checkbox" required="true" name="confirmation" /> {_checkbox_in_registration|noescape}
|
||||
<br /><br />
|
||||
<input type="submit" value="{_registration}" class="button" /><br><br>
|
||||
<input type="submit" value="{_registration}" class="button" /><br><br>
|
||||
</div>
|
||||
</tbody>
|
||||
</form>
|
||||
|
@ -128,14 +128,14 @@
|
|||
<img src="/assets/packages/static/openvk/img/oof.apng" alt="{_registration_closed}" style="width: 100%;"/>
|
||||
</td>
|
||||
<td>
|
||||
{_registration_disabled_info}
|
||||
{if OPENVK_ROOT_CONF['openvk']['preferences']['registration']['reason']}
|
||||
{_registration_disabled_info}
|
||||
{if OPENVK_ROOT_CONF['openvk']['preferences']['registration']['reason']}
|
||||
<br/>
|
||||
<br/>
|
||||
{_admin_banned_link_reason}:
|
||||
<br>
|
||||
<b>{php echo OPENVK_ROOT_CONF['openvk']['preferences']['registration']['reason']}</b>
|
||||
{/if}
|
||||
<br/>
|
||||
{_admin_banned_link_reason}:
|
||||
<br>
|
||||
<b>{php echo OPENVK_ROOT_CONF['openvk']['preferences']['registration']['reason']}</b>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue