Seite 1 von 1

Wenn eingeloggt, neue Tabelle anzeigen

Verfasst: 23.09.2003 19:09
von Gast
Hi @ all,
ich will folgendes machen: Wenn der User sich eingeloggt hat, soll eine neue Tabelle sichtbar werden.

Code: Alles auswählen

<!-- BEGIN switch_user_logged_out -->
<tr>
 <td>
<form method="post" action="{S_LOGIN_ACTION}">
  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
	<tr> 
	  <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
	</tr>
	<tr> 
	  <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}: 
		<input class="post" type="text" name="username" size="10" />
		&nbsp;&nbsp;&nbsp;{L_PASSWORD}: 
		<input class="post" type="password" name="password" size="10" maxlength="32" />
		&nbsp;&nbsp; &nbsp;&nbsp;{L_AUTO_LOGIN} 
		<input class="text" type="checkbox" name="autologin" checked/>
		&nbsp;&nbsp;&nbsp; 
		<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
		</span> </td>
	</tr>
  </table>
</form>
 </td>
</tr>
<!-- END switch_user_logged_out -->
Hier das Login-Script. Nur soll jetzt so eine Tabelle angezeigt werden, wenn man eingeloggt ist, also genau umgekehr. Hat einer eine Idee?
Danke für eure Antworten!

Verfasst: 23.09.2003 19:30
von mirk
eigentlich keine ahnung aber probieres einfach mal mit

Code: Alles auswählen

<!-- BEGIN switch_user_logged_in --> 

Verfasst: 23.09.2003 19:35
von Gast
Hab ich mir auch schon gedacht!
Und es funzt! :D
Danke