Layout file for portal application in the default now produces the same HTML for header and footer as the layout for navigation
git-svn-id: https://svn.libreccm.org/ccm/trunk@2552 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
35d083f2b3
commit
ef8618fad2
|
|
@ -143,35 +143,35 @@
|
||||||
</divIfNotEmpty>
|
</divIfNotEmpty>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pageFooter" class="endFloat" classIf="right, borderRight">
|
<div id="pageFooter" class="endFloat" classIf="right, borderRight">
|
||||||
<useLastModified/>
|
<useLastModified/>
|
||||||
<showLink id="toTop">
|
<showLink id="toTop">
|
||||||
<link>#top</link>
|
<link>#top</link>
|
||||||
<name>toTop</name>
|
<name>toTop</name>
|
||||||
</showLink>
|
</showLink>
|
||||||
-->
|
-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="fillEmptySpace"/>
|
<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/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>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="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>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</body>
|
||||||
|
|
||||||
</body>
|
|
||||||
</pageLayout>
|
</pageLayout>
|
||||||
|
|
|
||||||
|
|
@ -20,80 +20,82 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<pageLayout>
|
<pageLayout>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
<separator>: </separator>
|
<separator>: </separator>
|
||||||
<showText>
|
<showText>
|
||||||
<line>layout/page/head/title</line>
|
<line>layout/page/head/title</line>
|
||||||
</showText>
|
</showText>
|
||||||
<usePageTitle/>
|
|
||||||
</title>
|
|
||||||
<useCSSLoader/>
|
|
||||||
<useFancbox/>
|
|
||||||
<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"/>
|
|
||||||
<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="workspace">
|
|
||||||
<showContent>
|
|
||||||
<useLastModified/>
|
|
||||||
<usePageTitle/>
|
<usePageTitle/>
|
||||||
<useContent/>
|
</title>
|
||||||
</showContent>
|
<useCSSLoader/>
|
||||||
|
<useFancbox/>
|
||||||
|
<useMathJax/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div id="pageWrap">
|
||||||
|
<div id="header">
|
||||||
|
<div class="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>
|
||||||
|
<showSubSiteBanner/>
|
||||||
|
</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/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>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pageFooter" class="endFloat" classIf="right, borderRight" withColorset="true">
|
</body>
|
||||||
<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>
|
</pageLayout>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue