- </section>
+ </section>
+ <!-- /CONTENT -->
+ </div>
</div>
-</div>
-<footer>
- <nav id="footerMenu" class="footerMenu">
- {include file=footerMenu}
- </nav>
-</footer>
-<a id="bottom"></a>
\ No newline at end of file
+ <!-- /MAIN -->
+
+ <!-- FOOTER -->
+ <footer id="pageFooter" class="pageFooter">
+ <div>
+ {include file=footerMenu}
+ </div>
+ <small class="copyright"><a href="http://www.woltlab.com" title="Go to the WoltLab website">Copyright © 2001-2011 WoltLab® GmbH</a></small>
+ </footer>
+ <!-- /FOOTER -->
+ <a id="bottom"></a>
-{if $__wcf->getPageMenu()->getMenuItems('footer')|count > 0}
- <nav id="footerMenu" class="footerMenu">
- <ul>
+<nav id="footerNavigation" class="footerNavigation">
+ <ul>
+ <li id="toTopLink" class="toTopLink"><a href="#top" title="{lang}wcf.global.scrollUp{/lang}" class="balloonTooltip"><img src="{@RELATIVE_WCF_DIR}icon/toTop.svg" alt="" /> <span class="invisible">{lang}wcf.global.scrollUp{/lang}</span></a></li>
+ {if $__wcf->getPageMenu()->getMenuItems('footer')|count > 0}
+ <li id="toTopLink" class="toTopLink"><a href="#top" title="{lang}wcf.global.scrollUp{/lang}" class="balloonTooltip"><img src="{@RELATIVE_WCF_DIR}icon/toTop.svg" alt="" /> <span class="invisible">{lang}wcf.global.scrollUp{/lang}</span></a></li>
{foreach from=$__wcf->getPageMenu()->getMenuItems('footer') item=menuItem}
<li><a href="{$menuItem->menuItemLink}">{$menuItem->menuItem} ({#$menuItem->getProcessor()->getNotifications()})</a></li>
{/foreach}
- </ul>
- </nav>
-{/if}
\ No newline at end of file
+ {/if}
+ </ul>
+</nav>
<a id="top"></a>
+<!-- HEADER -->
<header class="pageHeader">
{event name='pageHeaderStart'}
{include file=headerMenu}
- {include file='breadcrumbs' sandbox=false}
-
{event name='pageHeaderEnd'}
</header>
+<!-- /HEADER -->
+<!-- MAIN -->
<div id="main" class="main">
<div>
- <section id="content">
\ No newline at end of file
+ <section id="content" class="content">
+
+ {include file='breadcrumbs' sandbox=false}
\ No newline at end of file
div.main > div section:only-child {
display: block !important;
width: auto;
+ min-height: 100px;
}
section.content .content {
<!-- top menu -->
<nav id="topMenu" class="topMenu">
<div>
- <ul id="userMenu" class="userMenu"><!-- ToDo: We need an ID and/or class for each list here, this ID may change! -->
- <li>
+ <ul>
+ <li id="userMenu" class="userMenu"><!-- ToDo: We need an ID and/or class for each list here, this ID may also change! -->
<span class="dropdownCaption">{lang}wcf.acp.user.userNote{/lang}</span>
<ul class="dropdown">
<li><a href="{link}index.php?action=Logout&t={@SECURITY_TOKEN}{/link}" onclick="return confirm('{lang}wcf.user.logout.sure{/lang}')">{lang}wcf.user.logout{/lang}</a></li>