![]()
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »jungs.mami« (29. März 2010, 11:30)
Benutzerinformationen überspringen
Registrierungsdatum: 14. Februar 2010
Wohnort: Meck-Pomm
WBB Version: alle
|
|
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 |
<table width="100%" border="0" cellspacing="5">
<if($wbbuserdata['userid']!=0 && $wbbuserdata['can_use_pms']==1 && $wbbuserdata['receivepm']==1)><then>
<tr>
<td><span class="smallfont"><b><a href="pms.php{$SID_ARG_1ST}">Private Nachrichten</a></b> ($countnew)</span>
</td></tr>
</then>
</if>
<if($wbbuserdata['userid']==0)> <then>
<if($allowloginencryption==1)><then>
<script type="text/javascript" src="js/sha1.js"></script>
<script type="text/javascript" src="js/crypt.js"></script>
</then>
</if>
<form method="post" action="login.php" name="loginform"<if($allowloginencryption==1)><then> onsubmit="return encryptlogin(this);"</then></if>>
<input type="hidden" name="send" value="send" />
<input type="hidden" name="sid" value="$session[hash]" />
<if($allowloginencryption==1)><then>
<input type="hidden" name="authentificationcode" value="$session[authentificationcode]" />
<input type="hidden" name="crypted" value="false" /></then>
</if>
<tr>
<td class="tableb"><table cellpadding="0" cellspacing="5" align="center" class="tableb_fc">
<tr>
<td><span class="smallfont">{$lang->items['LANG_START_USERNAME']}</span></td>
<td><span class="smallfont">
<input type="text" name="l_username" maxlength="50" size="20" class="input" tabindex="1" />
</span></td>
<td><span class="smallfont">{$lang->items['LANG_START_PASSWORD']} (<a href="forgotpw.php{$SID_ARG_1ST}">{$lang->items['LANG_START_LOSTPW']}</a>):</span></td>
<td><span class="smallfont">
<input type="password" name="l_password" maxlength="30" size="20" class="input" tabindex="2" />
</span></td>
<if($allowloginencryption==1)>
<then>
<td><span class="smallfont">
<label for="checkbox1">{$lang->items['LANG_GLOBAL_ENCRYPT_TRANSFER']}</label>
</span></td>
<td><span class="smallfont">
<input type="checkbox" id="checkbox1" name="activateencryption" onclick="activate_loginencryption(document.loginform);" />
</span></td>
</then>
</if>
<td><input type="submit" value="{$lang->items['LANG_START_LOGIN']}" class="input" tabindex="3" /></td>
</tr>
</table></td>
</tr>
</form>
<if($allowloginencryption==1)>
<then>
<script type="text/javascript">
<!--
activate_loginencryption(document.loginform);
//-->
</script>
</then>
</if>
</then>
</if>
</table>
|
Benutzerinformationen überspringen
Registrierungsdatum: 14. Februar 2010
Wohnort: Meck-Pomm
WBB Version: alle
Benutzerinformationen überspringen
Registrierungsdatum: 14. Februar 2010
Wohnort: Meck-Pomm
WBB Version: alle
Benutzerinformationen überspringen
Registrierungsdatum: 22. März 2008
Wohnort: Lohr
WBB Version: alle
Benutzerinformationen überspringen
Registrierungsdatum: 14. Februar 2010
Wohnort: Meck-Pomm
WBB Version: alle
|
|
PHP-Quelltext |
1 2 3 4 5 6 7 8 9 |
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | {$lang->items['LANG_START_TITLE']}</title>
$headinclude
</head>
<body>
|
|
|
PHP-Quelltext |
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 |
<table width="100%" border="0" cellspacing="5">
<if($wbbuserdata['userid']!=0 && $wbbuserdata['can_use_pms']==1 && $wbbuserdata['receivepm']==1)><then>
<tr>
<td><span class="smallfont"><b><a href="pms.php{$SID_ARG_1ST}">Private Nachrichten</a></b> ($countnew)</span>
</td></tr>
</then>
</if>
<if($wbbuserdata['userid']==0)>
<then>
<if($allowloginencryption==1)><then>
<script type="text/javascript" src="js/sha1.js"></script>
<script type="text/javascript" src="js/crypt.js"></script>
</then>
</if>
<form method="post" action="login.php" name="loginform"<if($allowloginencryption==1)><then> onsubmit="return encryptlogin(this);"</then></if>>
<input type="hidden" name="send" value="send" />
<input type="hidden" name="sid" value="$session[hash]" />
<if($allowloginencryption==1)><then>
<input type="hidden" name="authentificationcode" value="$session[authentificationcode]" />
<input type="hidden" name="crypted" value="false" /></then>
</if>
<tr>
<td class="tableb"><table cellpadding="0" cellspacing="5" align="center" class="tableb_fc">
<tr>
<td><span class="smallfont">{$lang->items['LANG_START_USERNAME']}</span></td>
<td><span class="smallfont">
<input type="text" name="l_username" maxlength="50" size="20" class="input" tabindex="1" />
</span></td>
<td><span class="smallfont">{$lang->items['LANG_START_PASSWORD']} (<a href="forgotpw.php{$SID_ARG_1ST}">{$lang->items['LANG_START_LOSTPW']}</a>):</span></td>
<td><span class="smallfont">
<input type="password" name="l_password" maxlength="30" size="20" class="input" tabindex="2" />
</span></td>
<if($allowloginencryption==1)>
<then>
<td><span class="smallfont">
<label for="checkbox1">{$lang->items['LANG_GLOBAL_ENCRYPT_TRANSFER']}</label>
</span></td>
<td><span class="smallfont">
<input type="checkbox" id="checkbox1" name="activateencryption" onclick="activate_loginencryption(document.loginform);" />
</span></td>
</then>
</if>
<td><input type="submit" value="{$lang->items['LANG_START_LOGIN']}" class="input" tabindex="3" /></td>
</tr>
</table></td>
</tr>
</form>
<if($allowloginencryption==1)>
<then>
<script type="text/javascript">
<!--
activate_loginencryption(document.loginform);
//-->
</script>
</then>
</if>
</then>
</if>
</table>
|
|
|
PHP-Quelltext |
1 2 3 4 5 6 7 8 9 10 11 |
$header
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<if($wbbuserdata['userid']==0)>
<then>
<tr>
<td class="tablea" align="left"><span class="normalfont"><b>{$lang->items['LANG_START_WELCOME_TITLE']}</b></span></td>
</tr>
.
.
.
.
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »jungs.mami« (29. März 2010, 14:05)
Forensoftware: Burning Board® 3.1.7, entwickelt von WoltLab® GmbH