Optimierung Darstellungen, kleine Bugs,
SS-Sudan twig im Content
This commit is contained in:
parent
e741dddfc1
commit
54fc46ace4
29 changed files with 377 additions and 18095 deletions
|
|
@ -84,7 +84,6 @@
|
|||
</script>
|
||||
{% block stylesheets %}
|
||||
{% endblock stylesheets %}
|
||||
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js" async></script>
|
||||
|
|
@ -139,14 +138,21 @@
|
|||
{% endblock %}
|
||||
<!-- START CONTENT -->
|
||||
<div class="row" id="order_row">
|
||||
<div id="show_sterntours_video_full" class="col-md-12" style="display: none;">
|
||||
</div>
|
||||
<div id="content" class="col-xs-12 col-sm-12 col-md-9 col-md-push-3 order_sec">
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
<div id="sidebar" class="col-xs-12 col-sm-12 col-md-3 col-md-pull-9 order_first">
|
||||
|
||||
{% if site_loading is defined and page is defined %}
|
||||
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': page})) }}
|
||||
{% else %}
|
||||
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': 'default'})) }}
|
||||
{% if site_loading is defined %}
|
||||
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': null, 'search_form': search_form})) }}
|
||||
{% else %}
|
||||
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': 'default'})) }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
<span aria-hidden="true"><i class="fa fa-times"></i></span>
|
||||
</button>
|
||||
<h4 class="modal-title">Abflugorte / Zuschläge</h4>
|
||||
<h4 class="modal-title text-left">Abflugorte / Zuschläge</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<table class="table">
|
||||
<table class="table table-modal">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align: left; width: 80%">Ort</th>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
{% if search_form is defined %}
|
||||
{{ include('default/components/sidebar/searchSidebarWidget.html.twig') }}
|
||||
{{ include('default/components/sidebar/searchSidebarWidgetInner.html.twig') }}
|
||||
|
||||
{# #WORKAROUND Overriding this block doesn't work, probably due to a Symfony bug, see ttSearch.html.twig #}
|
||||
{% elseif tt_search_form is defined %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,24 @@
|
|||
{% form_theme search_form 'default/form/theme.html.twig' %}
|
||||
<div class="widget clearfix">
|
||||
<div class="widget-title">
|
||||
<a class="collapse-widget" href="#search-widget" data-toggle="collapse">{{ slider_title }}</a>
|
||||
<a class="collapse-widget" href="#search-widget" data-toggle="collapse">Suche</a>
|
||||
</div><!-- end title -->
|
||||
<div class="searchwidget collapse in" id="search-widget">
|
||||
<form action="/suche" method="get" class="searchform row st-search-form">
|
||||
|
||||
|
||||
<div class="form-group col-md-12">
|
||||
{{ form_field_pho(search_form.c, 'Reiseziel') }}
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-12">
|
||||
<label for="b" style="display: none"></label>
|
||||
{{ form_field_pho(search_form.b, 'Anreise') }}
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-12 form-bottom">
|
||||
<label for="e" style="display: none"></label>
|
||||
{{ form_field_pho(search_form.e, 'Abreise') }}
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group col-md-12 col-sm-12 col-xs-12 text-center form-bottom">
|
||||
<button type="submit" class="btn btn-primary btn-block">Angebote suchen</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
</div><!-- end boxwidget -->
|
||||
</div>
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<td class="{{ dayState.getCssClass }} {% if dayState.isBookable %}active{% endif %}">
|
||||
{% if dayState.isBookable %}
|
||||
{% if dayState.isPastDate %}
|
||||
<div style="padding: 8px"><del style="color:#989898;">{{ dayState.day }}</del></div>
|
||||
<div><del style="color:#989898;">{{ dayState.day }}</del></div>
|
||||
{% else %}
|
||||
<a href="{{ page.urlPath }}/buchen?pnr={{ dayState.price.id }}&fd={{ dayState.day < 10 ? '0':'' }}{{dayState.day}}{{ calendar_month['monthNumber'] < 10 ? '0':'' }}{{calendar_month['monthNumber']}}{{calendar_month['year']}}"
|
||||
rel="nofollow" class="table-link"
|
||||
|
|
@ -41,9 +41,9 @@
|
|||
|
||||
{% else %}
|
||||
{% if dayState.isPastDate %}
|
||||
<div style="padding: 8px"><del style="color:#989898;">{{ dayState.day }}</del></div>
|
||||
<div><del style="color:#989898;">{{ dayState.day }}</del></div>
|
||||
{% else %}
|
||||
<div style="padding: 8px">{{ dayState.day }}</div>
|
||||
<div>{{ dayState.day }}</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -338,7 +338,7 @@
|
|||
|
||||
<g id="Sonnendeck">
|
||||
<g id="sonnendeck-1_">
|
||||
<a xlink:href="/aegypten_reisen_catalog/sonnendeck-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/sonnendeck-nilschiff-ss-sudan"
|
||||
xlink:alt="Sonnendeck" xlink:title="Sonnendeck" class="{% if(tour_id == 32) %} active {% endif %}">
|
||||
<rect id="sonnendeck-1_1_" x="350" y="70" class="st2" width="300" height="120"/>
|
||||
<rect x="360" y="110" class="st3" width="280" height="40"/>
|
||||
|
|
@ -346,7 +346,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="bruecke-1_">
|
||||
<a xlink:href="/aegypten_reisen_catalog/bruecke-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/bruecke-nilschiff-ss-sudan"
|
||||
xlink:alt="Brücke" xlink:title="Brücke" class="{% if(tour_id == 31) %} active {% endif %}">
|
||||
<rect id="bruecke-1_1_" x="140" y="70" class="st2" width="210" height="120"/>
|
||||
<rect x="150" y="110" class="st3" width="190" height="40"/>
|
||||
|
|
@ -569,7 +569,7 @@
|
|||
|
||||
<g id="Oberdeck">
|
||||
<g id="cabin-1">
|
||||
<a xlink:href="/aegypten_reisen_catalog/agatha-christie-suite-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/agatha-christie-suite-nilschiff-ss-sudan"
|
||||
xlink:alt="Suite 1 Agatha Christie" xlink:title="Suite 1 Agatha Christie" class="{% if(tour_id == 1) %} active {% endif %}">
|
||||
<polygon id="cabin-1_1_" onclick="test" class="st2"
|
||||
points="140,60 140,130 210,130 210,40"/>
|
||||
|
|
@ -578,7 +578,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-2">
|
||||
<a xlink:href="/aegypten_reisen_catalog/lady-duff-gordon-suite-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/lady-duff-gordon-suite-nilschiff-ss-sudan"
|
||||
xlink:alt="Suite 2 Lady Duff Gordon" xlink:title="Suite 2 Lady Duff Gordon" class="{% if(tour_id == 2) %} active {% endif %}">
|
||||
<polygon id="cabin-2_1_" class="st2" points="140,130 140,200 210,220 210,130"/>
|
||||
<rect x="160" y="150" class="st3" width="30" height="40"/>
|
||||
|
|
@ -586,7 +586,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-3">
|
||||
<a xlink:href="/aegypten_reisen_catalog/hercule-poirot-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/hercule-poirot-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 3 Hercule Poirot" xlink:title="Kabine 3 Hercule Poirot" class="{% if(tour_id == 3) %} active {% endif %}">
|
||||
<rect id="cabin-3_1_" x="210" y="70" class="st2" width="70" height="60"/>
|
||||
<rect x="230" y="80" class="st3" width="30" height="40"/>
|
||||
|
|
@ -594,7 +594,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-4">
|
||||
<a xlink:href="/aegypten_reisen_catalog/gustave-flaubert-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/gustave-flaubert-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 4 Gustave Flaubert" xlink:title="Kabine 4 Gustave Flaubert" class="{% if(tour_id == 4) %} active {% endif %}">
|
||||
<rect id="cabin-4_1_" x="210" y="130" class="st2" width="70" height="60"/>
|
||||
<rect x="230" y="140" class="st3" width="30" height="40"/>
|
||||
|
|
@ -602,7 +602,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-5">
|
||||
<a xlink:href="/aegypten_reisen_catalog/herodote-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/herodote-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 5 Herodote" xlink:title="Kabine 5 Herodote" class="{% if(tour_id == 5) %} active {% endif %}">
|
||||
<rect id="cabin-5_1_" x="280" y="70" class="st2" width="70" height="60"/>
|
||||
<rect x="300" y="80" class="st3" width="30" height="40"/>
|
||||
|
|
@ -610,7 +610,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-6">
|
||||
<a xlink:href="/aegypten_reisen_catalog/vivant-denon-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/vivant-denon-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 6 Vivant Denon" xlink:title="Kabine 6 Vivant Denon" class="{% if(tour_id == 6) %} active {% endif %}">
|
||||
<rect id="cabin-6_1_" x="280" y="130" class="st2" width="70" height="60"/>
|
||||
<rect x="300" y="140" class="st3" width="30" height="40"/>
|
||||
|
|
@ -618,7 +618,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-7">
|
||||
<a xlink:href="/aegypten_reisen_catalog/yacoubian-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/yacoubian-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 7 Yacoubian" xlink:title="Kabine 7 Yacoubian" class="{% if(tour_id == 7) %} active {% endif %}">
|
||||
<rect id="cabin-7_1_" x="350" y="70" class="st2" width="70" height="60"/>
|
||||
<rect x="370" y="80" class="st3" width="30" height="40"/>
|
||||
|
|
@ -626,7 +626,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-8">
|
||||
<a xlink:href="/aegypten_reisen_catalog/le-roi-farouk-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/le-roi-farouk-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 8 Le roi Farouk" xlink:title="Kabine 8 Le roi Farouk" class="{% if(tour_id == 8) %} active {% endif %}">
|
||||
<rect id="cabin-8_1_" x="350" y="130" class="st2" width="70" height="60"/>
|
||||
<rect x="370" y="140" class="st3" width="30" height="40"/>
|
||||
|
|
@ -634,7 +634,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-9">
|
||||
<a xlink:href="/aegypten_reisen_catalog/mariette-auguste-pacha-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/mariette-auguste-pacha-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 9 Mariette Auguste Pacha" xlink:title="Kabine 9 Mariette Auguste Pacha" class="{% if(tour_id == 9) %} active {% endif %}">
|
||||
<rect id="cabin-9_1_" x="420" y="70" class="st2" width="70" height="60"/>
|
||||
<rect x="440" y="80" class="st3" width="30" height="40"/>
|
||||
|
|
@ -642,7 +642,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-10">
|
||||
<a xlink:href="/aegypten_reisen_catalog/gerard-de-nerval-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/gerard-de-nerval-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 10 Gerard de Nerval" xlink:title="Kabine 10 Gerard de Nerval" class="{% if(tour_id == 10) %} active {% endif %}">
|
||||
<rect id="cabin-10_1_" x="420" y="130" class="st2" width="70" height="60"/>
|
||||
<rect x="430" y="140" class="st3" width="50" height="40"/>
|
||||
|
|
@ -650,7 +650,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-11">
|
||||
<a xlink:href="/aegypten_reisen_catalog/ferdinand-de-lesseps-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/ferdinand-de-lesseps-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 11 Ferdinand de Lesseps" xlink:title="Kabine 11 Ferdinand de Lesseps" class="{% if(tour_id == 11) %} active {% endif %}">
|
||||
<rect id="cabin-11_1_" x="510" y="70" class="st2" width="70" height="60"/>
|
||||
<rect x="520" y="80" class="st3" width="50" height="40"/>
|
||||
|
|
@ -658,7 +658,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-12">
|
||||
<a xlink:href="/aegypten_reisen_catalog/david-roberts-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/david-roberts-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 12 David Roberts" xlink:title="Kabine 12 David Roberts" class="{% if(tour_id == 12) %} active {% endif %}">
|
||||
<rect id="cabin-12_1_" x="510" y="130" class="st2" width="70" height="60"/>
|
||||
<rect x="520" y="140" class="st3" width="50" height="40"/>
|
||||
|
|
@ -674,7 +674,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-14">
|
||||
<a xlink:href="/aegypten_reisen_catalog/alexandre-le-grand-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/alexandre-le-grand-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 14 Alexandre le Grand" xlink:title="Kabine 14 Alexandre le Grand" class="{% if(tour_id == 14) %} active {% endif %}">
|
||||
<rect id="cabin-14_1_" x="580" y="130" class="st2" width="70" height="60"/>
|
||||
<rect x="590" y="140" class="st3" width="50" height="40"/>
|
||||
|
|
@ -682,7 +682,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-17">
|
||||
<a xlink:href="/aegypten_reisen_catalog/le-venitien-inconnu-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/le-venitien-inconnu-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 17 Le vènitien inconnu" xlink:title="Kabine 17 Le vènitien inconnu" class="{% if(tour_id == 17) %} active {% endif %}">
|
||||
<rect id="cabin-17_1_" x="650" y="70" class="st2" width="70" height="60"/>
|
||||
<rect x="660" y="80" class="st3" width="50" height="40"/>
|
||||
|
|
@ -690,7 +690,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-16">
|
||||
<a xlink:href="/aegypten_reisen_catalog/howard-carter-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/howard-carter-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 16 Howard Carter" xlink:title="Kabine 16 Howard Carter" class="{% if(tour_id == 16) %} active {% endif %}">
|
||||
<rect id="cabin-16_1_" x="650" y="130" class="st2" width="70" height="60"/>
|
||||
<rect x="660" y="140" class="st3" width="50" height="40"/>
|
||||
|
|
@ -698,7 +698,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-19">
|
||||
<a xlink: href="/aegypten_reisen_catalog/reine-victoria-suite-nilschiff-ss-sudan.html"
|
||||
<a xlink: href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/reine-victoria-suite-nilschiff-ss-sudan"
|
||||
xlink:alt="Suite 19 Suite Reine Victoria" xlink:title="Suite 19 Suite Reine Victoria" class="{% if(tour_id == 19) %} active {% endif %}">
|
||||
<polygon id="cabin-19_1_" class="st2" points="720,70 720,130 790,130 780,70"/>
|
||||
<rect x="730" y="80" class="st3" width="50" height="40"/>
|
||||
|
|
@ -706,7 +706,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-18">
|
||||
<a xlink:href="/aegypten_reisen_catalog/suite-18-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/suite-18-nilschiff-ss-sudan"
|
||||
xlink:alt="Suite 18 Suite Aida" xlink:title="Suite 18 Suite Aida" class="{% if(tour_id == 18) %} active {% endif %}">
|
||||
<polygon id="cabin-18_1_" class="st2" points="720,130 720,190 780,190 790,130"/>
|
||||
<rect x="730" y="140" class="st3" width="50" height="40"/>
|
||||
|
|
@ -929,7 +929,7 @@
|
|||
|
||||
<g id="Hauptdeck">
|
||||
<g id="restaurant-1">
|
||||
<a xlink:href="/aegypten_reisen_catalog/restaurant-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/restaurant-nilschiff-ss-sudan"
|
||||
xlink:alt="Restaurant" xlink:title="Restaurant" class="{% if(tour_id == 34) %} active {% endif %}">
|
||||
<rect id="restaurant-1_1_" x="500" y="70" class="st2" width="250" height="120"/>
|
||||
<rect x="510" y="110" class="st3" width="230" height="40"/>
|
||||
|
|
@ -937,7 +937,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="bar-1">
|
||||
<a xlink:href="/aegypten_reisen_catalog/bar-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/bar-nilschiff-ss-sudan"
|
||||
xlink:alt="Bar" xlink:title="Bar" class="{% if(tour_id == 33) %} active {% endif %}">
|
||||
<rect id="bar-1_1_" x="390" y="70" class="st2" width="110" height="120"/>
|
||||
<rect x="400" y="110" class="st3" width="90" height="40"/>
|
||||
|
|
@ -953,7 +953,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-23">
|
||||
<a xlink:href="/aegypten_reisen_catalog/jean-francois-champollion-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/jean-francois-champollion-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 23 Jean-Francois Champollion" xlink:title="Kabine 23 Jean-Francois Champollion" class="{% if(tour_id == 23) %} active {% endif %}">
|
||||
<rect id="cabin-23_1_" x="210" y="70" class="st2" width="70" height="60"/>
|
||||
<rect x="220" y="80" class="st3" width="50" height="40"/>
|
||||
|
|
@ -969,7 +969,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-24">
|
||||
<a xlink:href="/aegypten_reisen_catalog/samuel-shepheard-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/samuel-shepheard-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 24 Samuel Shepheard" xlink:title="Kabine 24 Samuel Shepheard" class="{% if(tour_id == 24) %} active {% endif %}">
|
||||
<rect id="cabin-24_1_" x="280" y="70" class="st2" width="70" height="60"/>
|
||||
<rect x="290" y="80" class="st3" width="50" height="40"/>
|
||||
|
|
@ -977,7 +977,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="cabin-22">
|
||||
<a xlink:href="/aegypten_reisen_catalog/geoffroy-st-hilaire-kabine-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/geoffroy-st-hilaire-kabine-nilschiff-ss-sudan"
|
||||
xlink:alt="Kabine 22 Geoffroy St Hilaire" xlink:title="Kabine 22 Geoffroy St Hilaire" class="{% if(tour_id == 22) %} active {% endif %}">
|
||||
<rect id="cabin-22_1_" x="280" y="130" class="st2" width="70" height="60"/>
|
||||
<rect x="290" y="140" class="st3" width="50" height="40"/>
|
||||
|
|
@ -1201,7 +1201,7 @@
|
|||
|
||||
<g id="Unterdeck">
|
||||
<g id="kueche-1">
|
||||
<a xlink:href="/aegypten_reisen_catalog/kueche-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/kueche-ss-sudan"
|
||||
xlink:alt="Küche" xlink:title="Küche" class="{% if(tour_id == 36) %} active {% endif %}">
|
||||
<rect id="kueche-1_1_" x="500" y="70" class="st2" width="250" height="120"/>
|
||||
<rect x="510" y="110" class="st3" width="230" height="40"/>
|
||||
|
|
@ -1209,7 +1209,7 @@
|
|||
</a>
|
||||
</g>
|
||||
<g id="maschinenraum-1">
|
||||
<a xlink:href="/aegypten_reisen_catalog/maschinenraum-nilschiff-ss-sudan.html"
|
||||
<a xlink:href="/aegypten-reisen/nilkreuzfahrt/nilschiff-ss-sudan/maschinenraum-nilschiff-ss-sudan"
|
||||
xlink:alt="Maschinenraum" xlink:title="Maschinenraum" class="{% if(tour_id == 35) %} active {% endif %}">
|
||||
<rect id="maschinenraum-1_1_" x="170" y="70" class="st2" width="310" height="120"/>
|
||||
<rect x="180" y="110" class="st3" width="290" height="40"/>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,48 @@
|
|||
|
||||
{% block body %}
|
||||
<section class="clearfix">
|
||||
{{ page.content|raw|keywords|lozad }}
|
||||
{% if(page.travelGuideContentId) %}
|
||||
<div class="wrapper-nav-tabs">
|
||||
<ul class="nav nav-tabs nav-justified list-nav-tabs">
|
||||
<li class="active">
|
||||
<a href="#travel_guide_short_content" aria-controls="travel_guide_short_content" role="tab" data-toggle="tab">
|
||||
Kurzer Inhalt
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#travel_guide_long_content" aria-controls="travel_guide_long_content" role="tab" data-toggle="tab">
|
||||
Langer Inhalt
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="tab-content">
|
||||
<div role="tabpanel" class="tab-pane active" id="travel_guide_short_content">
|
||||
{{ page.content|raw|keywords|lozad }}
|
||||
</div>
|
||||
<div role="tabpanel" class="tab-pane" id="travel_guide_long_content">
|
||||
{{ travel_guide_content.fullText|raw|keywords|lozad }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="wrapper-nav-tabs">
|
||||
<ul class="nav nav-tabs nav-justified list-nav-tabs">
|
||||
<li class="active">
|
||||
<a href="#travel_guide_short_content" aria-controls="travel_guide_short_content" role="tab" data-toggle="tab">
|
||||
Kurzer Inhalt
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#travel_guide_long_content" aria-controls="travel_guide_long_content" role="tab" data-toggle="tab">
|
||||
Langer Inhalt
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
{% else %}
|
||||
{{ page.content|raw|keywords|lozad }}
|
||||
{% endif %}
|
||||
</section>
|
||||
<hr>
|
||||
{% if( page.children is not empty) %}
|
||||
|
|
|
|||
|
|
@ -14,38 +14,38 @@
|
|||
<div class="content-copy">
|
||||
<h1>{{ travel_program.title|default(page.pagetitle)|default(page.title) }}</h1>
|
||||
|
||||
{#
|
||||
********* SLIDER *********
|
||||
#}
|
||||
|
||||
{% if travel_program.lowestPrice > 0 %}
|
||||
<div class="price-over-slider">
|
||||
<div class="cprice">ab {{ travel_program.lowestPrice|number_format }} € p.P.</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if travel_program.sliderInfo is not empty %}
|
||||
<div class="price-over-slider next-over">
|
||||
<div class="cprice">{{ travel_program.sliderInfo|raw }}</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if travel_program.travelDates is not empty %}
|
||||
<div class="pull-right btn-over-slider">
|
||||
<button type="button"
|
||||
class="btn btn-primary btn-lg border-radius st-slider-booking-btn" id="st-slider-booking-events-scroll">
|
||||
Termine <i class="fa fa-star faa-burst animated" style="margin-top: -5px"></i> Preise
|
||||
</button>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="pull-right btn-over-slider btn-over-slider-bottom">
|
||||
<a href="{{ page.slug }}/pdf" title="Reisebeschreibung als PDF herunterladen"
|
||||
class="btn btn-primary btn-sm border-radius st-slider-booking-btn st-slider-booking-btn-bottom">
|
||||
<i class="fa fa-print" style="margin-top: -3px;"></i> Katalogseite zum Drucken
|
||||
</a>
|
||||
</div>
|
||||
<section class="section fullscreen background padding-0 margin-bottom-20">
|
||||
<div class="in-section-holder">
|
||||
{% if travel_program.lowestPrice > 0 %}
|
||||
<div class="price-over-slider">
|
||||
<div class="cprice">ab {{ travel_program.lowestPrice|number_format }} € p.P.</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if travel_program.sliderInfo is not empty %}
|
||||
<div class="price-over-slider next-over">
|
||||
<div class="cprice">{{ travel_program.sliderInfo|raw }}</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if travel_program.travelDates is not empty %}
|
||||
<div class="pull-right btn-over-slider">
|
||||
<button type="button"
|
||||
class="btn btn-primary btn-lg border-radius st-slider-booking-btn" id="st-slider-booking-events-scroll">
|
||||
Termine <i class="fa fa-star faa-burst animated" style="margin-top: -5px"></i> Preise
|
||||
</button>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="pull-right btn-over-slider btn-over-slider-bottom">
|
||||
<a href="{{ page.slug }}/pdf" title="Reisebeschreibung als PDF herunterladen"
|
||||
class="btn btn-primary btn-sm border-radius st-slider-booking-btn st-slider-booking-btn-bottom">
|
||||
<i class="fa fa-print" style="margin-top: -3px;"></i> Katalogseite zum Drucken
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="myCarousel" class="carousel slide">
|
||||
<!-- Indicators -->
|
||||
<ol class="carousel-indicators">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue