comparison src/account.html.luan @ 52:c3fabb21b6c4

multi email
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 03 Mar 2025 12:29:06 -0700
parents 38c209714df9
children 8270106644db
comparison
equal deleted inserted replaced
51:38c209714df9 52:c3fabb21b6c4
118 </script> 118 </script>
119 <style> 119 <style>
120 h1 { 120 h1 {
121 text-align: center; 121 text-align: center;
122 } 122 }
123 input[name=username], 123 input[name] {
124 max-width: 100%;
125 }
126 input[name=username] {
127 width: 300px;
128 }
124 input[name=notify_email] { 129 input[name=notify_email] {
125 width: 300px; 130 width: 500px;
126 max-width: 100%;
127 } 131 }
128 input[name=voice] { 132 input[name=voice] {
129 width: 500px; 133 width: 500px;
130 max-width: 100%;
131 } 134 }
132 span[note] { 135 span[note] {
133 font-size: small; 136 font-size: small;
134 } 137 }
135 </style> 138 </style>
162 <dialog edit_notify> 165 <dialog edit_notify>
163 <h2>Edit Notification</h2> 166 <h2>Edit Notification</h2>
164 <form action="javascript:saveNotify()"> 167 <form action="javascript:saveNotify()">
165 <p> 168 <p>
166 <label>Send notifications to</label><br> 169 <label>Send notifications to</label><br>
167 <input type=email name=notify_email><br> 170 <input type=email multiple name=notify_email><br>
168 <span note>Leave blank for no notifications</span> 171 <span note>Leave blank for no notifications. Use <a href="https://pushover.net/">Pushover</a> for app notification.</span>
169 </p> 172 </p>
170 <p> 173 <p>
171 <label clickable> 174 <label clickable>
172 <input type=radio name=multi_notify value=false> 175 <input type=radio name=multi_notify value=false>
173 Notify only for first message 176 Notify only for first message