chrome_point_plus/chrome_point_plus/options.html

45 lines
1.6 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 (YouTube, ...)</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>
<h4>Look and feel</h4>
<p>
<label><input type="checkbox" id="option-layout-fluid">Fluid layout</label>
</p>
<p>
<label><input type="checkbox" id="option-images-load-original">Load original images instead of thumbnails
</p>
<p>
<label><input type="checkbox" id="option-visual-editor-post">Show visual editor for posts
</p>
<p>
<label><input type="checkbox" id="option-search-with-google">Use Google search in header
</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>