Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / userSearch.tpl
index a47d8aed6f7b2b2197ad14915a5dff8f717d0d4f..aa98a61098fb8c5211a766222383b580134c3971 100644 (file)
@@ -1,51 +1,11 @@
-{include file='documentHeader'}
-
-<head>
-       <title>{lang}wcf.user.search{/lang} - {PAGE_TITLE|language}</title>
-       
-       {include file='headInclude'}
-       
-       <script data-relocate="true">
-               //<![CDATA[
-               $(function() {
-                       new WCF.Search.User('#searchUsername', null, false, [ ], false);
-               });
-               //]]>
-       </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.search{/lang}</h1>
-</header>
-
-{include file='userNotice'}
-
 {if $errorField == 'search'}
        <p class="error">{lang}wcf.user.search.error.noMatches{/lang}</p>
 {else}
        {include file='formError'}
 {/if}
 
-<div class="contentNavigation">
-       {hascontent}
-               <nav>
-                       <ul>
-                               {content}
-                                       {event name='contentNavigationButtons'}
-                               {/content}
-                       </ul>
-               </nav>
-       {/hascontent}
-</div>
-
 <form method="post" action="{link controller='UserSearch'}{/link}">
        <div class="section">
                <dl>
        </div>
 </form>
 
-{include file='footer'}
+<script data-relocate="true">
+       //<![CDATA[
+       $(function() {
+               new WCF.Search.User('#searchUsername', null, false, [ ], false);
+       });
+       //]]>
+</script>
 
-</body>
-</html>
+{include file='footer'}