PK qhYJFF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/outtheboxministry.org/themes/g/wowonder/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
Choose File :

Url:
Dir : /home/trave494/outtheboxministry.org/themes/g/wowonder/layout/search/linkedin.phtml

<div class="page-margin">
	<div class="wow_main_float_head searchs new_search">
		<div class="container">
			<h1>
				<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" 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"></path></svg> <?php echo $wo['lang']['search']; ?>
			</h1>
			<div class="wow_search_head wo_job_search_head">
				<div class="wow_srch_fields">
					<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>
					<input type="text" onkeyup="Wo_SearchAll(this.value)" placeholder="<?php echo $wo['lang']['keyword']; ?>" id="search_for_text" value="<?php echo (isset($_GET['query'])) ? Wo_Secure($_GET['query']): '';?>">
				</div>
				<div class="wow_srch_fields">
					<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" 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,5" /></svg>
					<input type="text" onkeyup="Wo_SearchAllCertifications(this.value)" placeholder="<?php echo $wo['lang']['certifications'];?> <?php echo $wo['lang']['keyword']; ?>" id="search_for_certifications">
				</div>
				<div class="wow_srch_fields">
					<div class="dropdown">
						<button id="srch_fltrs" class="btn" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M6,13H18V11H6M3,6V8H21V6M10,18H14V16H10V18Z" /></svg> <?php echo $wo['lang']['filter'];?> <span class="caret"></span></button>
						<ul class="dropdown-menu wow_srch_drp_mnu" aria-labelledby="srch_fltrs">
							<li>
								<?php
									$checked_array = array('full_time' => '',
			                           'contract' => '',
			                           'part_time' => '',
			                           'internship' => '',
			                           'temporary' => '',
			                           'on_site' => '',
			                           'hybrid' => '',
			                           'remote' => '');
									if (!empty($_GET['job_type'])) {
										foreach ($_GET['job_type'] as $key => $value) {
											if (in_array($value, array_keys($checked_array))) {
												$checked_array[$value] = 'checked';
											}
										}
									}
									if (!empty($_GET['workplaces'])) {
										foreach ($_GET['workplaces'] as $key => $value) {
											if (in_array($value, array_keys($checked_array))) {
												$checked_array[$value] = 'checked';
											}
										}
									}
								?>
								<div class="wow_srch_innr_filtr">
									<p><?php echo $wo['lang']['job_types']; ?></p>
									<div class="pp_mat_input">
										<div class="round_check">
											<input type="checkbox" id="full_time" name="job_type[]" value="full_time" <?php echo $checked_array['full_time']; ?>>
											<label for="full_time" class="radio-inline"><?php echo $wo['lang']['full_time']; ?></label>
										</div>
										<div class="round_check">
											<input type="checkbox" id="contract" name="job_type[]" value="contract" <?php echo $checked_array['contract']; ?>>
											<label for="contract" class="radio-inline"><?php echo $wo['lang']['contract']; ?></label>
										</div>
										<div class="round_check">
											<input type="checkbox" id="part_time" name="job_type[]" value="part_time" <?php echo $checked_array['part_time']; ?>>
											<label for="part_time" class="radio-inline"><?php echo $wo['lang']['part_time']; ?></label>
										</div>
										<div class="round_check">
											<input type="checkbox" id="internship" name="job_type[]" value="internship" <?php echo $checked_array['internship']; ?>>
											<label for="internship" class="radio-inline"><?php echo $wo['lang']['internship']; ?></label>
										</div>
										<div class="round_check">
											<input type="checkbox" id="temporary" name="job_type[]" value="temporary" <?php echo $checked_array['temporary']; ?>>
											<label for="temporary" class="radio-inline"><?php echo $wo['lang']['temporary']; ?></label>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="wow_srch_innr_filtr">
									<p><?php echo $wo['lang']['workplaces']; ?></p>
									<div class="pp_mat_input">
										<div class="round_check">
											<input type="checkbox" id="on_site" name="workplaces[]" value="on_site" <?php echo $checked_array['on_site']; ?>>
											<label for="on_site" class="radio-inline"><?php echo $wo['lang']['on_site']; ?></label>
										</div>
										<div class="round_check">
											<input type="checkbox" id="hybrid" name="workplaces[]" value="hybrid" <?php echo $checked_array['hybrid']; ?>>
											<label for="hybrid" class="radio-inline"><?php echo $wo['lang']['hybrid']; ?></label>
										</div>
										<div class="round_check">
											<input type="checkbox" id="remote" name="workplaces[]" value="remote" <?php echo $checked_array['remote']; ?>>
											<label for="remote" class="radio-inline"><?php echo $wo['lang']['remote']; ?></label>
										</div>
									</div>
								</div>
							</li>
							<li>
								<div class="wow_srch_innr_filtr">
									<p><?php echo $wo['lang']['experience']; ?></p>
									<div class="pp_mat_input">
										<div class="select-nearby-users-distance">
											<form>
												<input type="range" class="cusrange" id="nearby-users-distance" name="amountRange" onchange="Wo_SearchExperience();" value="0" min="0" max="40" oninput="this.form.amountInput.value=this.value">
												<input type="number" name="amountInput" min="0" max="40" value="0" oninput="this.form.amountRange.value=this.value" readonly id="cusrange-reader"/>
											</form>
										</div>
									</div>
								</div>
							</li>
						</ul>
					</div>
				</div>
			</div>
			
			<ul class="nav nav-tabs wow_srch_tabs wo_job_search_tabs">
				<li class="round_check">
					<input type="radio" id="search_type_all" name="search_type" value="all" checked>
					<label for="search_type_all">
						<a class="btn btn-mat"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M16 17V19H2V17S2 13 9 13 16 17 16 17M12.5 7.5A3.5 3.5 0 1 0 9 11A3.5 3.5 0 0 0 12.5 7.5M15.94 13A5.32 5.32 0 0 1 18 17V19H22V17S22 13.37 15.94 13M15 4A3.39 3.39 0 0 0 13.07 4.59A5 5 0 0 1 13.07 10.41A3.39 3.39 0 0 0 15 11A3.5 3.5 0 0 0 15 4Z" /></svg> <?php echo $wo['lang']['all'];?></a>
					</label>
				</li>
				<li class="round_check">
					<input type="radio" id="search_type_users" name="search_type" value="users">
					<label for="search_type_users">
						<a class="btn btn-mat"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M16 17V19H2V17S2 13 9 13 16 17 16 17M12.5 7.5A3.5 3.5 0 1 0 9 11A3.5 3.5 0 0 0 12.5 7.5M15.94 13A5.32 5.32 0 0 1 18 17V19H22V17S22 13.37 15.94 13M15 4A3.39 3.39 0 0 0 13.07 4.59A5 5 0 0 1 13.07 10.41A3.39 3.39 0 0 0 15 11A3.5 3.5 0 0 0 15 4Z" /></svg> <?php echo $wo['lang']['users'];?></a>
					</label>
				</li>
				<li class="round_check">
					<input type="radio" id="search_type_pages" name="search_type" value="pages">
					<label for="search_type_pages">
						<a class="btn btn-mat"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M14.4,6L14,4H5V21H7V14H12.6L13,16H20V6H14.4Z" /></svg> <?php echo $wo['lang']['pages'];?></a>
					</label>
				</li>
				<li class="round_check">
					<input type="radio" id="search_type_groups" name="search_type" value="groups">
					<label for="search_type_groups">
						<a class="btn btn-mat"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3A2 2 0 0 0 3 5H5M7 3V5H9V3M11 3V5H13V3M15 3V5H17V3M19 3V5H21A2 2 0 0 0 19 3M3 7V9H5V7M7 7V11H11V7M13 7V11H17V7M19 7V9H21V7M3 11V13H5V11M19 11V13H21V11M7 13V17H11V13M13 13V17H17V13M3 15V17H5V15M19 15V17H21V15M3 19A2 2 0 0 0 5 21V19M7 19V21H9V19M11 19V21H13V19M15 19V21H17V19M19 19V21A2 2 0 0 0 21 19Z" /></svg> <?php echo $wo['lang']['groups'];?></a>
					</label>
				</li>
				<li class="round_check">
					<input type="radio" id="search_type_service" name="search_type" value="service">
					<label for="search_type_service">
						<a class="btn btn-mat"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M11,13.5V21.5H3V13.5H11M12,2L17.5,11H6.5L12,2M17.5,13C20,13 22,15 22,17.5C22,20 20,22 17.5,22C15,22 13,20 13,17.5C13,15 15,13 17.5,13Z" /></svg> <?php echo $wo['lang']['services'];?></a>
					</label>
				</li>
			</ul>
			
		</div>
	</div>
	
	<div class="wow_main_blogs_bg"></div>
	
	<div class="wo_search_page wo_job_search_page">
		<?php
			$array = array('search_type' => 'all');
			if (!empty($_GET['query'])) {
				$array['keyword'] = $_GET['query'];
			}
			$info = LinkedinSearch($array);
			array_multisort( array_column($info, "sort_time"), SORT_DESC, $info );
			if (count($info) > 20) {
				$info = array_slice($info, 0, 20, true);
			}
			
		?>
		<div id="linkedin_data" class="row wow_frnd_usr wo_my_pages">
			<?php
			if (count($info) > 0) {
				foreach ($info as $key => $wo['result']) {
					if ($wo['result']['sort_type'] == 'user') {
						echo Wo_LoadPage('search/linkedin_user_list');
					}
					if ($wo['result']['sort_type'] == 'page') {
						echo Wo_LoadPage('search/linkedin_page_list');
					}
					if ($wo['result']['sort_type'] == 'group') {
						echo Wo_LoadPage('search/linkedin_group_list');
					}
					if ($wo['result']['sort_type'] == 'service') {
						echo Wo_LoadPage('search/linkedin_service_list');
					}
				}
			} else {
				echo '<div class="empty_state"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-octagon"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg> ' . $wo['lang']['no_available_data'] . '</div>';
			}
			?>
		</div>

		<div class="posts_load load-produts">
			<?php if (count($info) > 0): ?>
			<div class="load-more">
				<button class="btn btn-default text-center wo_load_more" onclick="Wo_LoadLinkedin();">
					<span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"></path></svg></span> <?php echo $wo['lang']['load_more'] ?>
				</button>
			</div>
			<?php endif ?>
		</div>
		<div class="clear"></div>
	</div>
</div>

<script>
$('.wow_main_blogs_bg').css('height', ($('.wow_main_float_head').height()) + 'px');

$(document).ready(function() {
	$(document).on('change', "input[name='search_type']", function(event) {
		keyword = $('#search_for_text').val();
		certifications = $('#search_for_certifications').val();
		search_type = $(this).val();
		experience = $('#cusrange-reader').val();
		var job_type = [];
        $("input[name='job_type[]']:checked").each(function(i){
          job_type[i] = $(this).val();
        });
        var workplaces = [];
        $("input[name='workplaces[]']:checked").each(function(i){
          workplaces[i] = $(this).val();
        });
		$.post(Wo_Ajax_Requests_File() + '?f=search_linkedin&mode_type=linkedin', {keyword: keyword,search_type:search_type,certifications:certifications,experience:experience,job_type:job_type,workplaces:workplaces}, function (data) {
			if (data.status == 200) {
				if (data.html.length > 0) {
					$('#linkedin_data').html(data.html);
				} else {
					$('#linkedin_data').html('<div class="empty_state"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-octagon"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg><?php echo $wo['lang']['no_available_data'] ?></div>');
				}
			}
		});
	});
	$(document).on('change', "input[name='job_type[]']", function(event) {
		keyword = $('#search_for_text').val();
		certifications = $('#search_for_certifications').val();
		search_type = $("input[name='search_type']:checked").val();
		experience = $('#cusrange-reader').val();
		var job_type = [];
        $("input[name='job_type[]']:checked").each(function(i){
          job_type[i] = $(this).val();
        });
        var workplaces = [];
        $("input[name='workplaces[]']:checked").each(function(i){
          workplaces[i] = $(this).val();
        });
		$.post(Wo_Ajax_Requests_File() + '?f=search_linkedin&mode_type=linkedin', {keyword: keyword,search_type:search_type,certifications:certifications,experience:experience,job_type:job_type,workplaces:workplaces}, function (data) {
			if (data.status == 200) {
				if (data.html.length > 0) {
					$('#linkedin_data').html(data.html);
				} else {
					$('#linkedin_data').html('<div class="empty_state"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-octagon"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg><?php echo $wo['lang']['no_available_data'] ?></div>');
				}
			}
		});
	});
	$(document).on('change', "input[name='workplaces[]']", function(event) {
		keyword = $('#search_for_text').val();
		certifications = $('#search_for_certifications').val();
		search_type = $("input[name='search_type']:checked").val();
		experience = $('#cusrange-reader').val();
		var workplaces = [];
        $("input[name='workplaces[]']:checked").each(function(i){
          workplaces[i] = $(this).val();
        });
		var job_type = [];
        $("input[name='job_type[]']:checked").each(function(i){
          job_type[i] = $(this).val();
        });
		$.post(Wo_Ajax_Requests_File() + '?f=search_linkedin&mode_type=linkedin', {keyword: keyword,search_type:search_type,certifications:certifications,experience:experience,job_type:job_type,workplaces:workplaces}, function (data) {
			if (data.status == 200) {
				if (data.html.length > 0) {
					$('#linkedin_data').html(data.html);
				} else {
					$('#linkedin_data').html('<div class="empty_state"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-octagon"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg><?php echo $wo['lang']['no_available_data'] ?></div>');
				}
			}
		});
	});
});
function Wo_SearchAll(keyword) {
	search_type = $("input[name='search_type']:checked").val();
	certifications = $('#search_for_certifications').val(); 
	experience = $('#cusrange-reader').val();
	var workplaces = [];
    $("input[name='workplaces[]']:checked").each(function(i){
      workplaces[i] = $(this).val();
    });
	var job_type = [];
    $("input[name='job_type[]']:checked").each(function(i){
      job_type[i] = $(this).val();
    });
	$.post(Wo_Ajax_Requests_File() + '?f=search_linkedin&mode_type=linkedin', {keyword: keyword,search_type:search_type,certifications:certifications,experience:experience,workplaces:workplaces,job_type:job_type}, function (data) {
		if (data.status == 200) {
			if (data.html.length > 0) {
				$('#linkedin_data').html(data.html);
			} else {
				$('#linkedin_data').html('<div class="empty_state"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-octagon"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg><?php echo $wo['lang']['no_available_data'] ?></div>');
			}
		}
	});
}
function Wo_SearchAllCertifications(certifications) {
	keyword = $('#search_for_text').val();
	search_type = $("input[name='search_type']:checked").val();
	experience = $('#cusrange-reader').val();
	var workplaces = [];
    $("input[name='workplaces[]']:checked").each(function(i){
      workplaces[i] = $(this).val();
    });
	var job_type = [];
    $("input[name='job_type[]']:checked").each(function(i){
      job_type[i] = $(this).val();
    });
	$.post(Wo_Ajax_Requests_File() + '?f=search_linkedin&mode_type=linkedin', {keyword: keyword,search_type:search_type,certifications:certifications,experience:experience,workplaces:workplaces,job_type:job_type}, function (data) {
		if (data.status == 200) {
			if (data.html.length > 0) {
				$('#linkedin_data').html(data.html);
			} else {
				$('#linkedin_data').html('<div class="empty_state"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-octagon"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg><?php echo $wo['lang']['no_available_data'] ?></div>');
			}
		}
	});
}
function Wo_SearchExperience() {
	experience = $('#cusrange-reader').val();
	keyword = $('#search_for_text').val();
	search_type = $("input[name='search_type']:checked").val();
	certifications = $('#search_for_certifications').val(); 
	var workplaces = [];
    $("input[name='workplaces[]']:checked").each(function(i){
      workplaces[i] = $(this).val();
    });
	var job_type = [];
    $("input[name='job_type[]']:checked").each(function(i){
      job_type[i] = $(this).val();
    });
	$.post(Wo_Ajax_Requests_File() + '?f=search_linkedin&mode_type=linkedin', {keyword: keyword,search_type:search_type,certifications:certifications,experience:experience,workplaces:workplaces,job_type:job_type}, function (data) {
		if (data.status == 200) {
			if (data.html.length > 0) {
				$('#linkedin_data').html(data.html);
			} else {
				$('#linkedin_data').html('<div class="empty_state"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-octagon"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg><?php echo $wo['lang']['no_available_data'] ?></div>');
			}
		}
	});
}
function Wo_LoadLinkedin() {
	$('.load-produts').html('<div class="white-loading list-group"><div class="cs-loader"><div class="cs-loader-inner"><label> ●</label><label> ●</label><label> ●</label><label> ●</label><label> ●</label><label> ●</label></div></div></div>');
	experience = $('#cusrange-reader').val();
	keyword = $('#search_for_text').val();
	search_type = $("input[name='search_type']:checked").val();
	certifications = $('#search_for_certifications').val();
	offset = $('.linkedin_data:last').attr('data-id');
	var workplaces = [];
    $("input[name='workplaces[]']:checked").each(function(i){
      workplaces[i] = $(this).val();
    });
	var job_type = [];
    $("input[name='job_type[]']:checked").each(function(i){
      job_type[i] = $(this).val();
    });
	$.post(Wo_Ajax_Requests_File() + '?f=search_linkedin&mode_type=linkedin', {keyword: keyword,search_type:search_type,certifications:certifications,experience:experience,workplaces:workplaces,job_type:job_type,offset:offset}, function (data) {
		if (data.status == 200) {
			if (data.html.length > 0) {
				$('.load-produts').html('<div class="load-more"><button class="btn btn-default text-center pointer" onclick="Wo_LoadLinkedin();"><i class="fa fa-arrow-down progress-icon" data-icon="arrow-down"></i> <?php echo $wo['lang']['load_more'] ?></button></div>');
				$('#linkedin_data').append(data.html);
			} else {
				$('.load-produts').html('<div class="load-more"><button class="btn btn-default text-center pointer" onclick="Wo_LoadLinkedin();"><?php echo $wo['lang']['no_available_data'] ?></button></div>');
			}
		}
	});
}
</script>