Исправление на поле select
This commit is contained in:
@@ -13,10 +13,15 @@
|
||||
<input type="text" name="login" required>
|
||||
<label for="password">Пароль: </label>
|
||||
<input type="password" name="password" required><br>
|
||||
<p><input type="checkbox" name="internal">Внутренний пользователь</p>
|
||||
<p>
|
||||
Уровень доступа:
|
||||
<select name="access">
|
||||
<option value="internal_users">Внутренний</option>
|
||||
<option value="external_users">Внешний</option>
|
||||
</select>
|
||||
</p>
|
||||
<input type="submit" value="Вход">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user