155 lines
4.6 KiB
XML
Executable File
155 lines
4.6 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
Copyright: 2006 - 2012 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>
|
|
<useCSSLoader/>
|
|
<useFancybox/>
|
|
<useMathJax/>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="pageWrap">
|
|
<div id="head">
|
|
<div id="header">
|
|
<div id="headerOverlayTop">
|
|
<showLanguageSelector/>
|
|
<div>
|
|
<showStaticMenu name="topMenu" id="topMenu"/>
|
|
<showQuicksearch/>
|
|
</div>
|
|
</div>
|
|
<showHeaderImage class="headerImage"/>
|
|
<showPPPOwnerName/>
|
|
<div id="nav">
|
|
<showNavigationMenu>
|
|
<setMinLevel>0</setMinLevel>
|
|
<setMaxLevel>1</setMaxLevel>
|
|
<setFirstLevelMode>vertical</setFirstLevelMode>
|
|
<setRootLevelStaticText>true</setRootLevelStaticText>
|
|
<setColorset>true</setColorset>
|
|
</showNavigationMenu>
|
|
<div class="endFloat"/>
|
|
</div>
|
|
</div>
|
|
<div class="endFloat"/>
|
|
</div>
|
|
|
|
<showBreadcrumbs/>
|
|
<div id="contentWrap" withColorset="true">
|
|
<div id="leftWrap" withColorset="true" classIf="right, borderRight">
|
|
<divIfNotEmpty id="left">
|
|
<divIfNotEmpty id="menu" withColorset="true">
|
|
<useNavigationHeading>
|
|
<setLevel>1</setLevel>
|
|
</useNavigationHeading>
|
|
<showNavigationMenu>
|
|
<setMinLevel>2</setMinLevel>
|
|
<setMaxLevel>4</setMaxLevel>
|
|
<setRootLevelStaticText>false</setRootLevelStaticText>
|
|
</showNavigationMenu>
|
|
</divIfNotEmpty>
|
|
|
|
<divIfNotEmpty id="events">
|
|
<showList>
|
|
<useListHeader/>
|
|
<useList>eventList</useList>
|
|
</showList>
|
|
</divIfNotEmpty>
|
|
</divIfNotEmpty>
|
|
|
|
<div id="center">
|
|
<div id="content" class="profile" setTypeClass="true">
|
|
<showContent>
|
|
<usePageTitle/>
|
|
<useLeadText/>
|
|
<useImage/>
|
|
<useContent/>
|
|
</showContent>
|
|
|
|
<showList>
|
|
<useListHeader/>
|
|
<useList>contentEventList</useList>
|
|
</showList>
|
|
|
|
<showList>
|
|
<usePaginatorHeader/>
|
|
<usePaginatorNavbar/>
|
|
<useList>itemList</useList>
|
|
<usePaginatorNavbar/>
|
|
</showList>
|
|
|
|
<useOrgaUnitTab/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<divIfNotEmpty id="right" withColorset="true">
|
|
<divIfNotEmpty id="info">
|
|
<showNotes/>
|
|
<showList>
|
|
<useListHeader/>
|
|
<useList>newsList</useList>
|
|
</showList>
|
|
<showRelatedLinks>
|
|
<setHeading>true</setHeading>
|
|
</showRelatedLinks>
|
|
<showFileAttachments/>
|
|
<showRelatedItems/>
|
|
</divIfNotEmpty>
|
|
</divIfNotEmpty>
|
|
</div>
|
|
|
|
<div id="pageFooter" class="endFloat" classIf="right, borderRight" withColorset="true">
|
|
<useLastModified/>
|
|
<showLink id="toTop">
|
|
<link>#top</link>
|
|
<name>toTop</name>
|
|
</showLink>
|
|
</div>
|
|
|
|
<div id="fillEmptySpace"/>
|
|
|
|
<div id="footer">
|
|
<div id="footerContent">
|
|
<showStaticMenu id="footerMenu" name="footerMenu"/>
|
|
<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>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</pageLayout>
|