Hochladen aller Dateien des Projekts.
This commit is contained in:
15
su_menu.php
Executable file
15
su_menu.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?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>
|
||||
';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user