Skip to content
Snippets Groups Projects
Commit 5da03ebf authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files

add some comments and other minor changes

parent a5c2a2a1
No related branches found
No related tags found
No related merge requests found
<html>
<head>
<meta charset="UTF-8">
<script src="static/bootstrap.js"></script>
<script src="static/jquery-3.6.0.min.js"></script>
<script src="static/main.js"></script>
......@@ -9,12 +10,16 @@
<body>
<h1>Corpus services</h1>
<div class="col lg">
<!-- Corpus selection -->
<div class="row">
<label of="corpus-files">Corpus directory:</label>
<input type="file" class="form-control" id="corpus-files" webkitdirectory mozdirectory msdirectory odirectory
directory>
</div>
<!-- Filtering by file extension -->
<div class="row">
<input type="text" id="file-exts" value="txt">
<label of="file-exts">File filter (by file extensions):</label>
<input type="text" id="file-exts" value="*">
</div>
<div class="row">
<a href="#" class="btn btn-primary" id="send-files">Send files and check data</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment