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 $header;
5
  echo $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>';
Line 28... Line 28...
28
<tr>
28
<tr>
29
  <td>Aktuelles Passwort:</td>
29
  <td>Aktuelles Passwort:</td>
30
  <td><img src="design/spacer.gif" alt="" width="5" height="1"></td>
30
  <td><img src="design/spacer.gif" alt="" width="5" height="1"></td>
31
  <td>';
31
  <td>';
32
 
32
 
33
  if ($ib_user_type == 0)
33
  if ($wb_user_type == 0)
34
    echo 'Im Gastkonto wird kein Passwort ben&ouml;tigt.';
34
    echo 'Im Gastkonto wird kein Passwort ben&ouml;tigt.';
35
  else
35
  else
36
    echo '<input type="password" class="normal" onmouseover="this.className=\'highlight\';" onmouseout="this.className=\'normal\';" name="pwd" value="">';
36
    echo '<input type="password" class="normal" onmouseover="this.className=\'highlight\';" onmouseout="this.className=\'normal\';" name="pwd" value="">';
37
 
37
 
38
  echo '</td>
38
  echo '</td>
Line 60... Line 60...
60
<tr>
60
<tr>
61
  <td>Aktuelles Passwort:</td>
61
  <td>Aktuelles Passwort:</td>
62
  <td><img src="design/spacer.gif" alt="" width="5" height="1"></td>
62
  <td><img src="design/spacer.gif" alt="" width="5" height="1"></td>
63
  <td>';
63
  <td>';
64
 
64
 
65
  if ($ib_user_type == 0)
65
  if ($wb_user_type == 0)
66
    echo 'Im Gastkonto wird kein Passwort ben&ouml;tigt.';
66
    echo 'Im Gastkonto wird kein Passwort ben&ouml;tigt.';
67
  else
67
  else
68
    echo '<input type="password" class="normal" onmouseover="this.className=\'highlight\';" onmouseout="this.className=\'normal\';" name="pwd" value="">';
68
    echo '<input type="password" class="normal" onmouseover="this.className=\'highlight\';" onmouseout="this.className=\'normal\';" name="pwd" value="">';
69
 
69
 
70
  echo '</td>
70
  echo '</td>