<!-- TODO: peacekim:: this file is not using--> <div class="modal fade profile_modal" id="profileModal1" tabindex="-1" role="dialog" aria-labelledby="profileModal1" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header border-0"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true" style="font-size:40px;">×</span> </button> <div class="profile_desc d-flex flex-row"> <img src="img/noImage.svg" alt="プロフィール画像"> <div class="prifile_name"><span>名前 名前</span></div> </div> </div> <div class="modal-body"> <p> グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループグループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ </p> </div> <div class="modal-footer border-0 justify-content-center"> <button type="button" class="border-0 bg_navy"> <div class="d-flex flex-column"> <span class="star active shopmember_890" onclick="CHAT_UI.favoriteUserChange(890,this)"></span> <span>お気に入り解除</span> </div> </button> <button type="button" class="border-0 bg_green"> <div class="d-flex flex-column"> <div class="img_wrap"> <img src="icon/icon_profile_phone.svg" alt="通話"> </div> <span>通話</span> </div> </button> <button type="button" class="border-0 bg_blue"> <div class="d-flex flex-column"> <div class="img_wrap"> <img src="icon/icon_profile_chat.svg" alt="チャット"> </div> <span>チャット</span> </div> </button> </div> </div> </div> </div>