���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/vidoe.top/admin_new/skin/admin/ |
<h4 class="alert_info"><form action="index.php?act=video" method="post"> <input type="text" name="fkeyword" value="" /> <input type="submit" name="submita" value="Tìm video" /> </form></h4> {if $status == 'del_success'} <h4 class="alert_success">Xóa video thành công</h4> {/if} {if $status == 'add_success'} <h4 class="alert_success">Thêm video thành công</h4> {/if} {if $status == 'edit_success'} <h4 class="alert_success">Sửa video thành công</h4> {/if} {if $section == 'list'} <script type="text/javascript"> function get_mid(){ if(confirm('Bạn có chắc muốn xóa?')){ $('#form1').submit(); return false; } } </script> <article class="module width_full"> <header><h3 class="tabs_involved"><a href="javascript:void(0);" onclick="get_mid();">Xóa</a> | <a href="index.php?act=video&code=post">Thêm mới</a></h3></header> <input type="checkbox" name="all" id="checkAll" /> Check all <div class="tab_container"> <form action="index.php" method="post" name="post" id="form1"> <input type="hidden" name="act" value="video"> <div id="tab1" class="tab_content"> <a name="video"></a> <table class="tablesorter" cellspacing="0"> <thead> <tr> <th> </th> <th>Tên</th> <th>Tên f</th> <th>Hình</th> <th>Ngày gởi</th> <th>Actions</th> </tr> </thead> <tbody> {if $list} {foreach from=$list key=k item=video} <tr> <td><input type="checkbox" value="{$video.id}" name="mid_for_del[]"></td> <td><a href="index.php?act=video&code=post&id={$video.id}" target="_blank">{$video.title}</a></td> <td><a href="index.php?act=video&code=post&id={$video.id}" target="_blank">{$video.ftitle}</a></td> <td><a href="index.php?act=video&code=post&id={$video.id}" target="_blank"><img src="{$video.img}" width="40" border="0"></a></td> <td>{$video.time}</td> <td><a href="index.php?act=video&code=post&id={$video.id}" target="_blank"><img src="skin/{$skin_folder_admin}/images/icn_edit.png" title="Edit"></a> <a href="index.php?act=video&code=del&id={$video.id}" onclick="return confirm('Bạn có chắc muốn xóa?')"><img src="skin/{$skin_folder_admin}/images/icn_trash.png" title="Trash"></a></td> </tr> {/foreach} {/if} </tbody> </table> <div class="spacer"></div> <div align="center" class="pagination"><ul>{$nav|html_entity_decode}</ul></div> <div class="spacer"></div> </div> </form> </div><!-- end of .tab_container --> </article><!-- end of content manager article --> {literal} <script type="text/javascript"> $("#checkAll").change(function () { $("input:checkbox").prop('checked', $(this).prop("checked")); }); </script> {/literal} {/if} {if $section == 'post'} <article class="module width_full"> <header><h3>Quản lý video</h3></header> <form name="post" action="index.php?act=video&code=post" method="post" enctype="multipart/form-data"> <div class="module_content"> <fieldset> <label>Tiêu đề</label> <input type="text" value="{$post.title|html_entity_decode}" name="f[title]" /> </fieldset> <fieldset> <label>Thể loại</label> <select name="f[theloai]"> {$theloai} </select> </fieldset> <fieldset> <label>Hình ảnh</label> <input type="text" name="f[img]" value="{$post.img}"/> </fieldset> <fieldset> <label>Play</label> <input type="text" name="f[play]" value="{$post.play}" /> </fieldset> <fieldset> <label>Mô tả</label> <textarea rows="10" name="f[des]">{$post.des}</textarea> </fieldset> <fieldset> <label>Độ dài</label> <input type="text" name="f[duration]" value="{$post.duration}" /> </fieldset> <fieldset> <label>Tình trạng</label> {$post.status} </fieldset> </div> <footer> <div class="submit_link"> <input type="hidden" name="f[id]" value="{$post.id}" /> <input type="submit" name="bsubmit" value=" Lưu " /> </div> </footer> </form> </article><!-- end of post new article --> {/if}