2021-12-03 17:58:48 +01:00

68 lines
2.1 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--- <link rel="stylesheet" type="text/css" href="options.css">--->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!--
<script>
function getStatus(){
/* Read IP from local.storage config later. */
let urlQuery='http://10.1.100.17:8080/api/status';
let xhr = new XMLHttpRequest();
let reponseObj;
xhr.open("GET", urlQuery);
xhr.send(null);
xhr.onprogress = function(event) {
return xhr.response;
}
}
let htmlArray = getStatus();
console.log("htmlArray: " + htmlArray);
/* Print on HTML page. */
document.getElementById("details").innerHTML = "<b>Connected to:</b> 10.1.100.17 <br> <b>Status:</b>"+htmlArray;
</script>-->
<div id="header"><h1>D3-Annotator </h1><span>Configure the dark web annotator</span></div>
<img src="32.png">
<div id="container">
<!--<span id="addBtn">ADD</span>
<span id="clearBtn">CLEAR ALL</span>
<div id="message">Total Links: </div><br>
<div id="message">Sync Links: </div><br>
<div id="message">API Links: </div><br>
<div id="message">Crawler: </div><br> -->
</div>
<p></b>Connection Information</b></p>
<ul>
<li>API Server: 10.1.100.17 </li>
<li>Sync. Server: 193.11.30.200 </li>
<li>Weather: Sunny side up </li>
</ul>
<p></b>Crawler Selection</b></p>
<input type="radio" id="c1" name="crawler" value="Crawler: 1">
<label for="html">Selenium </label><br>
<input type="radio" id="c2" name="crawler" value="Crawler: 2">
<label for="html">Scrapy</label><br>
</div>
<br><br>
<div id="footer">
<span id="versionAndOptions">
<a href="options.html"> Options </a>
</span>
<td valign="top">
<button id="exclusionAddButton">Save</button>
</td>
</div>
</body>
</html>