| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/chatme24.com/wwwroot/_frameworks/administration/default/ |
Upload File : |
{header}
<div class="block_narrow">
{menu_page}
</div>
<div class="block_main">
<h2>{l_title_current}</h2>
<!-- begin_noitems --><div align="center">{l_no_videos}</div><!-- end_noitems -->
<!-- begin_pages -->
<div class="wrap_bl_pagin">
<div class="wrap_bl_total">{itemsTotal} {l_videos}</div>
<div class="wrap_bl_pager">{pager}</div>
</div>
<!-- end_pages -->
<!-- begin_items -->
<table class="tb">
<tr>
<th class="decor_l"></th>
<th class="center">{l_action}</th>
<th>{l_id}</th>
<th>{l_subject}</th>
<th>{l_user}</th>
<th class="last">{l_dt}</th>
<th class="decor_r"></th>
</tr>
<!-- begin_item -->
<tr class="{item_class}" id="item_{item_id}">
<td class="decor{item_decl}"></td>
<td class="left">
<script type='text/javascript'>
$(document).ready(function(){
$("#delete_{item_id}").click(function() {
if (confirm('{l_are_you_sure}')) {
$.get('{url_main}administration/vids_video_delete_ajax.php?id={item_id}');
$('#item_{item_id}').remove();
}
return false
});
});
</script>
<a href="{url_main}administration/vids_video_edit.php?id={item_id}">{l_edit}</a>
| <a href="#" id="delete_{item_id}">{l_delete}</a>
<!-- begin_item_count_comments -->
| <a href="{url_main}administration/vids_video_comments.php?id={item_id}">{l_comments} {item_count_comments}</a>
<!-- end_item_count_comments -->
<!-- begin_item_not_count_comments -->
| {l_no_comments}
<!-- end_item_not_count_comments -->
</td>
<td>{item_id}</td>
<td>{item_subject}</td>
<td>
{item_user_name}:
<a href="{url_main}administration/vids_user_videos.php?id={item_user_id}">{l_videos}</a>
</td>
<td class="last">{item_dt_time}</td>
<td class="decor{item_decr}"></td>
</tr>
<!-- end_item -->
</table>
<!-- end_items -->
<div class="empty"></div>
</div>
{footer}