28 lines
823 B
HTML
28 lines
823 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title data-message="options_title">Download With Options</title>
|
||
|
<link rel="stylesheet" type="text/css" href="options.css" />
|
||
|
<link rel="icon" type="image/png" href="images/16.png" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<center id=group>
|
||
|
<div><img width=24 height=24 src='images/24.png'> <b>Download With</b><div style='flex-grow: 1;'></div>Options</div>
|
||
|
<hr>
|
||
|
<b>Native Test</b>
|
||
|
<div id=test>
|
||
|
<div id=test_results>Click button to test.</div>
|
||
|
<button id=test_button data-message="test_button">Test</button>
|
||
|
</div>
|
||
|
<b>Executable</b>
|
||
|
<div id=execute>
|
||
|
<input id=exeinput type=text></div>
|
||
|
</div>
|
||
|
<div>Use '%s' in place of the URL.</div>
|
||
|
</center>
|
||
|
<script type="text/javascript" src="common.js"></script>
|
||
|
<script type="text/javascript" src="options.js"></script>
|
||
|
</body>
|
||
|
</html>
|