Subversion Repositories personal-webbase

Rev

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

  1. <?php
  2.  
  3. if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
  4.  
  5.   echo str_replace('<body', '<body onload="self.focus();document.getElementById(\'message\').focus();"', $header);
  6.  
  7. if ($modulueberschrift == '') $modulueberschrift = $modul;
  8. echo '<h1>'.my_htmlentities($modulueberschrift).'</h1>';
  9.  
  10.  echo 'M&ouml;chten Sie Ihren Mitgliedern etwas mitteilen? Dies k&ouml;nnen Sie hier tun.<br><br>';
  11.  
  12.     echo '<form method="POST" action="'.$_SERVER['PHP_SELF'].'" name="mainform" id="mainform">
  13. <input type="hidden" name="seite" value="kraftsetzung">
  14. <input type="hidden" name="aktion" value="send">
  15. <input type="hidden" name="modul" value="'.$modul.'">
  16.  
  17. <center><textarea rows="20" cols="75" name="message" id="message"></textarea><br><br>
  18.  
  19. <input type="submit" class="button" onmouseover="this.className=\'button_act\';" onmouseout="this.className=\'button\';" value="Nachricht absenden"></center>
  20.  
  21. </form>';
  22.  
  23.       echo $footer;
  24. ?>
  25.