����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/vidoe.top/admin_new/skin/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/vidoe.top/admin_new/skin/admin/news.tpl
<h4 class="alert_info"><form action="index.php?act=news" method="post">
    <input type="text" name="fkeyword" value="" />
    <input type="submit" name="submita" value="Tìm tin" />
</form></h4>
{if $status == 'del_success'}
<h4 class="alert_success">Xóa tin thành công</h4>
{/if}
{if $status == 'add_success'}
<h4 class="alert_success">Thêm tin thành công</h4>
{/if}
{if $status == 'edit_success'}
<h4 class="alert_success">Sửa tin thành công</h4>
{/if}
{if $section == 'list'}
<script type="text/javascript">
    function get_mid(type){
        switch(type){
            case 'del':
                if(confirm('Bạn có chắc muốn xóa?')){
                    $('#type').attr('value','del');
                    $('#form1').submit();
                    return false;
                }
            break;
            default:
                $('#type').attr('value',type);
                $('#form1').submit();
                return false;
            break;
        }
    }
</script>
<article class="module width_full">
    <header><h3 class="tabs_involved"><a href="javascript:void(0);" onclick="get_mid('del');">Xóa</a> |
        <a href="javascript:void(0);" onclick="get_mid('active');">Kích hoạt</a> |  <a href="javascript:void(0);" onclick="get_mid('deactive');">Bỏ kích hoạt</a> | <a href="javascript:void(0);" onclick="get_mid('hot');">Nổi bật</a> | <a href="javascript:void(0);" onclick="get_mid('dehot');">Bỏ nổi bật</a> | <a href="index.php?act=news&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="news">
            <input type="hidden" id="type" name="type" value="">
        <div id="tab1" class="tab_content">
            <a name="news"></a>
            <table class="tablesorter" cellspacing="0">
                <thead>
                <tr>
                    <th> </th>
                    <th>Tiêu đề</th>
                    <th>Hình</th>
                    <th>Ngày gửi</th>
                    <th>Kích hoạt</th>
                    <th>Nổi bật</th>
                    <th>Actions</th>
                </tr>
                </thead>


                <tbody>
                {if $list}
                    {foreach from=$list key=k item=news}
                <tr>
                    <td><input type="checkbox" value="{$news.id}" name="mid_for_del[]"></td>
                    <td><a href="index.php?act=news&code=post&id={$news.id}" target="_blank">{$news.title}</a></td>
                    <td><a href="index.php?act=news&code=post&id={$news.id}" target="_blank"><img src="{$news.img}" width="30" border="0"></a></td>
                    <td>{$news.time}</td>
                    <td>{if $news.status==1}<img src="skin/{$skin_folder_admin}/images/icn_alert_success.png" title="Đang hoạt động">{else}<img src="skin/{$skin_folder_admin}/images/icn_alert_info.png" title="Chưa kích hoạt">{/if}</td>
                    <td>{if $news.noibat==1}<img src="skin/{$skin_folder_admin}/images/icn_alert_success.png" title="Nổi bật">{else}<img src="skin/{$skin_folder_admin}/images/icn_alert_warning.png" title="Không nổi bật">{/if}</td>
                    <td><a href="index.php?act=news&code=post&id={$news.id}" target="_blank"><img src="skin/{$skin_folder_admin}/images/icn_edit.png" title="Sửa"></a> <a href="index.php?act=news&code=del&id={$news.id}" onclick="return confirm('Bạn có chắc muốn xóa?')"><img src="skin/{$skin_folder_admin}/images/icn_trash.png" title="Xóa"></a> <a href="../index.php?act=news&code=detail&id={$news.id}"><img src="skin/{$skin_folder_admin}/images/icn_search.png" title="Xem trước"></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").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ý tin tức</h3></header>
 <form name="post" id="post" action="" 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>Ảnh tin tức</label>
            <input type="text" value="{$post.img}" name="f[img]" />
        </fieldset>

        <fieldset>
            <label>Category</label>
            <select name="f[theloai]">
               {$theloai}
            </select>
        </fieldset>

        <fieldset>
            <label>Mô tả tin tức</label>
            <textarea rows="5" name="f[intro]">{$post.intro}</textarea>
        </fieldset>

        <div class="module_content">
            <h3>Nội dung chi tiết:</h3>
            <p>{$post.body}</p>
        </div>
        <fieldset>
            <label>Tags</label>
            <input type="text" value="{$post.tags}" name="f[tags]" />
        </fieldset>


        <fieldset style="width:48%; float:left; margin-right: 3%;">
            <label>Kích hoạt ?</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}

ZeroDay Forums Mini