Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / registerActivation.tpl
index 4ab00ecb498073f5a507088da025574df7b59f34..4f268c51f8bb4d1042b7b6ef66ba0ea0c5cfbf88 100644 (file)
@@ -1,36 +1,9 @@
-{include file='documentHeader'}
-
-<head>
-       <title>{lang}wcf.user.registerActivation{/lang} - {PAGE_TITLE|language}</title>
-       {include file='headInclude'}
-</head>
-
-<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
-
 {include file='header'}
 
-<header class="contentHeader">
-       <h1 class="contentTitle">{lang}wcf.user.registerActivation{/lang}</h1>
-</header>
-
-{include file='userNotice'}
-
 {if $__wcf->user->userID && $__wcf->user->activationCode}<p class="info">{lang}wcf.user.registerActivation.info{/lang}</p>{/if}
 
 {include file='formError'}
 
-<div class="contentNavigation">
-       {hascontent}
-               <nav>
-                       <ul>
-                               {content}
-                                       {event name='contentNavigationButtons'}
-                               {/content}
-                       </ul>
-               </nav>
-       {/hascontent}
-</div>
-
 <form method="post" action="{link controller='RegisterActivation'}{/link}">
        <div class="section">
                <dl{if $errorField == 'username'} class="formError"{/if}>
@@ -70,5 +43,3 @@
 </form>
 
 {include file='footer'}
-</body>
-</html>