libreccm-legacy/ccm-sci-bundle/web/themes/mandalay-yaml/layout/navigation.xml

212 lines
8.7 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright: 2006, 2007, 2008 Sören Bernstein
This file is part of Mandalay.
Mandalay is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
Mandalay is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Mandalay. If not, see <http://www.gnu.org/licenses/>.
-->
<pageLayout>
<head>
<title>
<separator>: </separator>
<showText>
<line>layout/page/head/title</line>
</showText>
<usePageTitle/>
</title>
<useYAML>
<layout>FULLPAGE</layout>
</useYAML>
<useCSSLoader/>
<useJQuery/>
<useJQueryUI/>
<useFancybox/>
<useMathJax/>
<useHTML5shiv/>
</head>
<body>
<header>
<div class="headerMenu">
<div class="ym-wrapper">
<div class="ym-wbox">
<div class="ym-grid">
<div class="ym-g50 ym-gl">
<div class="ym-gbox languageSelector">
<showLanguageSelector/>
</div>
</div>
<div class="ym-g50 ym-gr">
<div class="ym-gbox">
<showStaticMenu name="topMenu" id="topMenu"/>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ym-wrapper" id="logoNav">
<div class="ym-wbox">
<div class="ym-grid">
<div class="vm-g20 ym-gl">
<div class="ym-gbox">
<showImage class="siteLogo">
<src>images/header/Logo.png</src>
<alt>layout/page/header/logo/alt</alt>
<name>layout/page/header/logo/name</name>
<title>layout/page/header/logo/title</title>
<link>/navigation/</link>
</showImage>
</div>
</div>
<div class="vm-g80 ym-gl">
<showText class="siteTitle">
<line>layout/page/header/title</line>
</showText>
<nav class="ym-hlist">
<showNavigationMenu>
<setMinLevel>1</setMinLevel>
<setMaxLevel>1</setMaxLevel>
</showNavigationMenu>
</nav>
</div>
</div>
</div>
</div>
<!--<div class="ym-wrapper">
<div class="ym-wbox">
<div class="ym-grid headerMenu">
<div class="ym-g50 ym-gl">
<div class="ym-gbox">
<showLanguageSelector/>
</div>
</div>
<div class="ym-g50 ym-gr">
<div class="ym-gbox">
<showStaticMenu name="topMenu" id="topMenu"/>
</div>
</div>
</div>
<div class="ym-grid">
<div class="ym-g20 ym-gl">
<div class="ym-gbox">
<showImage class="siteLogo">
<src>images/header/Logo.png</src>
<alt>layout/page/header/logo/alt</alt>
<name>layout/page/header/logo/name</name>
<title>layout/page/header/logo/title</title>
<link>/navigation/</link>
</showImage>
</div>
</div>
<div class="ym-g80 ym-gr">
<div class="ym-gbox">
<showText class="siteTitle">
<line>layout/page/header/title</line>
</showText>
<nav class="ym-hlist">
<showNavigationMenu>
<setMinLevel>1</setMinLevel>
<setMaxLevel>1</setMaxLevel>
</showNavigationMenu>
</nav>
</div>
</div>
</div>
</div>
</div>-->
</header>
<div>
<div id="contentWrap">
<div class="contentWidth">
<divIfNotEmpty id="right">
<showNavigationMenu>
<setMinLevel>2</setMinLevel>
<setMaxLevel>4</setMaxLevel>
<setRootLevelStaticText>false</setRootLevelStaticText>
</showNavigationMenu>
</divIfNotEmpty>
<div id="content" setTypeClass="true" classIf="right, marginRight">
<div id="greetingitem">
<showContent>
<useImage/>
<usePageTitle/>
<useLeadText/>
<useContent/>
<!--<useEditLink/>-->
</showContent>
</div>
<showRelatedLinks>
<setHeading>true</setHeading>
</showRelatedLinks>
</div>
<div id="addOn">
<showNotes/>
<showFileAttachments/>
</div>
<divIfNotEmpty id="events" classIf="right, marginRight">
<showList id="newsList"> <!--classIf="eventList, 2columns">-->
<useListHeader/>
<useList>newsList</useList>
</showList>
<showList id="eventList"> <!--classIf="eventList, 2columns">-->
<useListHeader/>
<useList>eventList</useList>
</showList>
<div class="endFloat"/>
</divIfNotEmpty>
<showList>
<useListHeader>
<setHeading>false</setHeading>
</useListHeader>
<usePaginatorHeader/>
<usePaginatorNavbar/>
<useList>itemList</useList>
<usePaginatorNavbar/>
</showList>
<showPublicationExportLinks/>
</div>
</div>
<footer>
<div class="footerContent contentWidth">
<showBreadcrumbs/>
<div class="logo" />
<div class="menu contentWidth">
<showImage class="logoScientificCMS startLeftFloat">
<src>images/footer/ScientificCMS.png</src>
<alt>layout/page/footer/scientificcms/alt</alt>
<name>layout/page/footer/scientificcms/name</name>
<title>layout/page/footer/scientificcms/title</title>
<link>http://www.scientificcms.org</link>
</showImage>
<showStaticMenu id="footerMenu" name="footerMenu"/>
</div>
</div>
</footer>
</div>
</body>
</pageLayout>