moved whole UI to JavaScript
This commit is contained in:
@@ -12,29 +12,11 @@
|
||||
<script src="/script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/" class="logo"><h1>Ablage</h1></a>
|
||||
|
||||
<div id="dropzone" style="display: none">
|
||||
Drag & drop files here or click to select
|
||||
</div>
|
||||
<input
|
||||
type="file"
|
||||
id="fileInput"
|
||||
name="uploadfile"
|
||||
multiple
|
||||
style="display: none"
|
||||
/>
|
||||
|
||||
<div id="overallProgressContainer" style="display: none">
|
||||
<div id="currentFileName"></div>
|
||||
<progress id="overallProgress" value="0" max="100"></progress>
|
||||
<div id="overallStatus" class="status"></div>
|
||||
</div>
|
||||
|
||||
<ul id="file-list"></ul>
|
||||
|
||||
<div id="sinkholeModeInfo" class="sinkholeModeInfo" style="display: none">
|
||||
- Sinkhole mode enabled, no files will get listed -
|
||||
</div>
|
||||
<a href="/" class="logo">
|
||||
<h1>Ablage</h1>
|
||||
</a>
|
||||
<h3 style="color: red; text-align: center; margin-top: 100px">
|
||||
We will need JavaScript from here on, sorry...
|
||||
</h3>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user