blob: aac59954b172321ff326a48afadda1c38421ab10 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title i18n="optionsTitle">TITLE</title>
<link rel="stylesheet" type="text/css" href="options.css">
</head>
<body>
<span i18n="optionsBlacklist"></span><br>
<textarea id="blacklist" rows="8"></textarea><br>
<div class="applets">
<input type="checkbox" id="disableInApplets">
<label i18n="optionsAppletCheckbox" for="disableInApplets"></label><br>
<div class="whitelist">
<span i18n="optionsWhitelist" class="toggled"></span><br>
<textarea id="whitelist" rows="8" class="toggled"></textarea><br>
</div>
</div>
<div id="error">&nbsp;</div>
<a href="" i18n="sendFeedback" id="report_page"></a>
<div class="buttons">
<button i18n="optionsSave" id="done_button"></button>
<button i18n="optionsCancel" id="cancel_button"></button>
</div>
<script src="common.js"></script>
<script src="options.js"></script>
</body>
</html>