replyform.txt 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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%; border: 1px solid #ddd; text-align:left;'>
  7. <div style='width:100% height:27px; border-bottom: 1px solid #ddd;'>
  8. <input type='text' name='spoiler' value='Title (optional)' onClick='this.value=""' 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"><span class='close' style='cursor:pointer;'> X </span><div class='emojilist' style='max-height:100px; overflow:auto;'></div></div>
  13. <div class="buttons">
  14. <span style='float:left;'>
  15. <input type='submit' value='Send' id='send' onClick='return false'>
  16. <div class='formbtn fontello' style='position:relative;'>
  17. &#xe818;
  18. <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();">
  19. </div>
  20. <div class='formbtn fontello' style='position:relative;'>
  21. <input type='checkbox' name='sensitive' id='rsensitive' style='display:none;'>
  22. <label for='rsensitive' class='fontello'>&#xe81b;</label>
  23. </div>
  24. <div class='formbtn fontello' id="emoji" style='position:relative; cursor:pointer;'>
  25. &#128540;
  26. </div>
  27. </span>
  28. <span style='float:left; margin-left:10px;' class='status'>
  29. </span>
  30. <span style='float:right;'>
  31. <select name='scope' id='scope'>
  32. <option id="public" value="1">&#xe83c; Public</option>
  33. <option id="unlisted" value="2">&#xe816; Unlisted</option>
  34. <option id="private" value="3">&#xe819; Private</option>
  35. <option id="direct" value="4">&#xf0e0; Direct</option>
  36. </select>
  37. </span>
  38. </div>
  39. </form>
  40. </div>
  41. <div style="clear: both;"></div>
  42. </div>
  43. </div>