mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2024-11-24 04:35:00 +00:00
these files got swapped somehow
This commit is contained in:
parent
1a139034b5
commit
1ec17ce7e7
@ -7,7 +7,7 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
|
||||||
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
|
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
<title>Schematics - Plex HTTPD</title>
|
<title>Schematic Download - Plex HTTPD</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||||
@ -43,18 +43,11 @@
|
|||||||
</nav>
|
</nav>
|
||||||
<div style="text-align: center;" class="col-auto m-0 row justify-content-center p-4">
|
<div style="text-align: center;" class="col-auto m-0 row justify-content-center p-4">
|
||||||
<h2>Plex HTTPD</h2>
|
<h2>Plex HTTPD</h2>
|
||||||
<h5>A list of schematics is below. You can click on the schematic name to download it.</h5>
|
<h5>Welcome to the schematic page. Please select if you would like to download or upload a schematic.</h5>
|
||||||
<table class="table table-striped table-bordered">
|
<div class="d-grid gap-2 col-2 mx-auto">
|
||||||
<thead>
|
<button type="button" class="btn btn-outline-info btn-sm p-2"><a href="/api/schematics/download/">Download</a></button>
|
||||||
<tr>
|
<button type="button" class="btn btn-outline-info btn-sm p-2"><a href="/api/schematics/upload/">Upload</a></button>
|
||||||
<th scope="col">Name</th>
|
</div>
|
||||||
<th scope="col">Size</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
${schematics}
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -7,7 +7,7 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
|
||||||
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
|
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
<title>Schematic Download - Plex HTTPD</title>
|
<title>Schematics - Plex HTTPD</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||||
@ -43,11 +43,18 @@
|
|||||||
</nav>
|
</nav>
|
||||||
<div style="text-align: center;" class="col-auto m-0 row justify-content-center p-4">
|
<div style="text-align: center;" class="col-auto m-0 row justify-content-center p-4">
|
||||||
<h2>Plex HTTPD</h2>
|
<h2>Plex HTTPD</h2>
|
||||||
<h5>Welcome to the schematic page. Please select if you would like to download or upload a schematic.</h5>
|
<h5>A list of schematics is below. You can click on the schematic name to download it.</h5>
|
||||||
<div class="d-grid gap-2 col-2 mx-auto">
|
<table class="table table-striped table-bordered">
|
||||||
<button type="button" class="btn btn-outline-info btn-sm p-2"><a href="/api/schematics/download/">Download</a></button>
|
<thead>
|
||||||
<button type="button" class="btn btn-outline-info btn-sm p-2"><a href="/api/schematics/upload/">Upload</a></button>
|
<tr>
|
||||||
</div>
|
<th scope="col">Name</th>
|
||||||
|
<th scope="col">Size</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
${schematics}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user