Einchecken des Online-Codes
This commit is contained in:
31
admin/links/objekte.php
Normal file
31
admin/links/objekte.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
if ( isset ( $_SESSION['ID'] ) )
|
||||
{
|
||||
?>
|
||||
<ul>
|
||||
<li><a <?php echo ( isset ( $_GET['t'] ) AND ( 'wm' == $_GET['t'] ) ) ? "class=\"left_active\" " : ""; ?>href="index.php?section=objekte&t=wm">Wohnung-Miete</a></li>
|
||||
<li><a <?php echo ( isset ( $_GET['t'] ) AND ( 'wk' == $_GET['t'] ) ) ? "class=\"left_active\" " : ""; ?>href="index.php?section=objekte&t=wk">Wohnung-Kauf</a></li>
|
||||
<li><a <?php echo ( isset ( $_GET['t'] ) AND ( 'hm' == $_GET['t'] ) ) ? "class=\"left_active\" " : ""; ?>href="index.php?section=objekte&t=hm">Haus-Miete</a></li>
|
||||
<li><a <?php echo ( isset ( $_GET['t'] ) AND ( 'hk' == $_GET['t'] ) ) ? "class=\"left_active\" " : ""; ?>href="index.php?section=objekte&t=hk">Haus-Kauf</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a <?php echo ( isset ( $_GET['t'] ) AND ( 'gm' == $_GET['t'] ) ) ? "class=\"left_active\" " : ""; ?>href="index.php?section=objekte&t=gm">Gewerbe-Miete</a></li>
|
||||
<li><a <?php echo ( isset ( $_GET['t'] ) AND ( 'gk' == $_GET['t'] ) ) ? "class=\"left_active\" " : ""; ?>href="index.php?section=objekte&t=gk">Gewerbe-Kauf</a></li>
|
||||
<?php
|
||||
/*<li><a <?php echo ( isset ( $_GET['t'] ) AND ( 'mo' == $_GET['t'] ) ) ? "class=\"left_active\" " : ""; ?>href="index.php?section=objekte&t=mo">Multifunktionsobjekt</a></li>
|
||||
*/
|
||||
?>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a <?php echo ( isset ( $_GET['t'] ) AND ( 'ro' == $_GET['t'] ) ) ? "class=\"left_active\" " : ""; ?>href="index.php?section=objekte&t=ro">Anlageobjekte</a></li>
|
||||
</ul>
|
||||
<?php /*
|
||||
<ul>
|
||||
<li><a <?php echo ( isset ( $_GET['t'] ) AND ( 'ao' == $_GET['t'] ) ) ? "class=\"left_active\" " : ""; ?>href="index.php?section=objekte&t=ao">Auslandsobjekte</a></li>
|
||||
<li><a <?php echo ( isset ( $_GET['t'] ) AND ( 'ro' == $_GET['t'] ) ) ? "class=\"left_active\" " : ""; ?>href="index.php?section=objekte&t=ro">Renditeobjekte</a></li>
|
||||
<li><a <?php echo ( isset ( $_GET['t'] ) AND ( 'gs' == $_GET['t'] ) ) ? "class=\"left_active\" " : ""; ?>href="index.php?section=objekte&t=gs">Grundstücke</a></li>
|
||||
</ul>
|
||||
*/ ?>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
15
admin/links/personen.php
Normal file
15
admin/links/personen.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
if ("in" == $_GET['t']) {
|
||||
echo "<ul>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=Personen&t=in\">Interessenten</a>\n";
|
||||
echo " </li>\n";
|
||||
echo "</ul>\n";
|
||||
} elseif ("vv" == $_GET['t']) {
|
||||
echo "<ul>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=Personen&t=vv\">Vermieter / Verkäufer</a>\n";
|
||||
echo " </li>\n";
|
||||
echo "</ul>\n";
|
||||
}
|
||||
?>
|
||||
56
admin/links/stamm.php
Normal file
56
admin/links/stamm.php
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
if ( $_SESSION['IsAdmin'] )
|
||||
{
|
||||
echo "<ul>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=stamm&t=kz&b=fd\">Firmendaten</a>\n";
|
||||
echo " </li>\n";
|
||||
/*
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=stamm&t=kz&b=fl\">Firmenlogo / Header</a>\n";
|
||||
echo " </li>\n";
|
||||
*/
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=stamm&t=kz&b=zg\">Benutzer</a>\n";
|
||||
echo " </li>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=stamm&t=ss&b=pd\">Portaldaten</a>\n";
|
||||
echo " </li>\n";
|
||||
/*
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=stamm&t=kz&b=or\">Objektrubriken</a>\n";
|
||||
echo " </li>\n";
|
||||
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=stamm&t=kz&b=du\">Das Unternehmen</a>\n";
|
||||
echo " </li>\n";
|
||||
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=stamm&t=kz&b=ss\">Schnittstellen</a>\n";
|
||||
echo " </li>\n";
|
||||
*/
|
||||
/*
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=stamm&t=kz&b=seo\">SEO</a>\n";
|
||||
echo " </li>\n";
|
||||
*/
|
||||
echo "</ul>\n";
|
||||
echo "<ul>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=stamm&t=verwaltung\">Immobilienverwaltung</a>\n";
|
||||
echo " </li>\n";
|
||||
echo "</ul>\n";
|
||||
echo "<ul>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=stamm&t=unternehmen\">Unternehmen</a>\n";
|
||||
echo " </li>\n";
|
||||
echo "</ul>\n";
|
||||
/*
|
||||
echo "<ul>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=stamm&t=ss&b=pd\">Portaldaten</a>\n";
|
||||
echo " </li>\n";
|
||||
echo "</ul>\n";
|
||||
*/
|
||||
}
|
||||
?>
|
||||
36
admin/links/statistik.php
Normal file
36
admin/links/statistik.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
if ( $_SESSION['IsAdmin'] )
|
||||
{
|
||||
echo "<ul>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=statistik&t=ms\">Maklerstatistik</a>\n";
|
||||
echo " </li>\n";
|
||||
echo "</ul>\n";
|
||||
echo "<ul>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=statistik&t=os\">Übersicht</a>\n";
|
||||
echo " </li>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=statistik&t=os&b=wi\">Wohnimmobilien</a>\n";
|
||||
echo " </li>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=statistik&t=os&b=gi\">Gewerbeimmobilien</a>\n";
|
||||
echo " </li>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=statistik&t=os&b=si\">Sonstige Immobilien</a>\n";
|
||||
echo " </li>\n";
|
||||
echo "</ul>\n";
|
||||
/*
|
||||
echo "<ul>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=statistik&t=iv\">Interessentenverwaltung</a>\n";
|
||||
echo " </li>\n";
|
||||
echo "</ul>\n";
|
||||
*/
|
||||
echo "<ul>\n";
|
||||
echo " <li>\n";
|
||||
echo " <a href=\"index.php?section=statistik&t=log\">Logfiles</a>\n";
|
||||
echo " </li>\n";
|
||||
echo "</ul>\n";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user