replyform.txt 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <div class='reply form' id='replyform' style='display:inline-block; width:100%'>
  2. <div style='width:95%; margin: 10px auto; display:block;'>
  3. <div style='text-align:right;'>
  4. <form action='status.php' method='post' enctype='multipart/form-data'>
  5. <input type='hidden' id='thread' name='thread' value=':id:'>
  6. <div style='width:100%; text-align:left;'>
  7. <div style='width:100% height:27px;'>
  8. <input type='text' name='spoiler' placeholder='Content Warning (optional)' style='border:none; width:100%;'>
  9. </div>
  10. <textarea name='status' id="status" style='width:100%; height:100px; border:none;'>:content:</textarea>
  11. </div>
  12. <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>
  13. <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>
  14. <div class="buttons">
  15. <div style='float:left;'>
  16. <div style='position:relative;border: 0px; float:left;'>
  17. <input type='submit' value='Send' id='send' onClick='return false'>
  18. </div>
  19. <div class='formbtn fontello' style='position:relative;'>
  20. &#xe818;
  21. <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();">
  22. </div>
  23. <div class='formbtn fontello' style='position:relative;'>
  24. <input type='checkbox' name='sensitive' id='rsensitive' style='display:none;'>
  25. <label for='rsensitive' class='fontello'>&#xe81b;</label>
  26. </div>
  27. <div class='formbtn fontello' id="emoji" style='position:relative; cursor:pointer;'>
  28. &#128540;
  29. </div>
  30. <div class='formbtn fontello' id="contact" style='position:relative; cursor:pointer;'>
  31. &#xf234;
  32. </div>
  33. </div>
  34. <span style='float:left; margin-left:10px;' class='status'>
  35. </span>
  36. <span style='float:right;'>
  37. <select name='scope' id='scope'>
  38. <option id="public" value="1">&#xe83c; Public</option>
  39. <option id="unlisted" value="2">&#xe816; Unlisted</option>
  40. <option id="private" value="3">&#xe819; Private</option>
  41. <option id="direct" value="4">&#xf0e0; Direct</option>
  42. </select>
  43. </span>
  44. </div>
  45. </form>
  46. </div>
  47. <div style="clear: both;"></div>
  48. </div>
  49. </div>