2017-06-16 17:29:56 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2018-06-19 09:56:04 -05:00
|
|
|
<title data-i18n-text="Symphony - Configure Notification Position"></title>
|
2017-06-16 17:29:56 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="./configure-notification-position.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="content">
|
|
|
|
<header class="header">
|
2018-06-19 09:56:04 -05:00
|
|
|
<span class="header__title" data-i18n-text="Notification Settings"></span>
|
2017-06-16 17:29:56 -05:00
|
|
|
</header>
|
|
|
|
<div class="form">
|
|
|
|
<form>
|
2018-06-19 09:56:04 -05:00
|
|
|
<label class="label" data-i18n-text="Monitor"></label>
|
2017-06-16 17:29:56 -05:00
|
|
|
<div id="screens" class="main">
|
2018-06-19 09:56:04 -05:00
|
|
|
<label data-i18n-text="Notification shown on Monitor: "></label>
|
2017-08-24 02:51:02 -05:00
|
|
|
<select class="selector" id="screen-selector" title="position">
|
2017-06-16 17:29:56 -05:00
|
|
|
</select>
|
|
|
|
</div>
|
2018-06-19 09:56:04 -05:00
|
|
|
<label class="label" data-i18n-text="Position"></label>
|
2017-06-16 17:29:56 -05:00
|
|
|
<div class="main">
|
|
|
|
<div class="first-set">
|
|
|
|
<div class="radio">
|
|
|
|
<label class="radio__label"><input id="upper-left" type="radio" name="position" value="upper-left">
|
2018-06-19 09:56:04 -05:00
|
|
|
<span data-i18n-text="Top Left"></span>
|
2017-06-16 17:29:56 -05:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="radio">
|
|
|
|
<label class="radio__label">
|
|
|
|
<input id="lower-left" type="radio" name="position" value="lower-left">
|
2018-06-19 09:56:04 -05:00
|
|
|
<span data-i18n-text="Bottom Left"></span>
|
2017-06-16 17:29:56 -05:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="second-set">
|
|
|
|
<div class="radio">
|
2018-06-19 09:56:04 -05:00
|
|
|
<label class="radio__label"><span data-i18n-text="Top Right"></span>
|
2017-06-16 17:29:56 -05:00
|
|
|
<input id="upper-right" type="radio" name="position" value="upper-right">
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="radio">
|
2018-06-19 09:56:04 -05:00
|
|
|
<label class="radio__label"><span data-i18n-text="Bottom Right"></span>
|
2017-06-16 17:29:56 -05:00
|
|
|
<input id="lower-right" type="radio" name="position" value="lower-right">
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<footer class="footer">
|
|
|
|
<div class="buttonLayout">
|
2018-06-19 09:56:04 -05:00
|
|
|
<button id="cancel" class="buttonDismiss" data-i18n-text="CANCEL"></button>
|
|
|
|
<button id="ok-button" class="button" data-i18n-text="OK"></button>
|
2017-06-16 17:29:56 -05:00
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|