.
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
</span>
|
||||
|
||||
<details>
|
||||
<summary><h3>Add/Edit CID users</h3></summary>
|
||||
<summary>
|
||||
<h3>Add/Edit CID users</h3>
|
||||
</summary>
|
||||
<button id="add-exams-selected-cids">Change selected exams</button>
|
||||
<button id="clear-exams-selected-cids">Clear selected exams</button>
|
||||
<button id="activate-selected-cids">Activate selected</button>
|
||||
@@ -29,7 +31,7 @@
|
||||
<p>Select exams below to add user to.</p>
|
||||
<div class="exam-selectors">
|
||||
<span>
|
||||
Physics Exams<br/>
|
||||
Physics Exams<br />
|
||||
<select id="physics-exams" multiple="multiple">
|
||||
{% for name, id in physics_exams %}
|
||||
<option value="{{id}}">{{name}}</option>
|
||||
@@ -38,7 +40,7 @@
|
||||
</select>
|
||||
</span>
|
||||
<span>
|
||||
Rapid Exams<br/>
|
||||
Rapid Exams<br />
|
||||
<select id="rapid-exams" multiple="multiple">
|
||||
{% for name, id in rapid_exams %}
|
||||
<option value="{{id}}">{{name}}</option>
|
||||
@@ -47,7 +49,7 @@
|
||||
</select>
|
||||
</span>
|
||||
<span>
|
||||
Sba Exams<br/>
|
||||
Sba Exams<br />
|
||||
<select id="sbas-exams" multiple="multiple">
|
||||
{% for name, id in sba_exams %}
|
||||
<option value="{{id}}">{{name}}</option>
|
||||
@@ -56,7 +58,7 @@
|
||||
</select>
|
||||
</span>
|
||||
<span>
|
||||
Long Exams<br/>
|
||||
Long Exams<br />
|
||||
<select id="longs-exams" multiple="multiple">
|
||||
{% for name, id in longs_exams %}
|
||||
<option value="{{id}}">{{name}}</option>
|
||||
@@ -65,7 +67,7 @@
|
||||
</select>
|
||||
</span>
|
||||
<span>
|
||||
Anatomy Exams<br/>
|
||||
Anatomy Exams<br />
|
||||
<select id="anatomy-exams" multiple="multiple">
|
||||
{% for name, id in anatomy_exams %}
|
||||
<option value="{{id}}">{{name}}</option>
|
||||
@@ -77,7 +79,7 @@
|
||||
|
||||
</div>
|
||||
<div>
|
||||
Groups<br/>
|
||||
Groups<br />
|
||||
<select id="cid-groups">
|
||||
<option value="">----</option>
|
||||
{% for name, id in cid_user_groups %}
|
||||
@@ -88,11 +90,9 @@
|
||||
<button id="add-group">Add Group to users</button>
|
||||
</div>
|
||||
<button id="add-new-cids">Add New (Blank) Users</button>
|
||||
<input type="number" id="add-number" value="number to add"><br/>
|
||||
<input type="number" id="add-number" value="number to add"><br />
|
||||
<button id="add-new-emails">Add New Users From Email</button>
|
||||
<textarea id="emails-input" name="emails" rows="4" cols="50">
|
||||
Enter emails here
|
||||
</textarea>
|
||||
<textarea id="emails-input" name="emails" rows="4" cols="50">Enter emails here</textarea>
|
||||
</details>
|
||||
|
||||
{% endblock %}
|
||||
@@ -214,6 +214,7 @@
|
||||
.exam-selectors {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.exam-selectors select {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user