forked from TheInsomniac/Nginx-Fancyindex-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
36 lines (34 loc) · 1.36 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
</div>
<div class="box-content clearfix popup file-input" >
<input type="file" id="fileInput" name="name" class="hidden" multiple>
<label for="fileInput" class="">
<span id="fileInputTable" >
<p>Drop files or click here to select files for upload</p>
</span>
<span class="popuptext" id="filesPopup">
No files selected!
</span>
</label>
</div>
<div id="uploadBox" class="box-content box-button">
<div class="grid-center">
<a id="upload" href="#upload" class="button">Upload files</a>
</div>
<div class="grid-right popup">
<a id="logout" class="logout">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="30" height="30">
<g fill-rule="evenodd">
<path d="M17.25,1.5 L17.25,9 L15,9 L15,3.75 L5.25,3.75 L5.25,20.25 L15,20.25 L15,15 L17.25,15 L17.25,22.5 L3,22.5 L3,1.5 L17.25,1.5 Z M19.757325,7.757325 L24,12 L19.757325,16.242675 L18.166425,14.651625 L19.692975,13.125 L12.75,13.125 L12.75,10.875 L19.692975,10.875 L18.166425,9.348375 L19.757325,7.757325 Z" ></path>
</g>
</svg>
</a>
<span class="popuptext" id="logoutPopup">
You have been<br>logged out.
</span>
</div>
</div>
</div>
<script src="/.fidx/js/history.js"></script>
<script src="/.fidx/js/upload.js"></script>
</body>
</html>