Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Index
#6
ja sehe es gerade auch in deinem beitrag sind sehr viele
PHP-Code:
&nbsp
drinn, die musste raus löschen. Ka wieso die bei dir drinn sind

hier noch mal der code der hoffentlich ohne freizeichen ist ^^

PHP-Code:
<div id="panel" align="center">

    <
form action="{$mybb->settings['bburl']}/member.php" class="loginform" method="post">
        <
input type="hidden" name="action" value="do_login" />
        <
input type="hidden" name="url" value="{$url}/>
        <
input type="text" name="username" class="textuser" value="Username" onfocus="if(this.value !== '') { this.value=''; }" onblur="if(this.value == '') { this.value='Username'; }" />
        <
input type="password" class="textpass" name="password" value="Password" onfocus="if(this.value !== '') { this.value=''; }" onblur="if(this.value == '') { this.value='Password'; }" />
            <
input type="submit" class="loginsub" value="Login" tabindex="3" />        
        <
span class="text"> <a href="{$mybb->settings['bburl']}/member.php?action=lostpw">Lost Password?</a>  &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=register">Register</a></span>        
        <
input type="checkbox" value="yes" checked="checked" title="" name="remember" style="display:none;" class="checkbox" />
    </
form>
</
div
Zitieren


Nachrichten in diesem Thema
Index - von xmaster - 21.02.2012, 21:07
RE: Index - von MrBrechreiz - 22.02.2012, 17:59
RE: Index - von xmaster - 22.02.2012, 20:41
RE: Index - von MrBrechreiz - 22.02.2012, 22:34
RE: Index - von Kenny - 22.02.2012, 22:38
RE: Index - von MrBrechreiz - 22.02.2012, 22:38
RE: Index - von xmaster - 23.02.2012, 11:14
RE: Index - von MrBrechreiz - 23.02.2012, 16:53
RE: Index - von xmaster - 23.02.2012, 19:05
RE: Index - von MrBrechreiz - 23.02.2012, 19:24
RE: Index - von xmaster - 23.02.2012, 20:34
RE: Index - von MrBrechreiz - 23.02.2012, 20:41
RE: Index - von xmaster - 24.02.2012, 01:00
RE: Index - von doylecc - 24.02.2012, 06:27
RE: Index - von MrBrechreiz - 24.02.2012, 06:51
RE: Index - von xmaster - 24.02.2012, 11:10
RE: Index - von MrBrechreiz - 24.02.2012, 16:50
RE: Index - von MrBrechreiz - 24.02.2012, 22:50
RE: Index - von doylecc - 24.02.2012, 23:50
RE: Index - von MrBrechreiz - 26.02.2012, 00:40