comparison index.xhtml @ 17:07543f7f5e89

Retrieve and change the default MAM prefs.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 22 Dec 2018 19:42:42 +0100
parents 3eed9fe0bd7c
children 3c02cbced2df
comparison
equal deleted inserted replaced
16:c3e2e0c62486 17:07543f7f5e89
137 <div class="col-sm-4"> 137 <div class="col-sm-4">
138 <h2>Message Archiving</h2> 138 <h2>Message Archiving</h2>
139 </div> 139 </div>
140 <div class="col-sm-8"> 140 <div class="col-sm-8">
141 <p> 141 <p>
142 <label>Which messages to store in your archive? <select id="mam-prefs" disabled=""> 142 <label>Which messages to store in your archive? <select id="mam-default">
143 <option value="always">All messages</option> 143 <option value="always">All messages</option>
144 <option value="never">No messages</option> 144 <option value="never">No messages</option>
145 <option value="roster">Messages from your contacts only</option> 145 <option value="roster">Messages from your contacts only</option>
146 </select></label><br/> 146 </select></label>
147 <img width="24" height="24" id="mam-prefs-spinner" hidden=""/><br/>
147 <table> 148 <table>
148 <tr> 149 <tr>
149 <th>Always:</th> 150 <th>Always:</th>
150 <th>Never:</th> 151 <th>Never:</th>
151 </tr> 152 </tr>
184 <script src="client.js"/> 185 <script src="client.js"/>
185 <script src="nickname.js"/> 186 <script src="nickname.js"/>
186 <script src="avatar.js"/> 187 <script src="avatar.js"/>
187 <script src="pep.js"/> 188 <script src="pep.js"/>
188 <script src="roster.js"/> 189 <script src="roster.js"/>
190 <script src="mam.js"/>
189 191
190 </body> 192 </body>
191 </html> 193 </html>