<!DOCTYPE html>
<html>
<head>
<title>AAM</title>
<meta charset="UTF-8">
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui">
<link href="css/style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<h1><img class="aam-icon"><span>Automatic Actions Management (AAM) Settings</span><img class="aam-icon"></h1>
<div style="text-align:center;" id="settings-table">
<table cellspacing='0'>
<thead>
<tr>
<th>Target URL</th>
<th>Selector Or Script</th>
<th>Document state</th>
<th>Event type</th>
<th>Repeat</th>
<th>Timeout (ms)</th>
<th>On-Off</th>
<th>Remove</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="input-popup-overlay">
<div class="input-popup">
<h1><span>File name: </span><input style="text" id="save-name"></h1>
<textarea id="save-data"></textarea>
<button id="save-file" class="btn btn-blue">Save to file</button>
<button id="close" class="btn btn-orange">Close</button>
</div>
</div>
<button id="save" class="btn btn-blue">Save all</button>
<button id="add" class="btn btn-green">Add row</button>
<script src="js/onFunctionsJS.js"></script>
<script src="js/options.js"></script>
</body>
</html>
|