Subversion Repositories personal-webbase

Rev

Rev 12 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 daniel-mar 1
<?php
2
 
14 daniel-mar 3
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
12 daniel-mar 4
 
5
  echo $header;
6
 
7
if ($modulueberschrift == '') $modulueberschrift = $modul;
8
echo '<h1>'.my_htmlentities($modulueberschrift).'</h1>';
9
    if ($konfiguration[$modul]['enable_gast'])
10
        {
11
      echo 'Hier k&ouml;nnen Sie sich in ein kostenloses, frei zug&auml;ngliches Personal WebBase-Konto auf diesem
12
Server einloggen. Dort k&ouml;nnen Sie die vielen M&ouml;glichkeiten von
13
Personal WebBase beliebig testen. Vielen Dank f&uuml;r das Interesse an Personal WebBase. Klicken Sie auf
14
&quot;Einloggen&quot;, um Gastzugriff zu erhalten.<br><br>
15
 
16
<form action="index.php" target="_parent" method="POST">
17
<input type="hidden" name="login_process" value="1">
14 daniel-mar 18
<input type="hidden" name="wb_user_type" value="0">
12 daniel-mar 19
 
20
<input type="submit" class="button" onmouseover="this.className=\'button_act\';" onmouseout="this.className=\'button\';" name="login" value="Einloggen">
21
 
22
</form>
23
';
24
        }
25
        else
26
        {
27
          echo '<font color="#FF0000">Der Serveradministrator hat den Zugriff auf ein Gastkonto deaktiviert.</font>';
28
        }
29
 
30
          echo $footer;
31
 
32
?>