
| Current Path : /var/www/html/german-vocational.cn/themes/drupal8_custom_theme/templates/layout/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/german-vocational.cn/themes/drupal8_custom_theme/templates/layout/page.html.twig |
{#
/**
* @file
* Default theme implementation to display a single page.
*
* The doctype, html, head and body tags are not in this template. Instead they
* can be found in the html.html.twig template in this directory.
*
* Available variables:
*
* General utility variables:
* - base_path: The base URL path of the Drupal installation. Will usually be
* "/" unless you have installed Drupal in a sub-directory.
* - is_front: A flag indicating if the current page is the front page.
* - logged_in: A flag indicating if the user is registered and signed in.
* - is_admin: A flag indicating if the user has permission to access
* administration pages.
*
* Site identity:copyright
* - front_page: The URL of the front page. Use this instead of base_path when
* linking to the front page. This includes the language domain or prefix.
* - logo: The url of the logo image, as defined in theme settings.
* - site_name: The name of the site. This is empty when displaying the site
* name has been disabled in the theme settings.
* - site_slogan: The slogan of the site. This is empty when displaying the site
* slogan has been disabled in theme settings.
*
* Page content (in order of occurrence in the default page.html.twig):
* - messages: Status and error messages. Should be displayed prominently.
* - node: Fully loaded node, if there is an automatically-loaded node
* associated with the page and the node ID is the second argument in the
* page's path (e.g. node/12345 and node/12345/revisions, but not
* comment/reply/12345).
*
* Regions:
* - page.header: Items for the header region.
* - page.navigation: Items for the Navigation region.
* - page.page_title: Used by Current page Title.
* - page.banner: Items for the banner region.
* - page.highlighted: Items for the highlighted top region.
* - page.content_top: The main content top of the current page.
* - page.help: Item for the help region.
* - page.breadcrumb: Item for the Breadcrumb region.
* - page.content: The main content of the current page.
* - page.sidebar_first: Items for the first sidebar.
* - page.sidebar_second: Items for the second sidebar.
* - page.content_bottom: Items for the bottom in content region.
* - page.footer_top: Items for the footer top region.
* - page.footer_first: Items for the footer first region.
* - page.footer_second: Items for the footer Second region.
* - page.footer_third: Items for the footer third region.
* - page.footer_bottom: Items for the footer bottom region.
*
* @see template_preprocess_page()
* @see html.html.twig
*
* @ingroup themeable
*/
#}
<!-- Header and Navbar -->
<header class="main-header">
<nav class="navbar topnav navbar-default" role="navigation">
<div class="">
<div class="">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navigation">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
{% if page.header %}
{{ page.header }}
{% endif %}
</div>
<!-- Navigation -->
<div class="">
{% if page.primary_menu %}
{{ page.primary_menu }}
{% endif %}
</div>
<!--End Navigation -->
<!-- Navigation -->
<div class="">
<!--Search-->
{% if page.search %}
{{ page.search }}
{% endif %}
<!--End Search-->
</div>
<!--End Navigation -->
</div>
</div>
</nav>
<!-- Banner -->
{% if is_front and page.slideshow %}
<div class="slideshow">
{{ page.slideshow }}
</div>
{% endif %}
<!-- End Banner -->
</header>
<!--End Header & Navbar -->
<div class="main-content-wrap">
<!-- Start Slider -->
{% if is_front %}
<div class="flexslider">
<ul class="slides">
{% for slider_contents in slider_content %}
{{ slider_contents | raw }}
{% endfor %}
</ul>
</div>
{% endif %}
<!-- End Slider -->
<!--Home page message-->
{% if is_front and page.homepagemessage %}
<div class="container-sub">
<div class="row">
<div class="col-md-12">
{{ page.homepagemessage }}
</div>
</div>
</div>
{% endif %}
<!--End Highlighted-->
<!-- Page Title -->
{% if page.page_title and not is_front %}
<div id="page-title">
<div id="page-title-inner">
<!-- start: Container-sub -->
<div class="container-sub">
{{ page.page_title }}
</div>
</div>
</div>
{% endif %}
<!-- End Page Title -- >
<!-- layout -->
{% if not is_front %}
<div id="wrapper" class="main-container">
<!--Highlighted-->
{% if page.highlighted %}
<div class="row">
<div class="col-md-12">
{{ page.highlighted }}
</div>
</div>
{% endif %}
<!--End Highlighted-->
<!-- start: Container-sub -->
<div class="container-sub">
<!--start:content -->
{% if page.breadcrumb %}
<div class="breadcrumb-wrap">
<div class="breadcrumb-subwrap">{{ page.breadcrumb }}</div>
</div>
{% endif %}
<div class="row layout">
<!--- Start Left SideBar -->
{% if page.sidebar_first %}
<div class="sidebar" >
<div class = {{sidebarfirst}} >
{{ page.sidebar_first }}
</div>
</div>
{% endif %}
<!---End Right SideBar -->
<!--- Start content -->
{% if page.content and not is_front %}
<div class="content_layout">
<div class={{contentlayout}}>
{{ page.content }}
</div>
</div>
{% endif %}
<!---End content -->
<!--- Start Right SideBar -->
{% if page.sidebar_second %}
<div class="sidebar">
<div class={{sidebarsecond}}>
{{ page.sidebar_second }}
</div>
</div>
{% endif %}
<!---End Right SideBar -->
</div>
<!--End Content -->
<!--Start Content Bottom-->
{% if page.content_bottom %}
<div class="row">
{{ page.content_bottom }}
</div>
{% endif %}
<!--End Content Bottom-->
</div>
</div>
{% endif %}
<!-- End layout -->
<!-- Start Google Map -->
{% if page.google_map %}
<div class="google-map">
{{ page.google_map }}
</div>
{% endif %}
<!-- End Google Map -->
<!-- Start bottom -->
{% if is_front %}
{% if page.bottom_first or page.bottom_second or page.bottom_third %}
<div class="bottom-widgets">
<div class="container-sub">
<div class="row-sub clearfix">
<!-- Start Bottom First Region -->
{% if page.bottom_first %}
<div class = {{ bottom_class }}>
{{ page.bottom_first }}
</div>
{% endif %}
<!-- End Bottom First Region -->
<!-- Start Bottom Second Region -->
{% if page.bottom_second %}
<div class = {{ bottom_class }}>
{{ page.bottom_second }}
</div>
{% endif %}
<!-- End Bottom Second Region -->
<!-- Start Bottom third Region -->
{% if page.bottom_third %}
<div class = {{ bottom_class }}>
{{ page.bottom_third }}
</div>
{% endif %}
<!-- End Bottom Third Region -->
{% if page.bottom_forth %}
<div class = {{ bottom_class }}>
{{ page.bottom_forth }}
</div>
{% endif %}
</div>
</div>
</div>
{% endif %}
{% endif %}
<!--End Bottom -->
<!-- Start Footer Menu -->
{% if page.footer_menu %}
<div class="footer-menu">
<div class="container-sub">
<div class="row-sub clearfix">
<div class="col-sm-6">
{{ page.footer_menu }}
</div>
{% if show_social_icon %}
<div class="col-sm-6">
<div class="social-media">
{% if facebook_url %}
<a href="{{ facebook_url }}" class="facebook" target="_blank" ><i class="fa fa-facebook"></i></a>
{% endif %}
{% if google_plus_url %}
<a href="{{ google_plus_url }}" class="google-plus" target="_blank" ><i class="fa fa-google-plus"></i></a>
{% endif %}
{% if twitter_url %}
<a href="{{ twitter_url }}" class="twitter" target="_blank" ><i class="fa fa-twitter"></i></a>
{% endif %}
{% if linkedin_url %}
<a href="{{ linkedin_url }}" class="linkedin" target="_blank"><i class="fa fa-linkedin"></i></a>
{% endif %}
{% if pinterest_url %}
<a href="{{ pinterest_url }}" class="pinterest" target="_blank" ><i class="fa fa-pinterest"></i></a>
{% endif %}
{% if rss_url %}
<a href="{{ rss_url }}" class="rss" target="_blank" ><i class="fa fa-rss"></i></a>
{% endif %}
</div>
</div>
{% endif %}
</div>
</div>
</div>
{% endif %}
<!-- End Footer Menu -->
<div class="copyright">
<div class="container-sub">
<div class="row-sub clearfix">
<!-- Copyright -->
<div class="col-sm-6">
<p class="copyright">Copyright © {{ "now"|date("Y") }}. All rights reserved</p>
</div>
<!-- End Copyright -->
<!-- Credit link -->
{% if show_credit_link %}
<div class="col-sm-6">
<p class="credit-link">Designed By <a href="http://www.zymphonies.com" target="_blank">Zymphonies</a></p>
</div>
{% endif %}
<!-- End Credit link -->
</div>
</div>
</div>
</div>