180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
|
@ </div>
@ <input type="file" name="file" id="chat-input-file">
@ </div>
@ <div id="chat-drop-details"></div>
@ </div>
@ </div>
@ <div id='chat-user-list-wrapper' class='hidden'>
@ <legend>Active users (sorted by last message time)</legend>
@ <div id='chat-user-list'>
@ <div class='help-buttonlet'>
@ Users who have messages in the currently-loaded list.<br>
@ Tap a user name to filter messages on that user and
@ tap again to clear the filter.
@ </div>
@ </div>
@ </div>
@ <div id='chat-preview' class='hidden chat-view'>
@ <header>Preview: (<a href='%R/md_rules' target='_blank'>markdown reference</a>)</header>
@ <div id='chat-preview-content' class='message-widget-content'></div>
@ <div id='chat-preview-buttons'><button id='chat-preview-close'>Close Preview</button></div>
@ </div>
@ <div id='chat-config' class='hidden chat-view'>
|
<
|
|
|
|
|
>
>
|
>
>
|
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
|
@ </div>
@ <input type="file" name="file" id="chat-input-file">
@ </div>
@ <div id="chat-drop-details"></div>
@ </div>
@ </div>
@ <div id='chat-user-list-wrapper' class='hidden'>
@ <div class='legend'>
@ <span class='help-buttonlet'>
@ Users who have messages in the currently-loaded list.<br><br>
@ <strong>Tap a user name</strong> to filter messages
@ on that user and tap again to clear the filter.<br><br>
@ <strong>Tap the title</strong> of this widget to toggle
@ the list on and off.
@ </span>
@ <span>Active users (sorted by last message time)</span>
@ </div>
@ <div id='chat-user-list'></div>
@ </div>
@ <div id='chat-preview' class='hidden chat-view'>
@ <header>Preview: (<a href='%R/md_rules' target='_blank'>markdown reference</a>)</header>
@ <div id='chat-preview-content' class='message-widget-content'></div>
@ <div id='chat-preview-buttons'><button id='chat-preview-close'>Close Preview</button></div>
@ </div>
@ <div id='chat-config' class='hidden chat-view'>
|