d4science-responsive-theme/src/main/webapp/templates/portal_normal.vm

72 lines
1.9 KiB
Plaintext

<!DOCTYPE html>
#parse ($init)
<html class="$root_css_class" dir="#language ("lang.dir")" lang="$w3c_language_id">
<head>
<title>$the_title - $themeDisplay.getSiteGroupName()</title>
<meta content="initial-scale=1.0, width=device-width" name="viewport" />
<meta property="og:title" content="$the_title - $themeDisplay.getSiteGroupName()" />
<meta property="og:type" content="article" />
<meta property="og:description" content="$themeDisplay.getLayout().getGroup().getDescription()" />
<meta property="og:url" content="$site_default_url" />
<meta property="og:image" content="$site_logo" />
$theme.include($top_head_include)
<script type="text/javascript" src="$javascript_folder/jquery-1.12.0.min.js"></script>
</head>
<body class="$css_class">
<script>
injectClientContext();
</script>
<a href="#main-content" id="skip-to-content">#language ("skip-to-content")</a>
$theme.include($body_top_include)
#if($is_signed_in)
#dockbar()
#end
<div class="container-fluid" id="wrapper">
<header id="banner" role="banner">
</header>
<div id="content">
<!-- nav id="breadcrumbs">#breadcrumbs()</nav -->
#if ($selectable)
$theme.include($content_include)
#else
$portletDisplay.recycle()
$portletDisplay.setTitle($the_title)
$theme.wrapPortlet("portlet.vm", $content_include)
#end
</div>
</div>
<footer class="custom-footer">
<div class="custom-footer-container">
<a target="_blank" href="https://www.d4science.org/contact-us">Contact Us</a> |
<a href="/web/guest/terms-of-use">Terms of Use</a> |
<a href="/web/guest/cookie-policy">Cookies Policy</a> |
<a target="_blank" href="https://www.iubenda.com/privacy-policy/441050">Privacy Policy</a> |
<a target="_blank" href="http://www.liferay.com" title="liferay website">Liferay Portal</a> |
<a target="_blank" href="http://www.d4science.org">D4Science Org Website</a>
</div>
</footer>
$theme.include($body_bottom_include)
$theme.include($bottom_include)
</body>
</html>