ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() 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/luckymerchan/code/search/ |
<div class="container"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="/">Home</a></li> <?php echo $txt_breadcrumb;?> </ol> </nav> <div class="row"> <div class="col-md-8"> <?php if(!empty($genres_name)) { ?> <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Genres: <?php echo $genres_name;?></strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close" onclick="location.href='/genres/'"></button> </div> <?php } ?> <div class="row"> <div class="col-sm-3"> <span>Manga status:</span> </div> <div class="col-sm-8"> <ol class="list-inline text-center"> <li class="list-inline-item"> <a href="?act=search&f[status]=all<?php if(isset($f['sortby'])){ echo '&f[sortby]='.$f['sortby'];} ?><?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['status']) and $f['status']=='all'){echo 'active';}?>">All</a> </li> <li class="list-inline-item"> <a href="?act=search&f[status]=complete<?php if(isset($f['sortby'])){ echo '&f[sortby]='.$f['sortby'];} ?><?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['status']) and $f['status']=='complete'){echo 'active';}?>">Complete</a> </li> <li class="list-inline-item"> <a href="?act=search&f[status]=in-process<?php if(isset($f['sortby'])){ echo '&f[sortby]='.$f['sortby'];} ?><?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['status']) and $f['status']=='in-process'){echo 'active';}?>">In process</a> </li> <li class="list-inline-item"> <a href="?act=search&f[status]=pause<?php if(isset($f['sortby'])){ echo '&f[sortby]='.$f['sortby'];} ?><?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['status']) and $f['status']=='pause'){echo 'active';}?>">Pause</a> </li> </ol> </div> </div> <div class="row"> <div class="col-sm-3"> <span>Sort by:</span> </div> <div class="col-sm-9"> <ol class="list-inline"> <li class="list-inline-item"> <a href="?act=search<?php if(isset($f['status'])){ echo '&f[status]='.$f['status'];} ?>&f[sortby]=lastest-chap<?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['sortby']) and $f['sortby']=='lastest-chap'){echo 'active';}?>">Lastest update</a> </li> <li class="list-inline-item"> <a href="?act=search<?php if(isset($f['status'])){ echo '&f[status]='.$f['status'];} ?>&f[sortby]=hot<?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['sortby']) and $f['sortby']=='hot'){echo 'active';}?>">Hot</a> </li> <li class="list-inline-item"> <a href="?act=search<?php if(isset($f['status'])){ echo '&f[status]='.$f['status'];} ?>&f[sortby]=lastest-manga<?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['sortby']) and $f['sortby']=='lastest-manga'){echo 'active';}?>">New</a> </li> <li class="list-inline-item"> <a href="?act=search<?php if(isset($f['status'])){ echo '&f[status]='.$f['status'];} ?>&f[sortby]=top-manga<?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['sortby']) and $f['sortby']=='top-manga'){echo 'active';}?>">Top all</a> </li> <li class="list-inline-item"> <a href="?act=search<?php if(isset($f['status'])){ echo '&f[status]='.$f['status'];} ?>&f[sortby]=top-month<?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['sortby']) and $f['sortby']=='top-month'){echo 'active';}?>">Top month</a> </li> <li class="list-inline-item"> <a href="?act=search<?php if(isset($f['status'])){ echo '&f[status]='.$f['status'];} ?>&f[sortby]=top-week<?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['sortby']) and $f['sortby']=='top-week'){echo 'active';}?>">Top week</a> </li> <li class="list-inline-item"> <a href="?act=search<?php if(isset($f['status'])){ echo '&f[status]='.$f['status'];} ?>&f[sortby]=top-day<?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['sortby']) and $f['sortby']=='top-day'){echo 'active';}?>">Top day</a> </li> <li class="list-inline-item"> <a href="?act=search<?php if(isset($f['status'])){ echo '&f[status]='.$f['status'];} ?>&f[sortby]=follow<?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['sortby']) and $f['sortby']=='follow'){echo 'active';}?>">Follow</a> </li> <li class="list-inline-item"> <a href="?act=search<?php if(isset($f['status'])){ echo '&f[status]='.$f['status'];} ?>&f[sortby]=comment<?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['sortby']) and $f['sortby']=='comment'){echo 'active';}?>">Comment</a> </li> <li class="list-inline-item"> <a href="?act=search<?php if(isset($f['status'])){ echo '&f[status]='.$f['status'];} ?>&f[sortby]=num-chap<?php if(isset($f['genres'])){ echo '&f[genres]='.$f['genres'];} ?><?php if(isset($f['keyword'])){ echo '&f[keyword]='.$f['keyword'];} ?>" class="btn btn-sm btn-secondary <?php if(isset($f['sortby']) and $f['sortby']=='num-chap'){echo 'active';}?>">Num. Chapter</a> </li> </ol> </div> </div> <div class="card"> <div class="card-header"><?php echo $txt_card_title;?> <div class="card-tools"> <a class="text-info" title="Search advanced manga" href="/searchadvance/"> <i class="fas fa-filter"></i> </a> </div> </div> <div class="card-body"> <div class="row"> <?php echo $list;?> </div> </div> <div class="card-footer text-center"> <nav aria-label="Page navigation"> <ul class="pagination justify-content-center"> <?php echo $nav;?> </ul> </nav> </div> </div> </div> <div class="col-md-4"> <div class="card mb-2"> <div class="card-header">Genres</div> <div class="card-body"> <ul class="nav-genres"> <?php echo get_list_genres_left($categories); ?> </ul> </div> </div> </div> </div> </div>