You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
2.0 KiB
61 lines
2.0 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>uMatrix — Settings</title>
|
|
<link rel="stylesheet" type="text/css" href="css/common.css">
|
|
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
|
|
<style>
|
|
div > p:first-child {
|
|
margin-top: 0;
|
|
}
|
|
div > p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
ul {
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
ul > li {
|
|
margin: 0 0 0 1em;
|
|
}
|
|
.dim {
|
|
font-weight: 100;
|
|
color: #888;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2 data-i18n="settingsMatrixDisplayHeader"></h2>
|
|
<ul style="list-style:none">
|
|
<li style="margin-top:0.5em;"><input id="colorBlindFriendly" type="checkbox" data-range="bool"><label data-i18n="settingsMatrixDisplayColorBlind" for="colorBlindFriendly"></label>
|
|
<li style="margin-top:0.5em;"><span data-i18n="settingsMatrixDisplayTextSizePrompt"></span>
|
|
<input type="radio" name="displayTextSize" id="displayTextSizeNormal" value="13px"><label data-i18n="settingsMatrixDisplayTextSizeNormal" for="displayTextSizeNormal"></label>
|
|
<input type="radio" name="displayTextSize" id="displayTextSizeLarge" value="16px"><label data-i18n="settingsMatrixDisplayTextSizeLarge" for="displayTextSizeLarge"></label>
|
|
</ul>
|
|
|
|
<h2 data-i18n="settingsMatrixConvenienceHeader"></h2>
|
|
<ul>
|
|
<li>
|
|
<input id="iconBadgeEnabled" type="checkbox" data-range="bool">
|
|
<label data-i18n="settingsIconBadgeEnabled" for="iconBadgeEnabled"></label>
|
|
<li>
|
|
<input id="collapseBlocked" type="checkbox" data-range="bool">
|
|
<label data-i18n="settingsCollapseBlocked" for="collapseBlocked"></label>
|
|
<li>
|
|
<input id="cloudStorageEnabled" type="checkbox" data-range="bool">
|
|
<label data-i18n="settingsCloudStorageEnabled" for="cloudStorageEnabled"></label>
|
|
</ul>
|
|
|
|
|
|
<script src="js/vapi-common.js"></script>
|
|
<script src="js/vapi-client.js"></script>
|
|
<script src="js/udom.js"></script>
|
|
<script src="js/i18n.js"></script>
|
|
<script src="js/dashboard-common.js"></script>
|
|
<script src="js/settings.js"></script>
|
|
</body>
|
|
|
|
</html>
|