ÿØÿà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/collect.tpl
<h4 class="alert_info"><form action="index.php?act=collect" method="post">
    <input type="text" name="fkeyword" value="" />
    <input type="submit" name="submita" value="Tìm kiếm" />
</form></h4>
{if $status == 'del_success'}
<h4 class="alert_success">Xóa banner thành công</h4>
{/if}
{if $status == 'add_success'}
<h4 class="alert_success">Thêm banner thành công</h4>
{/if}
{if $status == 'edit_success'}
<h4 class="alert_success">Sửa banner 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=collect&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="collect">
        <div id="tab1" class="tab_content">
            <a name="phim"></a>
            <table class="tablesorter" cellspacing="0">
                <thead>
                <tr>
                    <th> </th>
                    <th>Tên</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=collect}
                <tr>
                    <td><input type="checkbox" value="{$collect.id}" name="mid_for_del[]"></td>
                    <td><a href="index.php?act=collect&code=post&id={$collect.id}" target="_blank">{$collect.title}</a></td>
                    <td><a href="index.php?act=collect&code=post&id={$collect.id}" target="_blank"><img src="../upload/collect/thumb_{$collect.img}" width="50" border="0"></a></td>
                    <td>{$collect.time}</td>

                    <td><a href="index.php?act=collect&code=post&id={$collect.id}" target="_blank"><img src="skin/{$skin_folder_admin}/images/icn_edit.png" title="Edit"></a> <a href="index.php?act=collect&code=del&id={$collect.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ý banner</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="title" />
        </fieldset>
        {if $info.showen == 1}
            <fieldset>
                <label>Tiêu đỠtiếng Anh</label>
                <input type="text" value="{$post.etitle|html_entity_decode}" name="etitle" />
            </fieldset>
        {/if}
        <fieldset>
            <label>Mô tả</label>
            <textarea rows="10" name="des">{$post.des}</textarea>
        </fieldset>
        {if $info.showen == 1}
            <fieldset>
                <label>Mô tả tiếng Anh</label>
                <textarea rows="10" name="edes">{$post.edes}</textarea>
            </fieldset>
        {/if}
        <fieldset>
            <label>Hình ảnh Việt</label>
            <input type="file" name="image1" /> {if $post.img!=''}<img src="../upload/collect/thumb_{$post.img}" width="50" />{/if}
        </fieldset>
        {if $info.showen == 1}
            <fieldset>
                <label>Hình ảnh Anh</label>
                <input type="file" name="image2" /> {if $post.eimg!=''}<img src="../upload/collect/thumb_{$post.eimg}" width="50" />{/if}
            </fieldset>
        {/if}

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

        </fieldset>

        <fieldset>
            <label>Target</label>
            <select name="target" style="width: 50%">
                <option value="_blank" {if $post.target=='_blank'}selected{/if}>-Mở tab mới-</option>
                <option value="_parent" {if $post.target=='_parent'}selected{/if}>-Không mở tab mới-</option>
            </select>
        </fieldset>

        <fieldset>
            <label>Loại banner</label>
            <select name="type">
                <option value="main_banner" {if $post.type=='main_banner'}selected{/if}>Main banner</option>
                <option value="logo" {if $post.type=='logo'}selected{/if}>Logo</option>
                <option value="slogan" {if $post.type=='slogan'}selected{/if}>Slogan</option>
                <option value="top_banner" {if $post.type=='top_banner'}selected{/if}>Top Banner</option>
                <option value="center_banner" {if $post.type=='center_banner'}selected{/if}>Center Banner</option>
            </select>

        </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