You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
809 B
HTML
21 lines
809 B
HTML
1 year ago
|
<%+header%>
|
||
|
|
||
|
<link rel="stylesheet" href="/luci-static/resources/fileassistant/fb.css?v=@ver">
|
||
|
<h2 name="content">File Assistant</h2>
|
||
|
<fieldset class="cbi-section fb-container">
|
||
|
<input id="current-path" type="text" class="current-path cbi-input-text" value="/"/>
|
||
|
<div class="panel-container">
|
||
|
<div class="panel-title">File List</div>
|
||
|
<button id="upload-toggle" class="upload-toggle cbi-button cbi-button-edit">Upload</button>
|
||
|
</div>
|
||
|
<div class="upload-container" id="upload-container">
|
||
|
<input id="upload-file" name="upload-file" class="upload-file" type="file">
|
||
|
<button type="button" class="cbi-button cbi-input-apply">Click to Upload</button>
|
||
|
</div>
|
||
|
<div id="list-content"></div>
|
||
|
</fieldset>
|
||
|
|
||
|
<script src="/luci-static/resources/fileassistant/fb.js?v=@ver"></script>
|
||
|
|
||
|
<%+footer%>
|