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
 
14 daniel-mar 5
if ($wb_user_type < 2) die('Keine Zugriffsberechtigung');
12 daniel-mar 6
 
7
  echo $header;
8
 
9
  if (!isset($vonmodul)) $vonmodul = $modul;
10
  if (!isset($vonseite)) $vonseite = 'inhalt';
11
 
12
if ($modulueberschrift == '') $modulueberschrift = $modul;
13
echo '<h1>'.my_htmlentities($modulueberschrift).'</h1>';
14
 
15
  echo '<form action="'.$_SERVER['PHP_SELF'].'" method="POST" name="mainform" id="mainform">
16
<input type="hidden" name="seite" value="kraftsetzung">
17
<input type="hidden" name="action" value="changekonfig">
18
<input type="hidden" name="modul" value="'.$modul.'">
19
<input type="hidden" name="vonseite" value="'.$vonseite.'">
20
<input type="hidden" name="vonmodul" value="'.$vonmodul.'">'; ?>
21
 
22
<table cellpadding="0" cellspacing="0" border="0">
23
  <tr>
24
    <td>IB-System-URL:</td>
25
    <td><img src="design/spacer.gif" width="15" height="1" alt=""></td>
26
    <td><?php echo '<a href="'.$konfiguration[$modul]['ib_system_url'].'" target="_blank">'.$konfiguration[$modul]['ib_system_url'].'</a>' ?> (automatisch ermittelt)</td>
27
  </tr>
28
</table><br>
29
 
30
  <input type="button" onclick="document.location.href='<?PHP echo $_SERVER['PHP_SELF']; ?>?modul=<?php echo $vonmodul; ?>&amp;seite=<?php echo $vonseite; ?>';" class="button" onmouseover="this.className='button_act';" onmouseout="this.className='button';" value="Zur&uuml;ck">
31
 
32
  </form>
33
 
34
<?php
35
 
36
      echo $footer;
37
 
38
?>