ÿØÿà 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/okanime.top/code/manga/ |
<div class="Body Container follow_manga"> <div class="Content"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="/"><i class="fa fa-home"></i></a></li> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="breadcrumb-item"><a href="/genres/" itemprop="item" style="color:#ad85d9!important;">All anime</a></li> <li class="breadcrumb-item">Follow</li> </ol> </nav> <div class="TpRwCont"> <main> <ul class="nav nav-tabs mb-2"> <li class="nav-item"> <a class="nav-link <?php if($type=='list'){echo 'active';}?>" href="/follow/">All follow</a> </li> <li class="nav-item"> <a class="nav-link <?php if($type=='unread'){echo 'active';}?>" href="/follow/unread/">Not watch</a> </li> </ul> <div class="clear-all-history"><a href="javascript:void(0);" class="delete-already-read-follow"><i class="fas fa-sync"></i> Clear already watched</a></div> <?php if(!empty($list)){ ?> <section> <ul class="MovieList Rows AX A06 B04 C03 E20"> <?php if($type=='list'){ echo $list; } if($type=='unread'){ echo $list_unread; } ?> </ul> </section> <div class="Bot text-center"> <nav aria-label="Page navigation example"> <ul class="pagination"> <?php echo $nav;?> </ul> </nav> </div> <?php }else{ ?> <div class="alert alert-warning alert-dismissible show" role="alert"> <strong>You haven't followed any mangas yet.</strong> To follow the anime, click Follow as shown below:<br/> You should <a href="/login.html">Sign in</a> to access your Followed anime anywhere. <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button> </div> <p class="text-center"> <img src="layout/default/images/follow-tip.png" class="img-fluid"> </p> <?php } ?> </main> <aside class="widget-area" role="complementary"> <?php $txt_history = history_manga(); if(!empty($txt_history)){ ?> <section class="Wdgt" id="showHistory"> <div class="Title">History</div> <ul class="MovieList"> <?php echo $txt_history;?> </ul> </section> <?php } ?> <ul class="nav nav-tabs bg-dark <?php if(!empty($txt_history) or !empty($txt_follow)){echo'mt-2';}?>" id="top_manga" data-bs-theme="dark"> <li class="nav-item"> <a class="nav-link active" href="javascript:void(0);" data-bs-toggle="tab" data-tab-target="topmonth-tab-pane">Top month</a> </li> <li class="nav-item"> <a class="nav-link" href="javascript:void(0);" data-bs-toggle="tab" data-tab-target="topweek-tab-pane">Top week</a> </li> <li class="nav-item"> <a class="nav-link" data-bs-toggle="tab" data-tab-target="topday-tab-pane" href="javascript:void(0);">Top day</a> </li> </ul> <section class="Wdgt my_tab_content" id="topmonth-tab-pane"> <ul class="MovieList mt-2"> <?php echo top_manga_month();?> </ul> </section> <section class="Wdgt my_tab_content" id="topweek-tab-pane"> <ul class="MovieList mt-2"> <?php echo top_manga_week();?> </ul> </section> <section class="Wdgt my_tab_content" id="topday-tab-pane"> <ul class="MovieList mt-2"> <?php echo top_manga_date();?> </ul> </section> <div class="Dvr-300"></div> </aside> </div> </div> </div>