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 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
?>