[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
e-learning
/
application
/
views
/
default
/
[
Home
]
File: detail-pesan-item.html
<tr id="msg-{{ item_msg.id }}"> <td class="msg-user {{ (msg_flag_new == 1) ? 'msg-flag-new' }}"> <img class="img-msg-user img-polaroid img-circle pull-left" src="{{ item_msg.profil.link_image }}"> <a href="{{ item_msg.profil.link_profil }}">{{ character_limiter(item_msg.profil.nama, 23, '...') }}</a> <br> {% if item_msg.timeago is not empty %} <time class="timeago" datetime="{{ item_msg.timeago }}">{{ item_msg.date }}</time> {% else %} <small>{{ item_msg.date }}</small> {% endif %} </td> <td class="msg-content"> <a class="pull-right" style="margin-left:10px;" href="{{ site_url('message/del/' ~ item_msg.id ~ '/' ~ active_msg_id) }}" onclick="return confirm('Anda yakin ingin menghapus?')"><i class="icon-trash"></i></a> {{ item_msg.content|raw }} </td> </tr>