Files
wachter/admin/links/objekte.php

31 lines
2.0 KiB
PHP

<?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
}
?>