{% extends 'refonte/base.html.twig' %}
{% block title %}({{ total }}) Journals Found - {% endblock %}
{% block meta_title %}({{ total }}) Journals Found - {% endblock %}
{% block body %}
<style>
.IN-widget{
position: relative;
bottom: 2px;
}
.IN-widget button{
height: 21px !important;
}
.fb-share-button{
height: 21px;
width: 55px;
display: inline-block;
margin: 5px;
}
ol.carousel-indicators li {
background: rgba(225, 227, 221, 0.54);
}
ol.carousel-indicators li.active {
background: #2ebae6;
}
</style>
{# Load Facebook SDK for JavaScript #}
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
{# style="background-color: #f6f6f6" #}
<div class="container-fluid mr-0 ml-0 pr-0 pl-0" style="margin-top: -1%">
<div class=" {% if adv is defined %}vard-advanced{% else %}card-form{% endif %}" style="background: transparent;border: none">
<div class="d-flex flex-column mt-5">
<div class="">
{% include 'refonte/pages/parts/search-form.html.twig' %}
</div>
</div>
</div>
</div>
<div class="mx-0">
<div class="container mx-auto px-2 " id="show-item-container">
{% if results is defined %}
<div class="search-journals-result search-advanced-journals-result" >
<div class="d-flex flex-column justify-content-center" >
<h3 class="text-center text-uppercase">
<b>{{ total }} journal(s) matched your search</b>
</h3>
{% if search is defined %}
<h6 class="text-center font-italic">Journal(s) with :<b>{{ search }}</b> </h6>
{% endif %}
{# <div class="container mx-auto my-2 d-flex justify-content-center align-items-center">
{% include '_includes/pubs/fluid-banner.html.twig' %}
</div>#}
{% if total > 0 %}
{# <div style="overflow-x: scroll !important;">#}
<div>
{% include 'refonte/_includes/journal-datatable.html.twig' with {'journals': results} %}
</div>
{% else %}
<div class="table-responsive">
<table class="table mb-5">
<thead>
<tr>
<th scope="col">No results found ! Adjust your filter and retry</th>
</tr>
</thead>
</table>
</div>
{% endif %}
</div>
<div class="container mx-auto" >
{# <div class="row pub-banner" >
#}{#<div class="col-12 text-center d-desktop ad-banner">
{% include '_includes/pubs/auto-format-google.html.twig' %}
</div>#}{#
</div>#}
</div>
</div>
{% endif %}
</div>
</div>
{% endblock %}
{% block vignetteAd %}
<div class="fixed-pub-area w-100"></div>
{#
{% include '_includes/pubs/custom-vignette-ad.html.twig' %}
#}
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://guidejournal.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=5e1ef322734b56001269b6b7&product=inline-share-buttons' async='async'></script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
{% endblock %}