summaryrefslogtreecommitdiff
path: root/day9/task5/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'day9/task5/index.html')
-rw-r--r--day9/task5/index.html47
1 files changed, 0 insertions, 47 deletions
diff --git a/day9/task5/index.html b/day9/task5/index.html
deleted file mode 100644
index eca610b..0000000
--- a/day9/task5/index.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<html lang="ru">
-
-<head>
- <meta charset="UTF-8">
- <title>"table_task1" table view</title>
-
- <link rel="stylesheet" href="/static/css/ContentBoxStyle.css">
- <link rel="stylesheet" href="/static/css/FormStyle.css">
- <link rel="stylesheet" href="/static/css/NewEntryStyle.css">
- <link rel="stylesheet" href="/static/css/TableStyle.css">
-</head>
-
-<body onload="onPageLoad()">
- <div id="backgroundTint" class="backgroundTint hidden">
- <div id="contentBox" class="contentBox hidden"></div>
- </div>
-
- <table id="table"></table>
-
- <form action="/api/upload" method="post" enctype="multipart/form-data">
- <input type="file" name="csvFile" id="csvFileInput"
- accept="text/csv" style="display: none;"
- onchange="form.submit()">
- </form>
-
- <button class="fixedButton uploadFileBtn" id="uploadFileBtn"
- onmouseenter="uploadFileOnHover()"
- onmouseleave="uploadFileOnEndHover()"
- onclick="triggerUploadFile()">
- </button>
-
- <button class="fixedButton newEntryBtn" id="newEntryBtn"
- onclick="showCreateForm()"
- onmouseenter="addNewRowOnHover()"
- onmouseleave="addNewRowOnEndHover()">
- +
- </button>
-
- <script src="/static/js/main.js"></script>
- <script src="/static/js/editForm.js"></script>
- <script src="/static/js/utils.js"></script>
- <script src="/static/js/overlayButtonsCallbacks.js"></script>
- <script src="/static/js/tableCallbacks.js"></script>
- <script src="/static/js/config.js"></script>
-</body>
-
-</html> \ No newline at end of file