PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/productjuly1video/champdoms.click/themes/youplay/layout/search/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : //home/trave494/productjuly1video/champdoms.click/themes/youplay/layout/search/content.html |
<div class="content pt_shadow"> <div class="col-md-12"> <div class="upload-head"> <h4 class="page_head"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z" /></svg> {{LANG search_results}}: {{KEYWORD}}<span class="pull-right" onclick="show_search_filter()" id="search_filter" style="margin-left: auto;"><svg style="fill: #fff;" class="feather filter_icon pointer" viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false" class="style-scope yt-icon" ><g class="style-scope yt-icon"> <path d="M0 0h24v24H0z" fill="none" class="style-scope yt-icon"></path> <path d="M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z" class="style-scope yt-icon"></path> </g></svg></span></h4> <div class="vid_srch_filtr" id="filter_settings" style="display: <?php echo (empty($_POST['date']) && empty($_POST['category'])) ? 'none': 'block'?>;"> <form class="search_filter_form row pt_forms" method="POST" action=""> <div class="form-group col-lg-4"> <label class="col-md-12 bold" for="type">{{LANG upload_date}}</label> <div class="col-md-12"> <div> <label for="date_last_hour"> <input onchange="ChangePage()" type="radio" name="date" id="date_last_hour" value="last_hour" <?php echo (isset($_POST['date']) && $_POST['date'] == 'last_hour') ? 'checked': ''?>> <span>{{LANG last_hour}}</span> </label> </div> <div> <label for="date_today"> <input onchange="ChangePage()" type="radio" name="date" id="date_today" value="today" <?php echo (isset($_POST['date']) && $_POST['date'] == 'today') ? 'checked': ''?>> <span>{{LANG today}}</span> </label> </div> <div> <label for="date_this_week"> <input onchange="ChangePage()" type="radio" name="date" id="date_this_week" value="this_week" <?php echo (isset($_POST['date']) && $_POST['date'] == 'this_week') ? 'checked': ''?>> <span>{{LANG this_week}}</span> </label> </div> <div> <label for="date_this_month"> <input onchange="ChangePage()" type="radio" name="date" id="date_this_month" value="this_month" <?php echo (isset($_POST['date']) && $_POST['date'] == 'this_month') ? 'checked': ''?>> <span>{{LANG this_month}}</span> </label> </div> <div> <label for="date_this_year"> <input onchange="ChangePage()" type="radio" name="date" id="date_this_year" value="this_year" <?php echo (isset($_POST['date']) && $_POST['date'] == 'this_year') ? 'checked': ''?>> <span>{{LANG this_year}}</span> </label> </div> </div> </div> <div class="form-group col-lg-8"> <label class="col-md-12 bold" for="type">{{LANG categories}}</label> <div class="col-md-12"> <?php foreach($pt->categories as $key => $category) { ?> <div class="col-md-4 no-padding-left"> <label for="category_<?php echo $key; ?>"> <input onchange="ChangePage()" type="checkbox" name="category[]" id="category_<?php echo $key; ?>" value="<?php echo $key; ?>" <?php echo (isset($_POST['category']) && in_array($key, $_POST['category'])) ? 'checked': ''?>> <span><?php echo $category; ?></span> </label> </div> <?php } ?> </div> </div> <div class="clear"></div> <div class="last-sett-btn modal-footer" style="margin: 0px 0 -7px"> <button id="submit" name="submit" class="btn btn-main setting-panel-mdbtn">{{LANG search}}</button> </div> </form> </div> <div class="clear"></div> <hr> </div> <div class="videos-latest-list row"> {{VIDEOS}} </div> <?php if ($pt->total_pages > 1) { ?> <div> <hr> <div class="pull-left showing_pages"> <?php echo "Showing $pt->page_number out of " . $pt->total_pages; ?> </div> <div class="pull-right"> <nav class="showing_nav"> <ul class="pagination"> <li> <a href="javascript:void(0)" class="waves-effect" title='First Page' onclick="GoToPage(1)"> <i class="material-icons">first_page</i> </a> </li> <?php if ($pt->page_number > 1) { ?> <li> <a href="javascript:void(0)" onclick="GoToPage(<?php echo($pt->page_number - 1) ?>)" class="waves-effect" title='Previous Page'> <i class="material-icons">chevron_left</i> </a> </li> <?php } ?> <?php $nums = 0; $nums_pages = ($pt->page_number > 3) ? ($pt->page_number - 3) : $pt->page_number; for ($i=$nums_pages; $i <= $pt->total_pages; $i++) { if ($nums < 4) { ?> <li class="<?php echo ($pt->page_number == $i) ? 'active' : ''; ?>"><a href="javascript:void(0)" onclick="GoToPage(<?php echo($i); ?>)" class="waves-effect"><?php echo $i ?></a></li> <?php } $nums++; } ?> <?php if ($pt->total_pages > $pt->page_number) { ?> <li> <a href="javascript:void(0)" onclick="GoToPage(<?php echo ($pt->page_number + 1); ?>)" class="waves-effect" title="Next Page"> <i class="material-icons">chevron_right</i> </a> </li> <?php } ?> <li> <a href="javascript:void(0)" onclick="GoToPage(<?php echo($pt->total_pages) ?>)" class="waves-effect" title='Last Page'> <i class="material-icons">last_page</i> </a> </li> </ul> </nav> </div> </div> <?php } ?> <?php if (count($pt->videos) > 0 && empty($_GET['is_channel'])) { ?> <!-- <div class="watch-video-show-more desc load-more" data-type="search" data-keyword="{{KEYWORD}}" data-by-category="{{CAT}}" data-by-date="<?php echo($_POST['date']); ?>"> {{LANG show_more}} </div> --> <?php } ?> <div class="clear"></div> </div> <div class="clear"></div> </div> <?php if (!empty($pt->users )) { ?> <div class="content pt_shadow"> <div class="col-md-12"> <div class="upload-head"> <h4 class="page_head"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M16,13C15.71,13 15.38,13 15.03,13.05C16.19,13.89 17,15 17,16.5V19H23V16.5C23,14.17 18.33,13 16,13M8,13C5.67,13 1,14.17 1,16.5V19H15V16.5C15,14.17 10.33,13 8,13M8,11A3,3 0 0,0 11,8A3,3 0 0,0 8,5A3,3 0 0,0 5,8A3,3 0 0,0 8,11M16,11A3,3 0 0,0 19,8A3,3 0 0,0 16,5A3,3 0 0,0 13,8A3,3 0 0,0 16,11Z" /></svg> {{LANG channels}}</h4> <hr> </div> <div class=" row"> {{USERS}} </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <?php } ?> <script type="text/javascript"> function ChangePage() { $('.search_filter_form').attr('action', "{{LINK search}}<?php echo(!empty($_GET['keyword']) ? '?keyword='.$_GET['keyword'] : '') ?>&page_id=1"); } function GoToPage(page_id) { $('.search_filter_form').attr('action', "{{LINK search}}<?php echo(!empty($_GET['keyword']) ? '?keyword='.$_GET['keyword'] : '') ?>&page_id="+page_id); $('#submit').click(); } function show_search_filter() { if ($('#filter_settings').is(":hidden")) { $('#filter_settings').slideDown('slow'); } else{ $('#filter_settings').slideUp('slow'); } } </script>