����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


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/thietkewebvumi.com/admin_new/skin/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/thietkewebvumi.com/admin_new/skin/admin/video.tpl
<h4 class="alert_info"><form action="index.php?act=video" method="post">
    <input type="text" name="mid" 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">{$nav|html_entity_decode}</div>
            <div class="spacer"></div>
        </div>
        </form>

    </div><!-- end of .tab_container -->

</article><!-- end of content manager article -->
    {literal}
    <script type="text/javascript">
        $('#checkall:checkbox').change(function () {
            if($(this).attr("checked")) $('input:checkbox').attr('checked','checked');
            else $('input:checkbox').removeAttr('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="title" />
        </fieldset>


        <fieldset>
            <label>Category</label>
            <select name="cid">
                {$post.show_cid}
            </select>
        </fieldset>

        <fieldset>
            <label>Hình ảnh</label>
            <input  type="text" name="img" value="{$post.img}"/>
        </fieldset>

        <fieldset>
            <label>Play</label>
            <input type="text" name="play" value="{$post.play}" />

        </fieldset>

        <fieldset>
            <label>Mô tả</label>
            <textarea rows="10" name="des">{$post.des}</textarea>

        </fieldset>






    </div>
    <footer>
        <div class="submit_link">
            <input type="hidden" name="id" value="{$post.id}" />
            <input type="submit" name="bsubmit" value=" Lưu " />


        </div>
    </footer>

  </form>
</article><!-- end of post new article -->

{/if}


ZeroDay Forums Mini