12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <div class='reply form' id='replyform' style='display:inline-block; width:100%'>
- <div style='width:95%; margin: 10px auto; display:block;'>
- <div style='text-align:right;'>
- <form action='status.php' method='post' enctype='multipart/form-data'>
- <input type='hidden' id='thread' name='thread' value=':id:'>
- <div style='width:100%; text-align:left;'>
- <div style='width:100% height:27px;'>
- <input type='text' name='spoiler' placeholder='Content Warning (optional)' style='border:none; width:100%;'>
- </div>
- <textarea name='status' id="status" style='width:100%; height:100px; border:none;'>:content:</textarea>
- </div>
- <div style='display:none; clear:both; width:100%; text-align:left;' class='picker'><input type='text' id='emojisearch' placeholder="Type to Search"><div class='emojilist' style='max-height:100px; overflow:auto;'></div></div>
- <div style='display:none; clear:both; width:100%; text-align:left;' class='contactpicker'><input type='text' id='contactsearch' placeholder="Type to Search"><div class='contactlist' style='max-height:100px; overflow:auto; scroll-behavior: smooth;'></div></div>
- <div class="buttons">
- <div style='float:left;'>
- <div style='position:relative;border: 0px; float:left;'>
- <input type='submit' value='Send' id='send' onClick='return false'>
- </div>
- <div class='formbtn fontello' style='position:relative;'>
- 
- <input style='opacity:0; position:absolute; left:0px; top:5px; background-color:yellow;' type='file' id="files_input_field" name='file[]' multiple onchange="upload_files_reply();">
- </div>
- <div class='formbtn fontello' style='position:relative;'>
- <input type='checkbox' name='sensitive' id='rsensitive' style='display:none;'>
- <label for='rsensitive' class='fontello'></label>
- </div>
- <div class='formbtn fontello' id="emoji" style='position:relative; cursor:pointer;'>
- 😜
- </div>
- <div class='formbtn fontello' id="contact" style='position:relative; cursor:pointer;'>
- 
- </div>
- </div>
- <span style='float:left; margin-left:10px;' class='status'>
-
- </span>
- <span style='float:right;'>
- <select name='scope' id='scope'>
- <option id="public" value="1"> Public</option>
- <option id="unlisted" value="2"> Unlisted</option>
- <option id="private" value="3"> Private</option>
- <option id="direct" value="4"> Direct</option>
- </select>
- </span>
- </div>
- </form>
- </div>
- <div style="clear: both;"></div>
- </div>
- </div>
|