mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-12 11:07:27 +08:00
37
latest version/templates/web/banuser.html
Normal file
37
latest version/templates/web/banuser.html
Normal file
@@ -0,0 +1,37 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block header %}
|
||||
<h1>{% block title %}Ban the user{% endblock %}</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form action="/web/banuser" method="post">
|
||||
<div class="title">Ban the user</div>
|
||||
<label for="name">Arcaea Username</label>
|
||||
<input name="name" id="name">
|
||||
or<br />
|
||||
<label for="user_code">Arcaea User Code</label>
|
||||
<input name="user_code" id="user_code">
|
||||
|
||||
<br />
|
||||
<div class="content">提示:重设用户密码即可解封账号</div>
|
||||
<div class="content">Tip: Reset the user password to unseal the account.</div>
|
||||
<br />
|
||||
<input type="submit" value="Execute">
|
||||
</form>
|
||||
<br />
|
||||
<hr />
|
||||
<form action="/web/banuser/deleteuserscore" method="post">
|
||||
<div class="title">Delete all of the user's scores</div>
|
||||
<label for="name">Arcaea Username</label>
|
||||
<input name="name" id="name">
|
||||
or<br />
|
||||
<label for="user_code">Arcaea User Code</label>
|
||||
<input name="user_code" id="user_code">
|
||||
|
||||
<br />
|
||||
<div class="content">警告!这个操作具有破坏性,且不可恢复。</div>
|
||||
<div class="content">Warning! This operation is destructive and unrecoverable.</div>
|
||||
<br />
|
||||
<input type="submit" value="Execute">
|
||||
</form>
|
||||
{% endblock %}
|
||||
@@ -23,6 +23,7 @@
|
||||
<h1>系统方面 System</h1>
|
||||
<a href="{{ url_for('index.update_database') }}">数据库更新 Update databases</a></br></br>
|
||||
<a href="{{ url_for('index.edit_userpwd') }}">用户密码修改 Change user password</a></br></br>
|
||||
<a href="{{ url_for('index.ban_user') }}">封禁用户 Ban the user</a></br></br>
|
||||
<a href="{{ url_for('index.update_user_save') }}">用户存档更新 Update user saves</a></br></br>
|
||||
<a href="{{ url_for('index.change_song') }}">歌曲修改 Change the songs</a></br></br>
|
||||
<a href="{{ url_for('index.change_character') }}">角色修改 Change the characters</a></br></br>
|
||||
|
||||
Reference in New Issue
Block a user