DIDECT2S/D3-Annotator/popup/save_to_category.html
2021-12-03 17:58:48 +01:00

29 lines
793 B
HTML

<html>
<head>
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<meta charset="UTF-8">
</head>
<body>
<script type="module" src="save_to_category.js"> </script>
<script type="module" src="../auto_store.js"> </script>
<h3>Choose category to save annotations to:</h3>
<p id="main">
<input type="button" id="btn" value="Save to Category">
</p>
<p id="textField">
<h5>Annotation</h5>
<textarea id="annotation"></textarea><br>
<input type="button" id="atn" value="Save Annotation">
</p>
<p id="markedField">
<br>
</p>
<center><input type="button" id="ctn" value="Done"></center>
</body>
</html>