mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2026-06-04 09:06:54 +00:00
Make the pages more consistent
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Admins
|
||||
ADMINS
|
||||
<h2>Plex HTTPD</h2>
|
||||
<h2>Admins</h2>
|
||||
<h5 class="alert alert-danger mb-3 w-auto p-3" role="alert"><b>Error:</b> ${MESSAGE}</h5>
|
||||
@@ -1,4 +1,4 @@
|
||||
Indefinite Bans
|
||||
INDEFBANS
|
||||
<h2>Plex HTTPD</h2>
|
||||
<h2>Indefinite Bans</h2>
|
||||
<h5 class="alert alert-danger mb-3 w-auto p-3" role="alert"><b>Error:</b> ${MESSAGE}</h5>
|
||||
@@ -1,6 +1,7 @@
|
||||
Punishments
|
||||
PUNISHMENTS
|
||||
<h2>Enter the UUID or username of the player you want to lookup</h2>
|
||||
<h2>Punishment Search</h2>
|
||||
<label for="uuid"><h5>Enter the UUID or username of the player you want to lookup</h5></label>
|
||||
<div class="input-group mb-3 w-75 p-3">
|
||||
<input id="uuid" type="text" autocomplete="off" autofocus class="form-control">
|
||||
<button class="btn btn-outline-primary" type="submit"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Punishments
|
||||
PUNISHMENTS
|
||||
<h2>Plex HTTPD</h2>
|
||||
<h2>Punishment Search</h2>
|
||||
<h5 class="alert alert-danger mb-3 w-auto p-3" role="alert"><b>Error:</b> ${MESSAGE}</h5>
|
||||
@@ -1,4 +1,4 @@
|
||||
Punishments
|
||||
PUNISHMENTS
|
||||
<h2>Plex HTTPD</h2>
|
||||
<h2>Punishment Search</h2>
|
||||
<h5 class="alert alert-success mb-3 w-auto p-3" role="alert">${MESSAGE}</h5>
|
||||
@@ -1,7 +1,8 @@
|
||||
Schematics
|
||||
SCHEMATICS
|
||||
<h2>Plex HTTPD</h2>
|
||||
<h5>A list of schematics is below. You can click on the schematic name to download it.</h5>
|
||||
<h2>Schematic Download</h2>
|
||||
<label for="schemList"><h5>A list of schematics is below. You can click on the schematic name to download it.</h5>
|
||||
</label>
|
||||
<div class="input-group mb-3 w-75 p-3">
|
||||
<input type="text" autocomplete="off" autofocus class="form-control" oninput="filterTable(this.value)"
|
||||
placeholder="Search for a schematic...">
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Schematics
|
||||
SCHEMATICS
|
||||
<h2>Plex HTTPD</h2>
|
||||
<h2>Schematic Upload</h2>
|
||||
<div class="cos-xs-8 col-lg-5">
|
||||
<label for="formFile" class="form-label">Please select a schematic file to upload.</label>
|
||||
<label for="formFile" class="form-label"><h5>Please select a schematic file to upload.</h5></label>
|
||||
<form class="input-group justify-content-center" enctype="multipart/form-data" method="post"
|
||||
action="/api/schematics/uploading">
|
||||
<div class="input-group">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Schematics
|
||||
SCHEMATICS
|
||||
<h2>Plex HTTPD</h2>
|
||||
<h2>Schematic Upload</h2>
|
||||
<h5 class="alert alert-danger mb-3 w-auto p-3" role="alert"><b>Error:</b> ${MESSAGE}</h5>
|
||||
@@ -1,4 +1,4 @@
|
||||
Schematics
|
||||
SCHEMATICS
|
||||
<h2>Plex HTTPD</h2>
|
||||
<h2>Schematic Upload</h2>
|
||||
<h5 class="alert alert-success mb-3 w-auto p-3" role="alert">${MESSAGE}</h5>
|
||||
Reference in New Issue
Block a user