abdurahman_argoebie

model chat

Sep 26th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.14 KB | None | 0 0
  1. '<li class="chat-body">
  2.                                 <ul class="collection">
  3.                                     <li class="collection-item display-flex avatar pl-5 pb-0" data-target="slide-out-chat">
  4.                                         <span class="avatar-status avatar-online avatar-50">
  5.                                             <img src="'.$chat->foto.'" alt="avatar" />
  6.                                         </span>
  7.                                         <div class="user-content speech-bubble">
  8.                                             <p class="medium-small">hello!</p>
  9.                                         </div>
  10.                                     </li>
  11.                                     <li class="collection-item display-flex avatar justify-content-end pl-5 pb-0" data-target="slide-out-chat">
  12.                                         <div class="user-content speech-bubble-right">
  13.                                             <p class="medium-small">How can we help? We\'re here for you!</p>
  14.                                         </div>
  15.                                     </li>
  16.                                 </ul>
  17.                             </li>
  18.                             <li class="center-align chat-footer">
  19.                                 <form class="col s12" onsubmit="slide_out_chat()" action="javascript:void(0);">
  20.                                     <div class="input-field">
  21.                                         <input id="icon_prefix" type="text" class="search" />
  22.                                         <label for="icon_prefix">Type here..</label>
  23.                                         <a onclick="slide_out_chat()"><i class="material-icons prefix">send</i></a>
  24.                                     </div>
  25.                                 </form>
  26.                             </li>';
Add Comment
Please, Sign In to add comment