Files
SysTray-X/webext/options.html

389 lines
11 KiB
HTML
Raw Normal View History

2020-01-05 00:54:40 +01:00
<!DOCTYPE html>
<html>
2020-01-09 21:03:06 +01:00
<head>
<title>SysTray-X Preferences</title>
2020-01-09 21:03:06 +01:00
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<script src="js/styles.js" stylesheet="css/options.css"></script>
<script src="js/i18n.js"></script>
2020-01-09 23:37:33 +01:00
<script src="js/options_accounts.js"></script>
2020-01-24 22:20:30 +01:00
2020-04-04 18:02:35 +02:00
<p>
This addon needs an external application to work. You can get it here:
<br />
<br />
<a
href="https://github.com/Ximi1970/systray-x/releases"
id="VersioHomeLink"
>Download the SysTray-X Companion application here</a
>
</p>
<br />
<br />
2020-01-09 21:03:06 +01:00
<div class="tab">
2020-03-01 22:35:06 +01:00
<button class="tablinks active" id="Windows">__MSG_tab_windows__</button>
<button class="tablinks" id="Icon">__MSG_tab_icon__</button>
<button class="tablinks" id="Mail">__MSG_tab_mail__</button>
<button class="tablinks" id="Debug">__MSG_tab_debug__</button>
2020-01-09 21:03:06 +01:00
</div>
2020-04-04 18:02:35 +02:00
<div id="WindowsContent" class="tabcontent" style="display: block;">
2020-01-09 21:03:06 +01:00
<form>
2020-06-13 20:30:12 +02:00
<h3>__MSG_windows__</h3>
2020-04-07 17:19:02 +02:00
<table id="minimizeselect">
2020-06-03 11:01:42 +02:00
<caption>
2020-06-13 20:30:12 +02:00
<<<<<<< HEAD
2020-08-09 20:24:34 +02:00
Minimize action
2020-06-13 20:30:12 +02:00
=======
__MSG_windows_min_options__
>>>>>>> ec8398d... Update locale
2020-06-03 11:01:42 +02:00
</caption>
<tr id="minimizedefault">
2020-06-13 20:30:12 +02:00
<td id="inputradio">
<input
type="radio"
name="minimizeType"
id="minDefault"
value="0"
/>
<label for="minDefault" id="minimizedefaultlabel"
>&nbsp;__MSG_windows_min_default__</label
><br />
2020-04-07 17:19:02 +02:00
</td>
</tr>
<tr id="minimizemethod1">
2020-06-13 20:30:12 +02:00
<td id="inputradio">
<input type="radio" name="minimizeType" id="minMeth1" value="1" />
<label for="minMeth1" id="minimizemethod1label"
>&nbsp;__MSG_windows_min_to_tray_1__</label
><br />
2020-04-07 17:19:02 +02:00
</td>
</tr>
<tr id="minimizemethod2">
2020-06-13 20:30:12 +02:00
<td id="inputradio">
<input type="radio" name="minimizeType" id="minMeth2" value="2" />
<label for="minMeth2" id="minimizemethod2label"
>&nbsp;__MSG_windows_min_to_tray_2__</label
><br />
2020-04-07 17:19:02 +02:00
</td>
</tr>
</table>
2020-06-28 23:23:12 +02:00
<table id="closeselect">
<caption>
Close action
</caption>
2020-08-02 16:59:53 +02:00
<tr id="defaultclosewindows">
2020-06-28 23:23:12 +02:00
<td>
<input type="radio" name="closeType" value="0" />
2020-08-02 16:59:53 +02:00
<label for="0" id="defaultclosewindowslabel">Default close</label
2020-06-28 23:23:12 +02:00
><br />
</td>
</tr>
2020-08-02 16:59:53 +02:00
<tr id="minimizemainclosechildrenwindows">
2020-06-28 23:23:12 +02:00
<td>
<input type="radio" name="closeType" value="1" />
2020-08-09 20:24:34 +02:00
<label for="1" id="minimizemainclosechildrenwindowslabel"
>Minimize main, close children</label
2020-06-28 23:23:12 +02:00
><br />
</td>
</tr>
<tr id="minimizeallwindows">
<td>
2020-08-02 16:59:53 +02:00
<input type="radio" name="closeType" value="2" />
2020-08-09 20:24:34 +02:00
<label for="2" id="minimizeallwindowslabel"
>Minimize all windows</label
2020-06-28 23:23:12 +02:00
><br />
</td>
</tr>
</table>
2020-06-13 20:30:12 +02:00
<div id="inputcheck">
<input
type="checkbox"
name="startMinimized"
value=""
/>&nbsp;__MSG_windows_start_min__
<br />
</div>
2020-01-09 21:03:06 +01:00
</form>
</div>
<div id="IconContent" class="tabcontent">
<form name="iconform">
2020-06-13 20:30:12 +02:00
<h3>__MSG_icons__</h3>
2020-05-22 22:54:10 +02:00
<table id="defaulticonselect">
<caption>
2020-06-13 20:30:12 +02:00
__MSG_icons_default_options__
2020-05-22 22:54:10 +02:00
</caption>
<tr>
2020-06-13 20:30:12 +02:00
<td id="inputradio">
<input
type="radio"
name="defaultIconType"
id="defauttTb"
value="0"
/>
<label for="defauttTb" id="defauttTbLabel"
>&nbsp;__MSG_icons_default_tb__</label
>
2020-05-22 22:54:10 +02:00
</td>
</tr>
<tr>
2020-06-13 20:30:12 +02:00
<td id="inputradio">
<input
type="radio"
name="defaultIconType"
id="defauttLookThrough"
value="1"
/>
<label for="defauttLookThrough" id="defauttLookThroughLabel"
>&nbsp;__MSG_icons_default_lookthrough__</label
>
2020-05-22 22:54:10 +02:00
</td>
</tr>
<tr>
2020-06-13 20:30:12 +02:00
<td id="inputradio">
<input
type="radio"
name="defaultIconType"
id="defaultCustom"
value="2"
/>
<label for="defaultCustom" id="defaultCustomLabel"
>&nbsp;__MSG_icons_default_custom__</label
>
2020-05-22 22:54:10 +02:00
</td>
<td>
<img
id="defaultCustomIconImage"
height="25"
width="25"
align="middle"
src="icons/Thunderbird.png"
/>
</td>
<td>
<label
for="selectedFileDefaultIconType"
style="-moz-appearance: button;"
}
2020-06-13 20:30:12 +02:00
>__MSG_icons_default_custom_choose__</label
2020-05-22 22:54:10 +02:00
>
<input
type="file"
id="selectedFileDefaultIconType"
accept="image/*"
style="display: none;"
/>
</td>
<td>
&emsp;
</td>
</tr>
</table>
2020-06-07 16:19:39 +02:00
<div id="kdeintegration">
2020-06-13 20:30:12 +02:00
<div id="inputcheck">
<input
type="checkbox"
name="hideDefaultIcon"
value=""
/>&nbsp;__MSG_icons_default_kde_integration__<br />
</div>
2020-06-07 16:19:39 +02:00
</div>
2020-06-03 22:46:46 +02:00
<table id="iconselect">
2020-05-22 22:54:10 +02:00
<caption>
2020-06-13 20:30:12 +02:00
&nbsp;__MSG_icons_unread_options__
2020-05-22 22:54:10 +02:00
</caption>
<tr>
2020-06-13 20:30:12 +02:00
<td id="inputradio">
<input type="radio" name="iconType" id="unreadBlank" value="0" />
<label for="unreadBlank" id="unreadBlankLabel"
>&nbsp;__MSG_icons_unread_blank__</label
>
</td>
</tr>
<tr>
2020-06-13 20:30:12 +02:00
<td id="inputradio">
<input type="radio" name="iconType" id="unreadNew" value="1" />
<label for="unreadNew" id="unreadNewLabel"
>&nbsp;__MSG_icons_unread_new__</label
>
2020-01-24 22:20:30 +01:00
</td>
</tr>
<tr>
2020-06-13 20:30:12 +02:00
<td id="inputradio">
<input type="radio" name="iconType" id="unreadCustom" value="2" />
<label for="unreadCustom" id="unreadCustomLabel"
>&nbsp;__MSG_icons_unread_custom__</label
>
2020-01-24 22:20:30 +01:00
</td>
<td>
<img
id="customIconImage"
height="25"
width="25"
align="middle"
src="icons/blank-icon.png"
/>
</td>
<td>
<label
for="selectedFileIconType"
style="-moz-appearance: button;"
}
2020-06-13 20:30:12 +02:00
>__MSG_icons_unread_custom_choose__</label
2020-01-24 22:20:30 +01:00
>
<input
type="file"
id="selectedFileIconType"
accept="image/*"
2020-04-04 18:02:35 +02:00
style="display: none;"
2020-01-24 22:20:30 +01:00
/>
</td>
2020-04-05 14:39:19 +02:00
<td>
&emsp;
</td>
</tr>
2020-05-27 11:35:10 +02:00
<tr>
2020-06-13 20:30:12 +02:00
<td id="inputradio">
<input type="radio" name="iconType" id="unreadNo" value="3" />
<label for="unreadNo" id="unreadNoLabel"
>&nbsp;__MSG_icons_unread_no__</label
>
</td>
2020-05-27 11:35:10 +02:00
</tr>
2020-04-05 14:39:19 +02:00
</table>
<table id="numberprops">
2020-05-26 22:39:25 +02:00
<caption>
2020-06-13 20:30:12 +02:00
__MSG_icons_number_options__
2020-05-26 22:39:25 +02:00
</caption>
2020-04-05 14:39:19 +02:00
<tr>
<td>
2020-06-13 20:30:12 +02:00
<div id="inputcheck">
<input
type="checkbox"
name="showNumber"
value=""
/>&nbsp;__MSG_icons_number_display__
</div>
2020-05-26 22:39:25 +02:00
</td>
</tr>
<tr>
<td>
&emsp;
</td>
</tr>
<tr></tr>
<tr>
<td>
2020-06-13 20:30:12 +02:00
<label for="numberColor">__MSG_icons_number_color__&nbsp;</label>
2020-04-05 14:39:19 +02:00
<input
type="color"
id="numberColor"
name="numberColor"
value=""
/>
</td>
</tr>
2020-05-26 22:39:25 +02:00
<tr>
<td>
2020-06-13 20:30:12 +02:00
<label for="numberSize">__MSG_icons_number_size__&nbsp;</label>
2020-05-27 11:35:10 +02:00
<input
type="number"
name="numberSize"
value="0"
min="1"
max="999"
step="1"
size="3"
/>
2020-05-26 22:39:25 +02:00
</td>
</tr>
2020-01-24 22:20:30 +01:00
</table>
2020-05-22 22:54:10 +02:00
<table id="countprops" style="display: none;">
<tr>
<td>
2020-06-13 20:30:12 +02:00
<label for="countType"
>__MSG_icons_number_count_type__&nbsp;</label
>
<input
type="radio"
name="countType"
value="0"
/>&nbsp;__MSG_icons_number_count_unread__
<input
type="radio"
name="countType"
value="1"
/>&nbsp;__MSG_icons_number_count_new__
</td>
</tr>
</table>
2020-01-09 21:03:06 +01:00
</form>
2020-05-26 22:39:25 +02:00
<div
id="defaultIcon"
data-default-icon-mime=""
data-default-icon=""
></div>
2020-05-22 22:54:10 +02:00
<div id="icon" data-icon-mime="" data-icon=""></div>
<script src="js/options_iconform.js"></script>
2020-01-09 21:03:06 +01:00
</div>
2020-01-08 14:01:42 +01:00
2020-01-09 21:03:06 +01:00
<div id="MailContent" class="tabcontent">
<form name="mailform">
2020-06-13 20:30:12 +02:00
<h3>__MSG_accounts__</h3>
2020-01-09 21:03:06 +01:00
2020-01-09 23:37:33 +01:00
<ul id="accountsTree"></ul>
2020-04-01 23:33:08 +02:00
<br />
2020-01-24 22:20:30 +01:00
</form>
2020-04-01 23:33:08 +02:00
<script src="js/options_mailform.js"></script>
2020-01-09 21:03:06 +01:00
</div>
2020-01-24 22:20:30 +01:00
2020-02-29 20:36:08 +01:00
<div id="DebugContent" class="tabcontent">
<form name="debugform">
2020-06-13 20:30:12 +02:00
<h3>__MSG_debug__</h3>
2020-02-29 20:36:08 +01:00
<br />
<div id="debugselect">
2020-06-13 20:30:12 +02:00
<div id="inputcheck">
<input
type="checkbox"
name="debug"
id="debugDisplay"
value="Debug"
/>
<label for="debugDisplay" id="debugDisplayLabel"
>&nbsp;__MSG_debug_display__</label
>
<br />
</div>
2020-02-29 20:36:08 +01:00
</div>
<br />
</form>
</div>
2020-01-09 23:46:07 +01:00
<br />
2020-01-09 21:03:06 +01:00
<form name="saveform">
2020-06-13 20:30:12 +02:00
<label>__MSG_save_preferences__</label>
<button type="submit">__MSG_save_preferences_button__</button>
2020-01-09 21:03:06 +01:00
</form>
2020-01-05 23:28:42 +01:00
2020-01-09 21:03:06 +01:00
<script src="js/options_tabbutton.js"></script>
2020-01-08 23:36:19 +01:00
2020-01-09 21:03:06 +01:00
<script src="options.js"></script>
</body>
</html>