You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1016 B
46 lines
1016 B
2 years ago
|
<form method="POST" action="submit.php">
|
||
|
<input type="hidden" name="edit" value="user">
|
||
|
<table border="0">
|
||
|
<tr>
|
||
|
<td colspan="2">
|
||
|
<b>{lang_options_settings_edit}:</b><br>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
{lang_user_displayname}:
|
||
|
</td>
|
||
|
<td>
|
||
|
<input type="text" name="user_displayname" value="{user_displayname}">
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
{lang_mac}:
|
||
|
</td>
|
||
|
<td>
|
||
|
<select name="user_mac">
|
||
|
<option value="0">xxxxxxxxxxxx</option>
|
||
|
<option value="1">xx-xx-xx-xx-xx-xx</option>
|
||
|
<option value="2">xx:xx:xx:xx:xx:xx</option>
|
||
|
<option value="3">xxxxxx-xxxxxx</option>
|
||
|
</select>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
{lang_language}:
|
||
|
</td>
|
||
|
<td>
|
||
|
<select name="user_lang">
|
||
|
<option value="en">English</option>
|
||
|
</select>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="2" align="right">
|
||
|
<input type="submit" value="{lang_submit}"><input type="reset" value="{lang_reset}">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|