Loginpanel + Hilfe
Nabend z'amen,
ich benötige mal hilfe bei dem Einbau eines Slid-In-Loginpanels. Ich bekomme die Formulare nicht angepasst. Ich poste mal den Code des Loginpanels, welcher schon vorhanden ist:
Diesen habe ich zerfriemel und mit dem aus dem Kit login.htm
Hier klicken für weitere Informationen
und der register.htm
Hier klicken für weitere Informationen
kombiniert. Nur leider zerballert er mir dann immer das Layaut...bzw die stylischen Formulare, sehen dann aus wie die langweiligen Kit-Teile. Kann mir wer das irgendwi passend machen?
bei mir kam das heraus...und das ging nicht...
Hier klicken für weitere Informationen
MfG Stifli
ich benötige mal hilfe bei dem Einbau eines Slid-In-Loginpanels. Ich bekomme die Formulare nicht angepasst. Ich poste mal den Code des Loginpanels, welcher schon vorhanden ist:
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
<!-- Login Form -->
<form class="clearfix" action="#" method="post">
<h1>Mitglieder Login</h1>
<label class="grey" for="log">Nickname:</label>
<input class="field" type="text" name="log" id="log" value="" size="23" />
<label class="grey" for="pwd">Passwort:</label>
<input class="field" type="password" name="pwd" id="pwd" size="23" />
<label><input name="rememberme" id="rememberme" type="checkbox" checked="checked" value="forever" /> Remember me</label>
<div class="clear"></div>
<input type="submit" name="submit" value="Login" class="bt_login" />
<a class="lost-pwd" href="#">Passwort vergessen?</a>
</form>
</div>
<div class="left right">
<!-- Register Form -->
<form action="#" method="post">
<h1>Kein Mitglied? Registriere Dich!</h1>
<label class="grey" for="signup">Nickname:</label>
<input class="field" type="text" name="signup" id="signup" value="" size="23" />
<label class="grey" for="email">Email:</label>
<input class="field" type="text" name="email" id="email" size="23" />
<label>Passwort wird zugesendet.</label>
<input type="submit" name="submit" value="Register" class="bt_register" />
</form>
</div>
</div>
</div>
<!-- /login -->
|
Diesen habe ich zerfriemel und mit dem aus dem Kit login.htm
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
<form method="post" action="$form_action">
<table class="standard" width="100%" cellspacing="1" cellpadding="4">
<tr>
<td class="heads" colspan="3">$lang_login</td>
</tr>
<tr>
<td class="left" colspan="3" align="center">
<h5 class="small">$login_message</h5></td>
</tr>
<tr>
<td class="left" width="15%"><strong>$lang_username</strong></td>
<td class="right" width="35%">
<input type="text" name="user" value="$username" size="15" maxlength="50" tabindex="1" style="width:90%" /></td>
<td class="right" width="50%">
<font class="small">$register_now</font></td>
</tr>
<tr>
<td class="left"><strong>$lang_password</strong></td>
<td class="right">
<input type="password" name="userpw" size="15" maxlength="50" tabindex="2" style="width:90%" /></td>
<td class="right">
<font class="small"><a href="include.php?path=login&mode=lostpassword">$lang_username_or_password_lost</a></font></td>
</tr>
$firstlogin_activation
<tr>
<td class="left" nowrap="nowrap">Â </td>
<td class="right" colspan="2">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="1%"><input class="checkbox" type="checkbox" name="login_setcookie" value="1" tabindex="3" /></td>
<td> </td>
<td width="99%"><font class="small">$lang_save_logindata_permanently</font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="heads" align="center" colspan="3">
<input type="submit" value="$bl_login" tabindex="4" /></td>
</tr>
</table>
</form>
|
und der register.htm
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
<form name="login" method="post" action="include.php?path=registration"> <input type="hidden" name="disclaimer" value="$disclaimer" /> <table class="standard" cellspacing="1" cellpadding="4" width="100%"> <tr> <td class="heads" colspan="3">$lang_registration</td> </tr> $error_message <tr> <td class="left" width="15%" nowrap="nowrap">$lang_username</td> <td class="right" width="35%"><input type="text" name="newuser" value="$newuser" size="10" style="width: 90%" /></td> <td class="right small" width="50%">$lang_registration_username_hlp</td> </tr> <tr> <td class="left" nowrap="nowrap">$lang_email_address</td> <td class="right"><input type="text" name="newemail" value="$newemail" size="10" style="width: 90%" /></td> <td class="right small">$lang_registration_emailaddress_hlp</td> </tr> <!-- Start - KEPS by www.kit-spiele.de --> <tr> <td class="left" nowrap="nowrap">PromoteCode</td> <td class="right"><input type="text" name="keps_promote_code" value="$promoteCode" size="10" style="width: 90%" maxlength="10" /></td> <td class="right small">Wenn Du von einem User geworben wurdest, bitte hier den PromoteCode aus der E-Mail eintragen.</td> </tr> <!-- Ende - KEPS by www.kit-spiele.de --> <tr> <td class="left">Geschlecht<span style="color:#d70007;">*</span></td> <td class="right"> <select name="ud_sex" size="1"> <option $user_sex_option_0 value="d">Geschlecht</option> <option $user_sex_option_1 value="w">weiblich</option> <option $user_sex_option_2 value="m">männlich</option> </select></td> <td class="right small">Geben Sie hier Ihr Geschlecht an.</td> </tr> <tr> <td class="left">Geburtsdatum<span style="color:#d70007;">*</span></td> <td class="right"> <select name="ud_bd_day" size="1"> <option value="0">Tag</option> $bd_option_day </select> <select name="ud_bd_month" size="1"> <option value="0">Monat</option> $bd_option_month </select> <select name="ud_bd_year" size="1"> <option value="0">Jahr</option> $bd_option_year </select></td> <td class="right small">Geben Sie Ihr Geburtsdatum an.</td> </tr> <tr> <td class="left">Herkunft<span style="color:#d70007;">*</span></td> <td class="right"> <select name="ud_country" size="1" style="width: 90%"> $user_country </select></td> <td class="right small">Wählen Sie Ihr Land.</td> </tr> $editprofile_userfield $captcha <tr> <td class="heads" colspan="3" align="center"> <input type="submit" name="action" value="$lang[send]" /> <input type="hidden" name="send" value="$lang[send]" /></td> </tr> </table> </form> <!-- Form Fields Tooltip by burnerfm.de --> <script type="text/javascript" src="fx/burnerfm/js/form.field.insert.js"></script> <!-- Form Fields Tooltip by burnerfm.de -- |
kombiniert. Nur leider zerballert er mir dann immer das Layaut...bzw die stylischen Formulare, sehen dann aus wie die langweiligen Kit-Teile. Kann mir wer das irgendwi passend machen?
bei mir kam das heraus...und das ging nicht...
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
<!-- Login Form -->
<form class="clearfix" action="include.php?path=registration" method="post">
<h1>Mitglieder Login</h1>
<label class="grey" for="log">Nickname:</label>
<input class="field" type="text" name="log" id="log" value="$username" size="23" />
<label class="grey" for="pwd">Passwort:</label>
<input class="field" type="password" name="pwd" id="pwd" size="23" />
<label><input name="rememberme" id="rememberme" type="checkbox" checked="checked" value="forever" /> Remember me</label>
<div class="clear"></div>
<input type="submit" name="submit" value="$bl_login" tabindex="4" class="bt_login" />
<a class="lost-pwd" href="include.php?path=login&mode=lostpassword">Passwort vergessen?</a>
</form>
</div>
<div class="left right">
<!-- Register Form -->
<form action="$form_action" method="post">
<h1>Kein Mitglied? Registriere Dich!</h1>
<label class="grey" for="signup">Nickname:</label>
<input class="field" type="text" name="signup" id="signup" value="$newuser" size="23" />
<label class="grey" for="email">Email:</label>
<input class="field" type="text" name="email" id="email" size="23" />
<label>Passwort wird zugesendet.</label>
<input type="hidden" name="disclaimer" value="$disclaimer" class="bt_register" />
</form>
</div>
</div>
</div> <!-- /login -->
|
MfG Stifli
OffTopic


Ähnliche Themen
-
Aktuelle Version [1.6.5] »-
1.6.5 PHPKIT 1.6.4pl3 einbau hilfe ?????
(10. Oktober 2009, 11:18)
-
Aktuelle Version [1.6.5] »-
1.6.5 Hilfe Neuling und die Laberbox
(19. September 2009, 13:37)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
TeamSpeak Viewer Problem
(22. März 2008, 17:13)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
HILFE! Ich habe meine Seite zerstört
(6. Februar 2008, 19:47)
-
Web | Allgemein »-
Homepage Umzug !
(5. Januar 2008, 15:16)


