Extensions

This commit is contained in:
Gauvain Boiché
2020-04-04 23:28:30 +02:00
parent 3a964fe237
commit 155e626426
286 changed files with 10757 additions and 2 deletions

View File

@@ -0,0 +1,36 @@
{% INCLUDE 'ucp_header.html' %}
<form id="ucp_dice_body" name="ucp_dice_body" method="post" action="{{ S_UCP_ACTION }}">
<h2>{{ lang('SETTINGS') }}</h2>
<div class="panel">
<div class="inner">
<fieldset>
<dl>
<dt>
<label for="dice_u_skin">{{ lang('UCP_DICE_USER') ~ lang('COLON') }}</label><br><span>{{ lang('UCP_DICE_USER_EXPLAIN') }}</span>
</dt>
<dd>
<select name="dice_u_skin" id="dice_u_skin">{{ USER_SKIN }}</select>
</dd>
</dl>
</fieldset>
</div>
</div>
<fieldset>
<dl>
<dt> </dt>
<dd>
<input type="submit" name="submit" id="submit" class="button1" value="{{ lang('SUBMIT') }}" tabindex="2" />
<input type="reset" value="{{ lang('RESET') }}" name="reset" class="button2" />
</dd>
</dl>
{{ S_HIDDEN_FIELDS }}
{{ S_FORM_TOKEN }}
</fieldset>
</form>
{% INCLUDE 'ucp_footer.html' %}