You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.7 KiB
HTML
78 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>µMatrix — 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;
|
|
}
|
|
#subframe-color-demo {
|
|
margin: 0;
|
|
border: 1px dotted transparent;
|
|
padding: 0;
|
|
display: inline-block;
|
|
position: relative;
|
|
top: 1px;
|
|
width: 2em;
|
|
height: 20px;
|
|
text-align: center;
|
|
vertical-align: baseline;
|
|
background-color: transparent;
|
|
background-size: 10px 10px;
|
|
}
|
|
</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>
|
|
<li style="margin-top:0.5em;">
|
|
<span data-i18n="settingsSubframeColor"></span> <input id="subframe-color" type="color" value="#cc0000">
|
|
 <span data-i18n="settingsSubframeOpacity"></span> <input id="subframe-opacity" type="range" min="0" max="100" value="100">
|
|
 <span id="subframe-color-demo"> </span>
|
|
</ul>
|
|
|
|
<h2 data-i18n="settingsMatrixConvenienceHeader"></h2>
|
|
<ul>
|
|
<li>
|
|
<span data-i18n="settingsMatrixAutoReloadPrompt"></span> <select id="smart-auto-reload">
|
|
<option value="none" data-i18n="settingsMatrixAutoReloadNone">
|
|
<option value="current" data-i18n="settingsMatrixAutoReloadCurrent">
|
|
<option value="all" data-i18n="settingsMatrixAutoReloadAll">
|
|
</select> <button class="whatisthis"></button>
|
|
<div class="whatisthis-expandable para" data-i18n="settingsMatrixAutoReloadInfo"></div>
|
|
</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>
|