]> OzVa Git service - ozva-cloud/commitdiff
chore: rename src/static to src/assets
authorsigoden <sigoden@gmail.com>
Mon, 30 May 2022 06:32:41 +0000 (14:32 +0800)
committersigoden <sigoden@gmail.com>
Mon, 30 May 2022 06:32:41 +0000 (14:32 +0800)
src/assets/index.css [new file with mode: 0644]
src/assets/index.html [new file with mode: 0644]
src/assets/index.js [new file with mode: 0644]
src/server.rs
src/static/index.css [deleted file]
src/static/index.html [deleted file]
src/static/index.js [deleted file]

diff --git a/src/assets/index.css b/src/assets/index.css
new file mode 100644 (file)
index 0000000..748e8ed
--- /dev/null
@@ -0,0 +1,169 @@
+html {
+  font-family: -apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
+  line-height: 1.5;
+  color: #24292e;
+}
+
+body {
+  width: 700px;
+}
+
+.hidden {
+  display: none;
+}
+
+.head {
+  display: flex;
+  flex-wrap: wrap;
+  align-items: center;
+  padding: 1em 1em 0;
+}
+
+.breadcrumb {
+  font-size: 1.25em;
+}
+
+.breadcrumb > a {
+  color: #0366d6;
+  text-decoration: none;
+}
+
+.breadcrumb > a:hover {
+  text-decoration: underline;
+}
+
+/* final breadcrumb */
+.breadcrumb > b {
+  color: #24292e;
+}
+
+.breadcrumb > .separator {
+  color: #586069;
+  padding: 0 0.25em;
+}
+
+.breadcrumb svg {
+  height: 100%;
+  fill: rgba(3,47,98,0.5);
+  padding-right: 0.5em;
+  padding-left: 0.5em;
+}
+
+.toolbox {
+  display: flex;
+}
+
+.searchbar {
+  display: flex;
+  flex-wrap: nowrap;
+  width: 246px;
+  height: 22px;
+  background-color: #fafafa;
+  transition: all .15s;
+  border: 1px #ddd solid;
+  border-radius: 15px;
+  margin: 0 0 2px 10px;
+}
+
+.searchbar #search {
+  box-sizing: border-box;
+  width: 100%;
+  height: 100%;
+  font-size: 16px;
+  line-height: 16px;
+  padding: 1px;
+  font-family: helvetica neue,luxi sans,Tahoma,hiragino sans gb,STHeiti,sans-serif;
+  background-color: transparent;
+  border: none;
+  outline: none;
+}
+
+.searchbar .icon {
+  color: #9a9a9a;
+  padding: 3px 3px;
+  cursor: pointer;
+}
+
+.upload-control {
+  cursor: pointer;
+  padding-left: 0.25em;
+}
+
+.upload-control input {
+  display: none;
+}
+
+.main {
+  padding: 0 1em;
+}
+
+.main th {
+  text-align: left;
+  font-weight: unset;
+  color: #5c5c5c;
+  white-space: nowrap;
+}
+
+.main td {
+  white-space: nowrap;
+}
+
+.main .cell-name {
+  width: 400px;
+}
+
+.main .cell-mtime {
+  width: 120px;
+  padding-left: 0.6em;
+}
+
+.main .cell-size {
+  text-align: right;
+  width: 70px;
+  padding-left: 0.6em;
+}
+
+.main .cell-actions {
+  width: 60px;
+  display: flex;
+  padding-left: 0.6em;
+}
+
+
+.path svg {
+  height: 100%;
+  fill: rgba(3,47,98,0.5);
+  padding-right: 0.5em;
+}
+
+.path {
+  display: flex;
+  list-style: none;
+}
+
+.path a {
+  color: #0366d6;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+  overflow: hidden;
+  display: block;
+  text-decoration: none;
+}
+
+.path a:hover {
+  text-decoration: underline;
+}
+
+.action-btn {
+  padding-left: 0.4em;
+}
+
+.uploaders {
+  display: flex;
+  flex-wrap: wrap;
+  padding: 0.5em 0;
+}
+
+.uploader {
+  padding-right: 1em;
+}
diff --git a/src/assets/index.html b/src/assets/index.html
new file mode 100644 (file)
index 0000000..6cb6614
--- /dev/null
@@ -0,0 +1,53 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+  <meta charset="utf-8" />
+  <meta name="viewport" content="width=device-width" />
+  __SLOB__
+</head>
+<body>
+  <div class="head">
+    <div class="breadcrumb"></div>
+    <div class="toolbox">
+      <div>
+        <a href="?zip" title="Download folder as a .zip file">
+          <svg width="16" height="16" viewBox="0 0 16 16"><path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/></svg>
+        </a>
+      </div>
+      <div class="upload-control hidden" title="Upload file">
+        <label for="file">
+          <svg width="16" height="16" viewBox="0 0 16 16"><path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z"/></svg>
+        </label>
+        <input type="file" id="file" name="file" multiple>
+      </div>
+    </div>
+    <form class="searchbar">
+      <div class="icon">
+        <svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>
+      </div>
+      <input id="search" name="q" type="text" maxlength="128" autocomplete="off" tabindex="1">
+      <input type="submit" hidden />
+    </form>
+  </div>
+  <div class="main">
+    <div class="uploaders">
+    </div>
+    <table>
+      <thead>
+        <tr>
+          <th class="cell-name">Name</th>
+          <th class="cell-mtime">Date modify</th>
+          <th class="cell-size">Size</th>
+          <th class="cell-actions">Actions</th>
+        </tr>
+      </thead>
+      <tbody>
+      </tbody>
+    </table>
+  </div>
+  <script>
+    window.addEventListener("DOMContentLoaded", ready);
+  </script>
+</body>
+</html>
\ No newline at end of file
diff --git a/src/assets/index.js b/src/assets/index.js
new file mode 100644 (file)
index 0000000..e09838c
--- /dev/null
@@ -0,0 +1,191 @@
+var $toolbox, $tbody, $breadcrumb, $uploaders, $uploadControl;
+var uploaderIdx = 0;
+var baseDir;
+
+class Uploader {
+  idx = 0;
+  file;
+  $elem;
+  constructor(idx, file) {
+    this.idx = idx;
+    this.file = file;
+  }
+
+  upload() {
+    var { file, idx } = this;
+    var url = getUrl(file.name);
+    if (file.name == baseDir + ".zip") {
+      url += "?unzip";
+    }
+    $uploaders.insertAdjacentHTML("beforeend", `
+  <div class="uploader path">
+    <div><svg height="16" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M6 5H2V4h4v1zM2 8h7V7H2v1zm0 2h7V9H2v1zm0 2h7v-1H2v1zm10-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5z"></path></svg></div>
+    <a href="${url}" id="file${idx}">${file.name} (0%)</a>
+  </div>`);
+    this.$elem = document.getElementById(`file${idx}`);
+
+    var ajax = new XMLHttpRequest();
+    ajax.upload.addEventListener("progress", e => this.progress(e), false);
+    ajax.addEventListener("load", e => this.complete(e), false);
+    ajax.addEventListener("error", e => this.fail(e), false);
+    ajax.addEventListener("abort", e => this.fail(e), false);
+    ajax.open("PUT", url);
+    ajax.send(file);
+  }
+
+  progress(event) {
+    var percent = (event.loaded / event.total) * 100;
+    this.$elem.innerHTML = `${this.file.name} (${percent.toFixed(2)}%)`;
+  }
+
+  complete(event) {
+    this.$elem.innerHTML = `${this.file.name}`;
+  }
+
+  fail(event) {
+    this.$elem.innerHTML = `<strike>${this.file.name}</strike>`;
+  }
+}
+
+function addBreadcrumb(value) {
+  var parts = value.split("/").filter(v => !!v);
+  var len = parts.length;
+  var path = "";
+  for (var i = 0; i < len; i++) {
+    var name = parts[i];
+    if (i > 0) {
+      path  += "/" + name;
+    }
+    if (i === len - 1) {
+      $breadcrumb.insertAdjacentHTML("beforeend", `<b>${name}</b>`);
+      baseDir = name;
+    } else if (i === 0) {
+      $breadcrumb.insertAdjacentHTML("beforeend", `<a href="/"><b>${name}</b></a>`);
+    } else {
+      $breadcrumb.insertAdjacentHTML("beforeend", `<a href="${encodeURI(path)}">${name}</a>`);
+    }
+    $breadcrumb.insertAdjacentHTML("beforeend", `<span class="separator">/</span>`);
+  }
+}
+
+function addPath(file, index) {
+  var url = getUrl(file.name)
+  var actionDelete = "";
+  var actionDownload = "";
+  if (file.path_type.endsWith("Dir")) {
+    actionDownload = `
+    <div class="action-btn">
+      <a href="${url}?zip" title="Download folder as a .zip file">
+        <svg width="16" height="16" viewBox="0 0 16 16"><path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/></svg>
+      </a>
+    </div>`;
+  } else {
+    actionDownload = `
+    <div class="action-btn" >
+      <a href="${url}" title="Download file" download>
+        <svg width="16" height="16" viewBox="0 0 16 16"><path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/></svg>
+      </a>
+    </div>`;
+  }
+  if (!DATA.readonly) {
+    actionDelete = `
+    <div onclick="deletePath(${index})" class="action-btn" id="deleteBtn${index}" title="Delete ${file.name}">
+      <svg width="16" height="16" fill="currentColor"viewBox="0 0 16 16"><path d="M6.854 7.146a.5.5 0 1 0-.708.708L7.293 9l-1.147 1.146a.5.5 0 0 0 .708.708L8 9.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 9l1.147-1.146a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/></svg>
+    </div>`;
+  }
+  var actionCell = `
+  <td class="cell-actions">
+    ${actionDownload}
+    ${actionDelete}
+  </td>`
+
+  $tbody.insertAdjacentHTML("beforeend", `
+<tr id="addPath${index}">
+<td class="path cell-name">
+  <div>${getSvg(file.path_type)}</div>
+  <a href="${url}" title="${file.name}">${file.name}</a>
+</td>
+<td class="cell-mtime">${formatMtime(file.mtime)}</td>
+<td class="cell-size">${formatSize(file.size)}</td>
+${actionCell}
+</tr>`)
+}
+
+async function deletePath(index) {
+  var file = DATA.paths[index];
+  if (!file) return;
+
+  var ajax = new XMLHttpRequest();
+  ajax.open("DELETE", getUrl(file.name));
+  ajax.addEventListener("readystatechange", function() {
+    if(ajax.readyState === 4 && ajax.status === 200) {
+        document.getElementById(`addPath${index}`).remove();
+    }
+  });
+  ajax.send();
+}
+
+function getUrl(name) {
+    var url = location.href.split('?')[0];
+    if (!url.endsWith("/")) url += "/";
+    url += encodeURI(name);
+    return url;
+}
+
+function getSvg(path_type) {
+  switch (path_type) {
+    case "Dir":
+      return `<svg height="16" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z"></path></svg>`;
+    case "File":
+      return `<svg height="16" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M6 5H2V4h4v1zM2 8h7V7H2v1zm0 2h7V9H2v1zm0 2h7v-1H2v1zm10-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5z"></path></svg>`;
+    case "SymlinkDir":
+      return `<svg height="16" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM1 3h5v1H1V3zm6 9v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73C4.86 8.43 5.82 8 7.01 8V6l4 3-4 3H7z"></path></svg>`;
+    default:
+      return `<svg height="16" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM6 4.5l4 3-4 3v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73.73-.84 1.69-1.27 2.88-1.27v-2H6z"></path></svg>`;
+  }
+}
+
+function formatMtime(mtime) {
+  if (!mtime) return ""
+  var date = new Date(mtime);
+  var year = date.getFullYear();
+  var month = padZero(date.getMonth() + 1, 2);
+  var day = padZero(date.getDate(), 2);
+  var hours = padZero(date.getHours(), 2);
+  var minutes = padZero(date.getMinutes(), 2);
+  return `${year}/${month}/${day} ${hours}:${minutes}`;
+}
+
+function padZero(value, size) {
+  return ("0".repeat(size) + value).slice(-1 * size)
+}
+
+function formatSize(size) {
+  if (!size) return ""
+  var sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
+  if (size == 0) return '0 Byte';
+  var i = parseInt(Math.floor(Math.log(size) / Math.log(1024)));
+  return Math.round(size / Math.pow(1024, i), 2) + ' ' + sizes[i];
+}
+
+
+function ready() {
+  $toolbox = document.querySelector(".toolbox");
+  $tbody = document.querySelector(".main tbody");
+  $breadcrumb = document.querySelector(".breadcrumb");
+  $uploaders = document.querySelector(".uploaders");
+
+  addBreadcrumb(DATA.breadcrumb);
+  DATA.paths.forEach((file, index) => addPath(file, index));
+  if (!DATA.readonly) {
+    document.querySelector(".upload-control").classList.remove(["hidden"]);
+    document.getElementById("file").addEventListener("change", e => {
+      var files = e.target.files;
+      for (var file of files) {
+        uploaderIdx += 1;
+        var uploader = new Uploader(uploaderIdx, file);
+        uploader.upload();
+      }
+    });
+  }
+}
\ No newline at end of file
index 5c2c909701722e83fac8eea1b6dbee38ec92dbc7..28dec095b4633e38ec0abce048e3d75659730274 100644 (file)
@@ -37,9 +37,9 @@ macro_rules! status_code {
     };
 }
 
-const INDEX_HTML: &str = include_str!("static/index.html");
-const INDEX_CSS: &str = include_str!("static/index.css");
-const INDEX_JS: &str = include_str!("static/index.js");
+const INDEX_HTML: &str = include_str!("assets/index.html");
+const INDEX_CSS: &str = include_str!("assets/index.css");
+const INDEX_JS: &str = include_str!("assets/index.js");
 const BUF_SIZE: usize = 1024 * 16;
 
 pub async fn serve(args: Args) -> BoxResult<()> {
diff --git a/src/static/index.css b/src/static/index.css
deleted file mode 100644 (file)
index 748e8ed..0000000
+++ /dev/null
@@ -1,169 +0,0 @@
-html {
-  font-family: -apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
-  line-height: 1.5;
-  color: #24292e;
-}
-
-body {
-  width: 700px;
-}
-
-.hidden {
-  display: none;
-}
-
-.head {
-  display: flex;
-  flex-wrap: wrap;
-  align-items: center;
-  padding: 1em 1em 0;
-}
-
-.breadcrumb {
-  font-size: 1.25em;
-}
-
-.breadcrumb > a {
-  color: #0366d6;
-  text-decoration: none;
-}
-
-.breadcrumb > a:hover {
-  text-decoration: underline;
-}
-
-/* final breadcrumb */
-.breadcrumb > b {
-  color: #24292e;
-}
-
-.breadcrumb > .separator {
-  color: #586069;
-  padding: 0 0.25em;
-}
-
-.breadcrumb svg {
-  height: 100%;
-  fill: rgba(3,47,98,0.5);
-  padding-right: 0.5em;
-  padding-left: 0.5em;
-}
-
-.toolbox {
-  display: flex;
-}
-
-.searchbar {
-  display: flex;
-  flex-wrap: nowrap;
-  width: 246px;
-  height: 22px;
-  background-color: #fafafa;
-  transition: all .15s;
-  border: 1px #ddd solid;
-  border-radius: 15px;
-  margin: 0 0 2px 10px;
-}
-
-.searchbar #search {
-  box-sizing: border-box;
-  width: 100%;
-  height: 100%;
-  font-size: 16px;
-  line-height: 16px;
-  padding: 1px;
-  font-family: helvetica neue,luxi sans,Tahoma,hiragino sans gb,STHeiti,sans-serif;
-  background-color: transparent;
-  border: none;
-  outline: none;
-}
-
-.searchbar .icon {
-  color: #9a9a9a;
-  padding: 3px 3px;
-  cursor: pointer;
-}
-
-.upload-control {
-  cursor: pointer;
-  padding-left: 0.25em;
-}
-
-.upload-control input {
-  display: none;
-}
-
-.main {
-  padding: 0 1em;
-}
-
-.main th {
-  text-align: left;
-  font-weight: unset;
-  color: #5c5c5c;
-  white-space: nowrap;
-}
-
-.main td {
-  white-space: nowrap;
-}
-
-.main .cell-name {
-  width: 400px;
-}
-
-.main .cell-mtime {
-  width: 120px;
-  padding-left: 0.6em;
-}
-
-.main .cell-size {
-  text-align: right;
-  width: 70px;
-  padding-left: 0.6em;
-}
-
-.main .cell-actions {
-  width: 60px;
-  display: flex;
-  padding-left: 0.6em;
-}
-
-
-.path svg {
-  height: 100%;
-  fill: rgba(3,47,98,0.5);
-  padding-right: 0.5em;
-}
-
-.path {
-  display: flex;
-  list-style: none;
-}
-
-.path a {
-  color: #0366d6;
-  text-overflow: ellipsis;
-  white-space: nowrap;
-  overflow: hidden;
-  display: block;
-  text-decoration: none;
-}
-
-.path a:hover {
-  text-decoration: underline;
-}
-
-.action-btn {
-  padding-left: 0.4em;
-}
-
-.uploaders {
-  display: flex;
-  flex-wrap: wrap;
-  padding: 0.5em 0;
-}
-
-.uploader {
-  padding-right: 1em;
-}
diff --git a/src/static/index.html b/src/static/index.html
deleted file mode 100644 (file)
index 6cb6614..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width" />
-  __SLOB__
-</head>
-<body>
-  <div class="head">
-    <div class="breadcrumb"></div>
-    <div class="toolbox">
-      <div>
-        <a href="?zip" title="Download folder as a .zip file">
-          <svg width="16" height="16" viewBox="0 0 16 16"><path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/></svg>
-        </a>
-      </div>
-      <div class="upload-control hidden" title="Upload file">
-        <label for="file">
-          <svg width="16" height="16" viewBox="0 0 16 16"><path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z"/></svg>
-        </label>
-        <input type="file" id="file" name="file" multiple>
-      </div>
-    </div>
-    <form class="searchbar">
-      <div class="icon">
-        <svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>
-      </div>
-      <input id="search" name="q" type="text" maxlength="128" autocomplete="off" tabindex="1">
-      <input type="submit" hidden />
-    </form>
-  </div>
-  <div class="main">
-    <div class="uploaders">
-    </div>
-    <table>
-      <thead>
-        <tr>
-          <th class="cell-name">Name</th>
-          <th class="cell-mtime">Date modify</th>
-          <th class="cell-size">Size</th>
-          <th class="cell-actions">Actions</th>
-        </tr>
-      </thead>
-      <tbody>
-      </tbody>
-    </table>
-  </div>
-  <script>
-    window.addEventListener("DOMContentLoaded", ready);
-  </script>
-</body>
-</html>
\ No newline at end of file
diff --git a/src/static/index.js b/src/static/index.js
deleted file mode 100644 (file)
index e09838c..0000000
+++ /dev/null
@@ -1,191 +0,0 @@
-var $toolbox, $tbody, $breadcrumb, $uploaders, $uploadControl;
-var uploaderIdx = 0;
-var baseDir;
-
-class Uploader {
-  idx = 0;
-  file;
-  $elem;
-  constructor(idx, file) {
-    this.idx = idx;
-    this.file = file;
-  }
-
-  upload() {
-    var { file, idx } = this;
-    var url = getUrl(file.name);
-    if (file.name == baseDir + ".zip") {
-      url += "?unzip";
-    }
-    $uploaders.insertAdjacentHTML("beforeend", `
-  <div class="uploader path">
-    <div><svg height="16" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M6 5H2V4h4v1zM2 8h7V7H2v1zm0 2h7V9H2v1zm0 2h7v-1H2v1zm10-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5z"></path></svg></div>
-    <a href="${url}" id="file${idx}">${file.name} (0%)</a>
-  </div>`);
-    this.$elem = document.getElementById(`file${idx}`);
-
-    var ajax = new XMLHttpRequest();
-    ajax.upload.addEventListener("progress", e => this.progress(e), false);
-    ajax.addEventListener("load", e => this.complete(e), false);
-    ajax.addEventListener("error", e => this.fail(e), false);
-    ajax.addEventListener("abort", e => this.fail(e), false);
-    ajax.open("PUT", url);
-    ajax.send(file);
-  }
-
-  progress(event) {
-    var percent = (event.loaded / event.total) * 100;
-    this.$elem.innerHTML = `${this.file.name} (${percent.toFixed(2)}%)`;
-  }
-
-  complete(event) {
-    this.$elem.innerHTML = `${this.file.name}`;
-  }
-
-  fail(event) {
-    this.$elem.innerHTML = `<strike>${this.file.name}</strike>`;
-  }
-}
-
-function addBreadcrumb(value) {
-  var parts = value.split("/").filter(v => !!v);
-  var len = parts.length;
-  var path = "";
-  for (var i = 0; i < len; i++) {
-    var name = parts[i];
-    if (i > 0) {
-      path  += "/" + name;
-    }
-    if (i === len - 1) {
-      $breadcrumb.insertAdjacentHTML("beforeend", `<b>${name}</b>`);
-      baseDir = name;
-    } else if (i === 0) {
-      $breadcrumb.insertAdjacentHTML("beforeend", `<a href="/"><b>${name}</b></a>`);
-    } else {
-      $breadcrumb.insertAdjacentHTML("beforeend", `<a href="${encodeURI(path)}">${name}</a>`);
-    }
-    $breadcrumb.insertAdjacentHTML("beforeend", `<span class="separator">/</span>`);
-  }
-}
-
-function addPath(file, index) {
-  var url = getUrl(file.name)
-  var actionDelete = "";
-  var actionDownload = "";
-  if (file.path_type.endsWith("Dir")) {
-    actionDownload = `
-    <div class="action-btn">
-      <a href="${url}?zip" title="Download folder as a .zip file">
-        <svg width="16" height="16" viewBox="0 0 16 16"><path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/></svg>
-      </a>
-    </div>`;
-  } else {
-    actionDownload = `
-    <div class="action-btn" >
-      <a href="${url}" title="Download file" download>
-        <svg width="16" height="16" viewBox="0 0 16 16"><path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/></svg>
-      </a>
-    </div>`;
-  }
-  if (!DATA.readonly) {
-    actionDelete = `
-    <div onclick="deletePath(${index})" class="action-btn" id="deleteBtn${index}" title="Delete ${file.name}">
-      <svg width="16" height="16" fill="currentColor"viewBox="0 0 16 16"><path d="M6.854 7.146a.5.5 0 1 0-.708.708L7.293 9l-1.147 1.146a.5.5 0 0 0 .708.708L8 9.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 9l1.147-1.146a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/></svg>
-    </div>`;
-  }
-  var actionCell = `
-  <td class="cell-actions">
-    ${actionDownload}
-    ${actionDelete}
-  </td>`
-
-  $tbody.insertAdjacentHTML("beforeend", `
-<tr id="addPath${index}">
-<td class="path cell-name">
-  <div>${getSvg(file.path_type)}</div>
-  <a href="${url}" title="${file.name}">${file.name}</a>
-</td>
-<td class="cell-mtime">${formatMtime(file.mtime)}</td>
-<td class="cell-size">${formatSize(file.size)}</td>
-${actionCell}
-</tr>`)
-}
-
-async function deletePath(index) {
-  var file = DATA.paths[index];
-  if (!file) return;
-
-  var ajax = new XMLHttpRequest();
-  ajax.open("DELETE", getUrl(file.name));
-  ajax.addEventListener("readystatechange", function() {
-    if(ajax.readyState === 4 && ajax.status === 200) {
-        document.getElementById(`addPath${index}`).remove();
-    }
-  });
-  ajax.send();
-}
-
-function getUrl(name) {
-    var url = location.href.split('?')[0];
-    if (!url.endsWith("/")) url += "/";
-    url += encodeURI(name);
-    return url;
-}
-
-function getSvg(path_type) {
-  switch (path_type) {
-    case "Dir":
-      return `<svg height="16" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z"></path></svg>`;
-    case "File":
-      return `<svg height="16" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M6 5H2V4h4v1zM2 8h7V7H2v1zm0 2h7V9H2v1zm0 2h7v-1H2v1zm10-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5z"></path></svg>`;
-    case "SymlinkDir":
-      return `<svg height="16" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM1 3h5v1H1V3zm6 9v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73C4.86 8.43 5.82 8 7.01 8V6l4 3-4 3H7z"></path></svg>`;
-    default:
-      return `<svg height="16" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM6 4.5l4 3-4 3v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73.73-.84 1.69-1.27 2.88-1.27v-2H6z"></path></svg>`;
-  }
-}
-
-function formatMtime(mtime) {
-  if (!mtime) return ""
-  var date = new Date(mtime);
-  var year = date.getFullYear();
-  var month = padZero(date.getMonth() + 1, 2);
-  var day = padZero(date.getDate(), 2);
-  var hours = padZero(date.getHours(), 2);
-  var minutes = padZero(date.getMinutes(), 2);
-  return `${year}/${month}/${day} ${hours}:${minutes}`;
-}
-
-function padZero(value, size) {
-  return ("0".repeat(size) + value).slice(-1 * size)
-}
-
-function formatSize(size) {
-  if (!size) return ""
-  var sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
-  if (size == 0) return '0 Byte';
-  var i = parseInt(Math.floor(Math.log(size) / Math.log(1024)));
-  return Math.round(size / Math.pow(1024, i), 2) + ' ' + sizes[i];
-}
-
-
-function ready() {
-  $toolbox = document.querySelector(".toolbox");
-  $tbody = document.querySelector(".main tbody");
-  $breadcrumb = document.querySelector(".breadcrumb");
-  $uploaders = document.querySelector(".uploaders");
-
-  addBreadcrumb(DATA.breadcrumb);
-  DATA.paths.forEach((file, index) => addPath(file, index));
-  if (!DATA.readonly) {
-    document.querySelector(".upload-control").classList.remove(["hidden"]);
-    document.getElementById("file").addEventListener("change", e => {
-      var files = e.target.files;
-      for (var file of files) {
-        uploaderIdx += 1;
-        var uploader = new Uploader(uploaderIdx, file);
-        uploader.upload();
-      }
-    });
-  }
-}
\ No newline at end of file