chrome_point_plus/chrome_point_plus/options.html

32 lines
1.0 KiB
HTML

<html>
<head><title>Point Plus options</title></head>
<body style="width: 400px;">
<h2>Point+ options</h2>
<h4>Fancybox pop-up</h4>
<p>
<label><input type="checkbox" id="option-fancybox-images">Use for images</label>
</p>
<p>
<label><input type="checkbox" id="option-fancybox-videos">Use for videos</label>
</p>
<p>
<label><input type="checkbox" id="option-fancybox-posts">Use for post links (including comments)</label>
</p>
<h4>Hotkeys</h4>
<p>
<label><input type="checkbox" id="option-ctrl-enter">Send post and comments by CTRL+Enter</label>
</p>
<br>
<div id="status"></div>
<button id="save">Save</button>
<p>
<a href="https://bitbucket.org/skobkin/chrome_point_plus/issues?status=new&status=open" target="_blank">Send bug report</a>
</p>
</body>
<script src="js/options.js"></script>
</html>