mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-01-15 11:42:04 +01:00
554 lines
16 KiB
HTML
554 lines
16 KiB
HTML
<html>
|
|
<head>
|
|
<title>__MSG_preferences__</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<body>
|
|
<script src="js/systrayx.js"></script>
|
|
|
|
<script src="js/styles.js" stylesheet="css/options.css"></script>
|
|
<script src="js/i18n.js"></script>
|
|
<script src="js/info.js"></script>
|
|
<script src="js/options_accounts.js"></script>
|
|
|
|
<p>
|
|
__MSG_intro_line_1__
|
|
<br />
|
|
<br />
|
|
<a
|
|
href="https://github.com/Ximi1970/systray-x/releases"
|
|
id="VersioHomeLink"
|
|
>__MSG_intro_link__</a
|
|
>
|
|
</p>
|
|
|
|
<br />
|
|
<br />
|
|
<div class="tab">
|
|
<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>
|
|
</div>
|
|
|
|
<div id="WindowsContent" class="tabcontent" style="display: block">
|
|
<form>
|
|
<h3>__MSG_windows__</h3>
|
|
<table id="minimizeselect">
|
|
<caption>
|
|
__MSG_windows_min_options__
|
|
</caption>
|
|
<tr id="minimizedefault">
|
|
<td>
|
|
<input
|
|
type="radio"
|
|
name="minimizeType"
|
|
id="minDefault"
|
|
value="0"
|
|
/>
|
|
<label for="minDefault" id="minimizedefaultlabel"
|
|
>__MSG_windows_min_default__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
<tr id="minimizemethod1">
|
|
<td>
|
|
<input type="radio" name="minimizeType" id="minMeth1" value="1" />
|
|
<label for="minMeth1" id="minimizemethod1label"
|
|
>__MSG_windows_min_to_tray__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table id="closeselect">
|
|
<caption>
|
|
__MSG_windows_close_options__
|
|
</caption>
|
|
<tr id="defaultclosewindows">
|
|
<td>
|
|
<input
|
|
type="radio"
|
|
name="closeType"
|
|
id="closeDefault"
|
|
value="0"
|
|
/>
|
|
<label for="closeDefault" id="defaultclosewindowslabel"
|
|
>__MSG_windows_close_default__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
<tr id="minimizemainclosechildrenwindows">
|
|
<td>
|
|
<input type="radio" name="closeType" id="closeMeth1" value="1" />
|
|
<label for="closeMeth1" id="minimizemainclosechildrenwindowslabel"
|
|
>__MSG_windows_close_1__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
<tr id="minimizeallwindows">
|
|
<td>
|
|
<input type="radio" name="closeType" id="closeMeth2" value="2" />
|
|
<label for="closeMeth2" id="minimizeallwindowslabel"
|
|
>__MSG_windows_close_2__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="inputcheck">
|
|
<input type="checkbox" name="startMinimized" id="startMin" value="" />
|
|
<label for="startMin" id="startMinimizedLabel"
|
|
>__MSG_windows_start_min__</label
|
|
>
|
|
</div>
|
|
<div id="inputcheck">
|
|
<input
|
|
type="checkbox"
|
|
name="restorePositions"
|
|
id="restorePos"
|
|
value=""
|
|
/>
|
|
<label for="restorePos" id="restorePositionsLabel"
|
|
>__MSG_restore_positions_on_startup__</label
|
|
>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<div id="IconContent" class="tabcontent">
|
|
<form name="iconform">
|
|
<h3>__MSG_icons__</h3>
|
|
|
|
<table id="defaulticonselect">
|
|
<caption>
|
|
__MSG_icons_default_options__
|
|
</caption>
|
|
<tr>
|
|
<td>
|
|
<input
|
|
type="radio"
|
|
name="defaultIconType"
|
|
id="defauttTb"
|
|
value="0"
|
|
/>
|
|
<label for="defauttTb" id="defauttTbLabel"
|
|
>__MSG_icons_default_tb__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input
|
|
type="radio"
|
|
name="defaultIconType"
|
|
id="defauttLookThrough"
|
|
value="1"
|
|
/>
|
|
<label for="defauttLookThrough" id="defauttLookThroughLabel"
|
|
>__MSG_icons_default_lookthrough__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input
|
|
type="radio"
|
|
name="defaultIconType"
|
|
id="defaultCustom"
|
|
value="2"
|
|
/>
|
|
<label for="defaultCustom" id="defaultCustomLabel"
|
|
>__MSG_icons_default_custom__</label
|
|
>
|
|
</td>
|
|
<td>
|
|
<img
|
|
id="defaultCustomIconImage"
|
|
height="25"
|
|
width="25"
|
|
align="middle"
|
|
src="icons/Thunderbird.png"
|
|
/>
|
|
</td>
|
|
<td>
|
|
<label
|
|
for="selectedFileDefaultIconType"
|
|
style="-moz-appearance: button"
|
|
}
|
|
>__MSG_icons_default_custom_choose__</label
|
|
>
|
|
<input
|
|
type="file"
|
|
id="selectedFileDefaultIconType"
|
|
accept="image/*"
|
|
style="display: none"
|
|
/>
|
|
</td>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="kdeintegration">
|
|
<div id="inputcheck">
|
|
<input
|
|
type="checkbox"
|
|
name="hideDefaultIcon"
|
|
id="kdeInt"
|
|
value=""
|
|
/>
|
|
<label for="kdeInt" id="kdeIntegrationLabel"
|
|
>__MSG_icons_default_kde_integration__</label
|
|
>
|
|
</div>
|
|
</div>
|
|
|
|
<table id="iconselect">
|
|
<caption>
|
|
__MSG_icons_unread_options__
|
|
</caption>
|
|
<tr>
|
|
<td>
|
|
<input
|
|
type="radio"
|
|
name="iconType"
|
|
id="unreadBlank"
|
|
value="0"
|
|
/><label for="unreadBlank" id="unreadBlankLabel"
|
|
>__MSG_icons_unread_blank__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input
|
|
type="radio"
|
|
name="iconType"
|
|
id="unreadNew"
|
|
value="1"
|
|
/><label for="unreadNew" id="unreadNewLabel"
|
|
>__MSG_icons_unread_new__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input
|
|
type="radio"
|
|
name="iconType"
|
|
id="unreadCustom"
|
|
value="2"
|
|
/><label for="unreadCustom" id="unreadCustomLabel"
|
|
>__MSG_icons_unread_custom__</label
|
|
>
|
|
</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"
|
|
}
|
|
>__MSG_icons_unread_custom_choose__</label
|
|
>
|
|
<input
|
|
type="file"
|
|
id="selectedFileIconType"
|
|
accept="image/*"
|
|
style="display: none"
|
|
/>
|
|
</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input
|
|
type="radio"
|
|
name="iconType"
|
|
id="unreadNo"
|
|
value="3"
|
|
/><label for="unreadNo" id="unreadNoLabel"
|
|
>__MSG_icons_unread_no__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="radio" name="iconType" id="iconTb" value="4" />
|
|
<label for="iconTb" id="iconTbLabel"
|
|
>__MSG_icons_default_tb__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table id="numberprops">
|
|
<caption>
|
|
__MSG_icons_number_options__
|
|
</caption>
|
|
<tr>
|
|
<td>
|
|
<div id="inputcheck">
|
|
<input type="checkbox" name="showNumber" id="showNo" value="" />
|
|
<label for="showNo" id="showNumberLabel"
|
|
>__MSG_icons_number_display__</label
|
|
>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
<tr></tr>
|
|
<tr>
|
|
<td>
|
|
<label for="numberColor">__MSG_icons_number_color__</label>
|
|
<input
|
|
type="color"
|
|
id="numberColor"
|
|
name="numberColor"
|
|
value=""
|
|
/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<label for="numberSize">__MSG_icons_number_size__</label>
|
|
<input
|
|
type="number"
|
|
id="numberSize"
|
|
name="numberSize"
|
|
value="0"
|
|
min="1"
|
|
max="999"
|
|
step="1"
|
|
size="3"
|
|
/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<label for="numberAlignment"
|
|
>__MSG_icons_number_alignment__</label
|
|
>
|
|
<select name="numberAlignment" id="numberAlignment">
|
|
<option value="0">__MSG_icons_number_top_left__</option>
|
|
<option value="1">__MSG_icons_number_top_center__</option>
|
|
<option value="2">__MSG_icons_number_top_right__</option>
|
|
<option value="3">__MSG_icons_number_middle_left__</option>
|
|
<option value="4">__MSG_icons_number_middle_center__</option>
|
|
<option value="5">__MSG_icons_number_middle_right__</option>
|
|
<option value="6">__MSG_icons_number_bottom_left__</option>
|
|
<option value="7">__MSG_icons_number_bottom_center__</option>
|
|
<option value="8">__MSG_icons_number_bottom_right__</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<label>__MSG_icons_number_margins__</label>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input
|
|
type="number"
|
|
id="numberMarginLeft"
|
|
name="numberMarginLeft"
|
|
value="0"
|
|
min="0"
|
|
max="999"
|
|
step="1"
|
|
size="3"
|
|
/>
|
|
<input
|
|
type="number"
|
|
id="numberMarginTop"
|
|
name="numberMarginTop"
|
|
value="0"
|
|
min="0"
|
|
max="999"
|
|
step="1"
|
|
size="3"
|
|
/>
|
|
<input
|
|
type="number"
|
|
id="numberMarginRight"
|
|
name="numberMarginRight"
|
|
value="0"
|
|
min="0"
|
|
max="999"
|
|
step="1"
|
|
size="3"
|
|
/>
|
|
<input
|
|
type="number"
|
|
id="numberMarginBottom"
|
|
name="numberMarginBottom"
|
|
value="0"
|
|
min="0"
|
|
max="999"
|
|
step="1"
|
|
size="3"
|
|
/>
|
|
</td>
|
|
</tr>
|
|
<tr id="counttype">
|
|
<td>
|
|
<label for="countType">__MSG_icons_number_count_type__</label>
|
|
<input
|
|
type="radio"
|
|
name="countType"
|
|
id="numberUnread"
|
|
value="0"
|
|
/>
|
|
<label for="numberUnread"
|
|
>__MSG_icons_number_count_unread__</label
|
|
>
|
|
<input type="radio" name="countType" id="numberNew" value="1" />
|
|
<label for="numberNew">__MSG_icons_number_count_new__</label>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table id="themeselect">
|
|
<caption>
|
|
__MSG_icons_theme__
|
|
</caption>
|
|
<tr id="themeLight">
|
|
<td>
|
|
<input type="radio" name="theme" id="themeLight" value="0" />
|
|
<label for="themeLight" id="themeLightlabel"
|
|
>__MSG_icons_theme_light__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
<tr id="themeDark">
|
|
<td>
|
|
<input type="radio" name="theme" id="themeDark" value="1" />
|
|
<label for="themeDark" id="themeDarklabel"
|
|
>__MSG_icons_theme_dark__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
|
|
<div
|
|
id="defaultIcon"
|
|
data-default-icon-mime=""
|
|
data-default-icon=""
|
|
></div>
|
|
|
|
<div id="icon" data-icon-mime="" data-icon=""></div>
|
|
|
|
<script src="js/options_iconform.js"></script>
|
|
</div>
|
|
|
|
<div id="MailContent" class="tabcontent">
|
|
<form name="mailform">
|
|
<h3>__MSG_accounts__</h3>
|
|
|
|
<ul id="accountsTree"></ul>
|
|
|
|
<br />
|
|
</form>
|
|
|
|
<script src="js/options_mailform.js"></script>
|
|
</div>
|
|
|
|
<div id="DebugContent" class="tabcontent">
|
|
<form name="debugform">
|
|
<h3>__MSG_debug__</h3>
|
|
<table id="storageselect">
|
|
<caption>
|
|
__MSG_system_storage__
|
|
</caption>
|
|
<tr id="storagesync">
|
|
<td>
|
|
<input
|
|
type="radio"
|
|
name="storageType"
|
|
id="storageSync"
|
|
value="0"
|
|
/>
|
|
<label for="storageSync" id="storagesynclabel"
|
|
>__MSG_system_storage_sync__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
<tr id="storagelocal">
|
|
<td>
|
|
<input
|
|
type="radio"
|
|
name="storageType"
|
|
id="storageLocal"
|
|
value="1"
|
|
/>
|
|
<label for="storageLocal" id="storagelocallabel"
|
|
>__MSG_system_storage_local__</label
|
|
>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br />
|
|
<div id="debugselect">
|
|
<div id="inputcheck">
|
|
<input
|
|
type="checkbox"
|
|
name="debug"
|
|
id="debugDisplay"
|
|
value="Debug"
|
|
/><label for="debugDisplay" id="debugDisplayLabel"
|
|
>__MSG_debug_display__</label
|
|
>
|
|
<br />
|
|
</div>
|
|
</div>
|
|
<br />
|
|
</form>
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<table id="buttonselect">
|
|
<tr>
|
|
<form name="saveform">
|
|
<td>
|
|
<label>__MSG_save_preferences__</label>
|
|
</td>
|
|
<td>
|
|
<button type="submit">__MSG_save_preferences_button__</button>
|
|
</td>
|
|
</form>
|
|
</tr>
|
|
<tr>
|
|
<td><br /></td>
|
|
</tr>
|
|
<tr>
|
|
<form name="resetform">
|
|
<td>
|
|
<label>__MSG_reset_preferences__</label>
|
|
</td>
|
|
<td>
|
|
<button type="submit">__MSG_reset_preferences_button__</button>
|
|
</td>
|
|
</form>
|
|
</tr>
|
|
</table>
|
|
|
|
<script src="js/options_tabbutton.js"></script>
|
|
|
|
<script src="options.js"></script>
|
|
</body>
|
|
</html>
|