0byt3m1n1
Path:
/
var
/
www
/
listcrawler.app
/
public_html
/
includes
/
[
Home
]
File: message-modal.php
<div class="modal fade" id="send-message-modal" style="display: block; z-index:-1" > <div class="modal-dialog modal-lg message-box modal-dialog-center" style=""> <form name="send_message" id="send_message"> <div class="modal-content"> <!-- Modal Header --> <!-- Modal body --> <div class="modal-body"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> <h6>Contact this poster:</h6> <div class="form-group mt-3"> <textarea class="form-control" id="message" style="height:150px;overflow:hidden;" name="message" placeholder="Say something nice ;)" required></textarea> </div> <h6 style="margin-top: 26px;">Mobile number:</h6> <div class="form-group"> <input style="color:#6c757d;height: 38px;margin-top: 16px;" type="text" class="form-control" id="mobile_number" placeholder="valid mobile phone" value="" name="mobile_number" required> <small id="emailHelp" class="form-text text-muted">* Shared privately with her only. If available she will <u>text you back</u> directly.</small> </div> <label class="btn btn-outline-info" style="font-size:14px;margin-top: 10px;"> Attach Photo… <input type="file" style="display: none;" name="file" id="file"> </label> <span id="fileupload" class="error" style="font-size:14px;padding-left:10px;display:none;">file attached</span> <input type="hidden" name="list_id" id="list_id" value="<?php echo $list_id; ?>"/> <input type="hidden" name="location_id" id="location_id" value="<?php echo $location_id; ?>"/> </div> <!-- Modal footer --> <div class="modal-footer"> <button type="submit" class="btn btn-list-page" style="height: 46px;width: 170px;padding:0;font-size:0.8rem;" name="send" id="send_message_button">Send message</button> </div> </div> </form> </div> </div>