Files
4G/su_menu.php

15 lines
872 B
PHP
Executable File

<?php
@session_start();
echo '<div style="position:absolute;margin-left:20px; top:115px; left:0px; width:165px;">
<table border="0">
<tr><td><input id="button1" style=" " value="Mandantverwaltung" type="button" onclick="document.location.href=\'su_mandant.php\';" /></td></tr>
<tr><td><input id="button2" style="" value="Konfiguration" type="button" onclick="document.location.href=\'ad_konfig.php\';" /></td></tr>
<tr><td><input id="button3" style=" " value="Wertemengen" type="button" onclick="document.location.href=\'ad_wertemenge.php\';" /></td></tr>
<tr style="height:5px;"><td style="height:5px;"><hr style="border:1px solid silver;" /></td></tr>
<tr><td><input id="button4" style="" value="Support" type="button" onclick="document.location.href=\'ad_support.php\';" /></td></tr>
</table></div>
';
?>