mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-12 11:07:27 +08:00
Update to v1.9
This commit is contained in:
32
latest version/templates/web/deliverpresent.html
Normal file
32
latest version/templates/web/deliverpresent.html
Normal file
@@ -0,0 +1,32 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block header %}
|
||||
<h1>{% block title %}Deliver presents{% endblock %}</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form action="/web/deliverpresent" method="post">
|
||||
<div class="title">Deliver to 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 />
|
||||
<br />
|
||||
|
||||
<label for="present_id">ID of the present</label>
|
||||
<input name="present_id" id="present_id" required>
|
||||
|
||||
<br />
|
||||
<input type="submit" value="Edit">
|
||||
</form>
|
||||
<br />
|
||||
<hr />
|
||||
<form action="/web/deliverpresent" method="post">
|
||||
<div class="title">Deliver to all the users</div>
|
||||
<label for="present_id">ID of the present</label>
|
||||
<input name="present_id" id="present_id" required>
|
||||
|
||||
<input type="submit" value="Edit all">
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user