Einchecken des Online-Codes

This commit is contained in:
2017-05-07 14:37:49 +00:00
parent 9c1d71cea6
commit 85cc95c574
635 changed files with 76260 additions and 0 deletions

31
admin/links/objekte.php Normal file
View 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
}
?>