Subversion Repositories personal-webbase

Rev

Rev 12 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 14
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
if (!defined('IBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
3
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
4
 
4
 
5
echo str_replace('<body', '<body onload="self.focus();document.getElementById(\'username\').focus();"', $header);
5
echo str_replace('<body', '<body onload="self.focus();document.getElementById(\'username\').focus();"', $header);
6
 
6
 
7
echo '<h1>'.my_htmlentities($modulueberschrift).'</h1>
7
echo '<h1>'.my_htmlentities($modulueberschrift).'</h1>
8
 
8
 
9
<form action="index.php" target="_parent" method="POST" name="frm">
9
<form action="index.php" target="_parent" method="POST" name="frm">
10
<input type="hidden" name="login_process" value="1">
10
<input type="hidden" name="login_process" value="1">
11
<input type="hidden" name="ib_user_type" value="1">
11
<input type="hidden" name="wb_user_type" value="1">
12
 
12
 
13
<b>Bitte loggen Sie sich ein.</b><br><br>
13
<b>Bitte loggen Sie sich ein.</b><br><br>
14
 
14
 
15
<table cellspacing="0" cellpadding="2" border="0">';
15
<table cellspacing="0" cellpadding="2" border="0">';
16
echo '<tr>
16
echo '<tr>