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

109 lines
3.9 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/>
<useJquery/>
<useFancbox/>
<useMathJax/>
<useHTML5shiv/>
</head>
<body>
<div id="pageWrap">
<div id="header">
<div id="menu">
<div class="contentWidth">
<showLanguageSelector/>
<showStaticMenu name="topMenu" id="topMenu"/>
</div>
</div>
<div class="headerContent contentWidth">
<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>
<showText class="siteTitle">
<line>layout/page/header/title</line>
</showText>
<div id="nav" class="contentWidth">
<showNavigationMenu>
<setMinLevel>0</setMinLevel>
<setMaxLevel>1</setMaxLevel>
</showNavigationMenu>
<div class="endFloat"/>
</div>
</div>
</div>
<div id="contentWrap" withColorset="true">
<div id="workspace">
<showContent>
<useLastModified/>
<usePageTitle/>
<useContent/>
</showContent>
</div>
</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 class="footerContent contentWidth">
<showBreadcrumbs/>
<div class="logo" />
<div class="menu contentWidth">
<showImage class="logoScientificCMS startLeftFloat">
<src>images/footer/aplaws.png</src>
<alt>layout/page/footer/aplaws/alt</alt>
<name>layout/page/footer/aplaws/name</name>
<title>layout/page/footer/aplaws/title</title>
<link>http://www.scientificcms.org</link>
</showImage>
<showStaticMenu id="footerMenu" name="footerMenu"/>
</div>
</div>
</div>
</div>
</body>
</pageLayout>