Subversion Repositories personal-webbase

Rev

Rev 12 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 14
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(\'passwort\').focus();"', $header);
5
  echo str_replace('<body', '<body onload="self.focus();document.getElementById(\'passwort\').focus();"', $header);
6
 
6
 
7
if ($modulueberschrift == '') $modulueberschrift = $modul;
7
if ($modulueberschrift == '') $modulueberschrift = $modul;
8
echo '<h1>'.my_htmlentities($modulueberschrift).'</h1>';
8
echo '<h1>'.my_htmlentities($modulueberschrift).'</h1>';
9
    echo 'Bitte geben Sie das Passwort von Ihrem Personal WebBase-Serversystem ein, um die
9
    echo 'Bitte geben Sie das Passwort von Ihrem Personal WebBase-Serversystem ein, um die
10
Kunden und die Konfiguration des Servers zu bearbeiten.<br><br>
10
Kunden und die Konfiguration des Servers zu bearbeiten.<br><br>
11
 
11
 
12
<form action="index.php" target="_parent" method="POST" name="frm">
12
<form action="index.php" target="_parent" method="POST" name="frm">
13
<input type="hidden" name="login_process" value="1">
13
<input type="hidden" name="login_process" value="1">
14
<input type="hidden" name="ib_user_type" value="2">
14
<input type="hidden" name="wb_user_type" value="2">
15
 
15
 
16
<table cellspacing="0" cellpadding="2" border="0">';
16
<table cellspacing="0" cellpadding="2" border="0">';
17
echo '<tr>
17
echo '<tr>
18
  <td>Passwort:</td>
18
  <td>Passwort:</td>
19
  <td><img src="design/spacer.gif" alt="" width="5" height="1"></td>
19
  <td><img src="design/spacer.gif" alt="" width="5" height="1"></td>
20
  <td><input type="password" class="normal" onmouseover="this.className=\'highlight\';" onmouseout="this.className=\'normal\';" name="ib_user_passwort" id="passwort" value=""></td>
20
  <td><input type="password" class="normal" onmouseover="this.className=\'highlight\';" onmouseout="this.className=\'normal\';" name="ib_user_passwort" id="passwort" value=""></td>
21
</tr>
21
</tr>
22
</table><br>
22
</table><br>
23
 
23
 
24
<input type="submit" class="button" onmouseover="this.className=\'button_act\';" onmouseout="this.className=\'button\';" name="login" value="Einloggen">
24
<input type="submit" class="button" onmouseover="this.className=\'button_act\';" onmouseout="this.className=\'button\';" name="login" value="Einloggen">
25
 
25
 
26
</form>';
26
</form>';
27
 
27
 
28
  echo $footer;
28
  echo $footer;
29
 
29
 
30
?>
30
?>
31
 
31