���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/clients.dominiquerickard.com/app/Views/projects/comments/comment_list.php
���ѧ٧ѧ�
<?php foreach ($comments as $comment) { $type = "project"; $type_id = $comment->project_id; if ($comment->file_id) { $type = "file"; $type_id = $comment->file_id; } else if ($comment->task_id) { $type = "task"; $type_id = $comment->task_id; } else if ($comment->customer_feedback_id) { $type = "customer_feedback"; $type_id = $comment->customer_feedback_id; } ?> <div id="prject-comment-container-<?php echo $type . "-" . $comment->id; ?>" class="comment-container b-b <?php echo "comment-" . $type; ?>"> <div class="d-flex"> <div class="flex-shrink-0 comment-avatar"> <span class="avatar <?php echo ($type === "project") ? " avatar-sm" : " avatar-xs"; ?> "> <img src="<?php echo get_avatar($comment->created_by_avatar); ?>" alt="..." /> </span> </div> <div class="w-100 ps-2"> <div class="mb5"> <?php if ($comment->user_type === "staff") { echo get_team_member_profile_link($comment->created_by, $comment->created_by_user, array("class" => "dark strong")); } else { echo get_client_contact_profile_link($comment->created_by, $comment->created_by_user, array("class" => "dark strong")); } ?> <small><span class="text-off"><?php echo format_to_relative_time($comment->created_at); ?></span></small> <?php if ($login_user->is_admin || $comment->created_by == $login_user->id) { ?> <span class="float-end dropdown comment-dropdown"> <div class="text-off dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="true" > <i data-feather="chevron-down" class="icon-16 clickable"></i> </div> <ul class="dropdown-menu dropdown-menu-end" role="menu"> <li role="presentation"><?php echo ajax_anchor(get_uri("projects/delete_comment/$comment->id"), "<i data-feather='x' class='icon-16'></i> " . app_lang('delete'), array("class" => "dropdown-item", "title" => app_lang('delete'), "data-fade-out-on-success" => "#prject-comment-container-$type-$comment->id")); ?> </li> </ul> </span> <?php } ?> <span class="float-end comment-like-top"> <?php if (isset($comment->like_status)) { $like_icon = $comment->like_status ? "thumbs-up" : "thumbs-up"; $like_icon_fill = $comment->like_status ? "icon-fill-secondary" : ""; echo ajax_anchor(get_uri("projects/like_comment/" . $comment->id), "<i data-feather='$like_icon' class='icon-14 $like_icon_fill'></i> " . app_lang('like') . " ", array("class" => "mr5 like-button", "data-real-target" => "#comment-like-container-$comment->id")); } ?> </span> </div> <p class="text-break"><?php echo convert_mentions($comment->description); ?></p> <div class="comment-image-box clearfix"> <?php $files = unserialize($comment->files); $total_files = count($files); echo view("includes/timeline_preview", array("files" => $files)); ?> <div class="mb15 clearfix"> <?php if (isset($comment->like_status)) { ?> <span id="comment-like-container-<?php echo $comment->id; ?>"> <?php echo view("projects/comments/like_comment", array("comment" => $comment)); ?> </span> <?php } ?> <?php $can_reply = false; if ($type === "project" || $type === "customer_feedback") { $can_reply = true; echo ajax_anchor(get_uri("projects/comment_reply_form/" . $comment->id . "/" . $type . "/" . $type_id), "<i data-feather='corner-up-left' class='icon-16'></i> " . app_lang('reply'), array("data-real-target" => "#reply-form-container-" . $comment->id)); } ?> <?php $reply_caption = ""; if ($comment->total_replies == 1) { $reply_caption = app_lang("reply"); } else if (($comment->total_replies > 1)) { $reply_caption = app_lang("replies"); } if ($reply_caption) { echo ajax_anchor(get_uri("projects/view_comment_replies/" . $comment->id), "<i data-feather='message-circle' class='icon-16'></i> " . app_lang("view") . " " . $comment->total_replies . " " . $reply_caption, array("class" => "btn btn-default btn-xs view-replies", "id" => "show-replies-" . $comment->id, "data-remove-on-success" => "#show-replies-" . $comment->id, "data-real-target" => "#reply-list-" . $comment->id)); } //create link for reply success. trigger this link after submit any reply echo ajax_anchor(get_uri("projects/view_comment_replies/" . $comment->id), "", array("class" => "hide", "id" => "reload-reply-list-button-" . $comment->id, "data-real-target" => "#reply-list-" . $comment->id)); if ($total_files) { $download_caption = app_lang('download'); if ($total_files > 1) { $download_caption = sprintf(app_lang('download_files'), $total_files); } if (!$can_reply) { echo "<i data-feather='paperclip' class='icon-16'></i>"; } echo anchor(get_uri("projects/download_comment_files/" . $comment->id), $download_caption, array("class" => "float-end", "title" => $download_caption)); } ?> </div> </div> <div id="reply-list-<?php echo $comment->id; ?>"></div> <div id="reply-form-container-<?php echo $comment->id; ?>"></div> </div> </div> </div> <?php } ?> <script> $(document).ready(function () { $(".like-button").click(function () { var $icon = $(this).find("svg"); $icon.toggleClass("icon-fill-secondary"); }); }); </script>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.09 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�