Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / recentActivityList.tpl
index 799ccd2a2d7127cb136a0321a1161c906280a1e7..82d1f5209439d30a13c48bf8a76071c254228b83 100644 (file)
@@ -1,52 +1,9 @@
-{include file='documentHeader'}
-
-<head>
-       <title>{lang}wcf.user.recentActivity{/lang} - {PAGE_TITLE|language}</title>
-       
-       {include file='headInclude'}
-       
+{capture assign='headContent'}
        <link rel="canonical" href="{link controller='RecentActivityList'}{/link}" />
-       
-       <script data-relocate="true">
-               //<![CDATA[
-               $(function() {
-                       WCF.Language.addObject({
-                               'wcf.user.recentActivity.more': '{lang}wcf.user.recentActivity.more{/lang}',
-                               'wcf.user.recentActivity.noMoreEntries': '{lang}wcf.user.recentActivity.noMoreEntries{/lang}'
-                       });
-                       
-                       new WCF.User.RecentActivityLoader(null);
-               });
-               //]]>
-       </script>
-</head>
-
-<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
-
-{capture assign='sidebarRight'}
-       {@$__boxSidebar}
 {/capture}
 
 {include file='header'}
 
-<header class="contentHeader">
-       <h1 class="contentTitle">{lang}wcf.user.recentActivity{/lang}</h1>
-</header>
-
-{include file='userNotice'}
-
-<div class="contentNavigation">
-       {hascontent}
-               <nav>
-                       <ul>
-                               {content}
-                                       {event name='contentNavigationButtonsTop'}
-                               {/content}
-                       </ul>
-               </nav>
-       {/hascontent}
-</div>
-
 {if $eventList|count}
        <div class="section sectionContainerList">
                <ul id="recentActivities" class="containerList recentActivityList" data-last-event-time="{@$lastEventTime}">
                </ul>
        </div>
        
-       <div class="contentNavigation">
+       <footer class="contentFooter">
                {hascontent}
-                       <nav>
+                       <nav class="contentFooterNavigation">
                                <ul>
-                                       {content}
-                                               {event name='contentNavigationButtonsBottom'}
-                                       {/content}
+                                       {content}{event name='contentFooterNavigation'}{/content}
                                </ul>
                        </nav>
                {/hascontent}
-       </div>
+       </footer>
 {else}
        <p class="info">{lang}wcf.user.recentActivity.noEntries{/lang}</p>
 {/if}
 
-{include file='footer'}
+<script data-relocate="true">
+       //<![CDATA[
+       $(function() {
+               WCF.Language.addObject({
+                       'wcf.user.recentActivity.more': '{lang}wcf.user.recentActivity.more{/lang}',
+                       'wcf.user.recentActivity.noMoreEntries': '{lang}wcf.user.recentActivity.noMoreEntries{/lang}'
+               });
+               
+               new WCF.User.RecentActivityLoader(null);
+       });
+       //]]>
+</script>
 
-</body>
-</html>
+{include file='footer'}