Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / lostPassword.tpl
index 401549d0f3047b544f2c8668ab34220ea9febcc6..b46e4d96514e3ea543f8b3196da0e534aa3cdcc8 100644 (file)
@@ -1,44 +1,9 @@
-{include file="documentHeader"}
-
-<head>
-       <title>{lang}wcf.user.lostPassword{/lang} - {PAGE_TITLE|language}</title>
-       {include file='headInclude'}
-       
-       <script data-relocate="true">
-               //<![CDATA[
-               $(function() {
-                       new WCF.User.Registration.LostPassword();
-               });
-               //]]>
-       </script>
-</head>
-
-<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
-
 {include file='header'}
 
-<header class="contentHeader">
-       <h1 class="contentTitle">{lang}wcf.user.lostPassword{/lang}</h1>
-</header>
-
-{include file='userNotice'}
-
 <p class="info">{lang}wcf.user.lostPassword.description{/lang}</p>
 
 {include file='formError'}
 
-<div class="contentNavigation">
-       {hascontent}
-               <nav>
-                       <ul>
-                               {content}
-                                       {event name='contentNavigationButtons'}
-                               {/content}
-                       </ul>
-               </nav>
-       {/hascontent}
-</div>
-
 <form method="post" action="{link controller='LostPassword'}{/link}">
        <div class="section">
                <dl id="usernameDiv"{if $errorField == 'username'} class="formError"{/if}>
        </div>
 </form>
 
-{include file='footer'}
+<script data-relocate="true">
+       //<![CDATA[
+       $(function() {
+               new WCF.User.Registration.LostPassword();
+       });
+       //]]>
+</script>
 
-</body>
-</html>
+{include file='footer'}