42 lines
1.2 KiB
HTML
42 lines
1.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>
|
|
Dark Web Annotator Options
|
|
</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="options.css">
|
|
</head>
|
|
|
|
<body>
|
|
<body class="vimiumBody">
|
|
<div id="wrapper">
|
|
<header>D3-Annotator - Configuration</header>
|
|
<table id="options">
|
|
<tr>
|
|
<td class="caption"></td>
|
|
<p> <h3>Configure Server </h3></p>
|
|
<p>
|
|
<form method="POST" id="configure" action="options.html">
|
|
API Server: <input type="text" name="server" id="server"><br>
|
|
Username: <input type="text" name="username" id="username"><br>
|
|
Full Name: <input type="text" name="fullname" id="fullname"><br>
|
|
<input type="submit" id="configureButton" name="configure" value="Save">
|
|
</form>
|
|
</p>
|
|
<td>
|
|
|
|
<script src="options.js"></script>
|
|
|
|
<!-- <div>
|
|
Populated from exclusions.html by options.js.
|
|
<div id="exclusionScrollBox">
|
|
</div>
|
|
<button id="exclusionAddButton">Save</button>
|
|
</div> -->
|
|
</td>
|
|
</tr>
|
|
|
|
</body>
|
|
|
|
</html>
|