mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2025-07-01 16:06:42 +00:00
improvements
This commit is contained in:
@ -2,7 +2,7 @@ Punishments
|
||||
PUNISHMENTS
|
||||
<h2>Enter the UUID or username of the player you want to lookup</h2>
|
||||
<div class="input-group mb-3 w-75 p-3">
|
||||
<input id="uuid" type="text" autocomplete="off" class="form-control" placeholder="UUID or username...">
|
||||
<input id="uuid" type="text" autocomplete="off" autofocus class="form-control">
|
||||
<button class="btn btn-outline-primary" type="submit"
|
||||
onclick="redirect();">Submit
|
||||
</button>
|
||||
|
@ -3,7 +3,7 @@ SCHEMATICS
|
||||
<h2>Plex HTTPD</h2>
|
||||
<h5>A list of schematics is below. You can click on the schematic name to download it.</h5>
|
||||
<div class="input-group mb-3 w-75 p-3">
|
||||
<input type="text" autocomplete="off" class="form-control" oninput="filterTable(this.value)"
|
||||
<input type="text" autocomplete="off" autofocus class="form-control" oninput="filterTable(this.value)"
|
||||
placeholder="Search for a schematic...">
|
||||
</div>
|
||||
<table id="schemList" class="table table-striped table-bordered">
|
||||
|
@ -1,12 +1,13 @@
|
||||
Schematics
|
||||
SCHEMATICS
|
||||
<h2>Plex HTTPD</h2>
|
||||
<label for="formFile" class="form-label">Please select a schematic file to upload.</label>
|
||||
<div class="mb-3 p-3">
|
||||
<form class="input-group justify-content-center" enctype="multipart/form-data" method="post" action="/api/schematics/uploading">
|
||||
<label class="btn btn-primary">
|
||||
Browse <input type="file" name="file" id="formFile" hidden>
|
||||
</label>
|
||||
<input type="submit" class="btn btn-outline-primary" value="Upload">
|
||||
<div class="cos-xs-8 col-lg-5">
|
||||
<label for="formFile" class="form-label">Please select a schematic file to upload.</label>
|
||||
<form class="input-group justify-content-center" enctype="multipart/form-data" method="post"
|
||||
action="/api/schematics/uploading">
|
||||
<div class="input-group">
|
||||
<input type="file" class="form-control" id="formFile" name="file" aria-describedby="formFile" aria-label="Upload">
|
||||
<button class="btn btn-outline-primary" type="submit">Upload</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
@ -2,10 +2,8 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet"
|
||||
href="https://bootswatch.com/5/lumen/bootstrap.min.css"
|
||||
integrity="sha384-H04T9zWIvlvorcAbxsAHPAUgklS+NwdHqD+BVuHnYbizHH53HDHlMsVLRYqnAK49"
|
||||
crossorigin="anonymous">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||||
<script type="text/javascript"
|
||||
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
|
||||
|
Reference in New Issue
Block a user