225 lines
11 KiB
HTML
Executable File
225 lines
11 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="./templates/{$global_template}/css/styles_pc.php" type="text/css">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>{$men_titel}</title>
|
|
<base target="Hauptframe">
|
|
<style type="text/css">
|
|
{literal}
|
|
body { font-family:Verdana;font-size:11px;color:#000000; }
|
|
|
|
a:visited { font-family:verdana,arial;font-weight:normal;color:#000066; text-decoration:none;}
|
|
a:active { font-family:verdana,arial;font-weight:normal;color:#000066; text-decoration:underline;}
|
|
a:link { font-family:verdana,arial;font-weight:normal;color:#000066; text-decoration:none;}
|
|
a:hover { font-family:verdana,arial;font-weight:normal;color:#000066;text-decoration:underline; }
|
|
|
|
a:link.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
|
a:visited.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
|
a:hover.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:underline; }
|
|
a:active.sub { font-family:Verdana;font-size:10px;color:red;text-decoration:underline; }
|
|
a:focus.sub { font-family:Verdana;font-size:10px;color:red;text-decoration:none; }
|
|
|
|
|
|
{/literal}
|
|
</style>
|
|
{literal}
|
|
<script type="text/javascript">
|
|
<!--
|
|
function show(divid) {
|
|
{/literal}
|
|
{if $j_bereich == '1'}
|
|
{literal}
|
|
document.getElementById("cat1").style.display="none";
|
|
{/literal}
|
|
{/if}
|
|
{if $a_bereich == '1'}
|
|
{literal}
|
|
document.getElementById("cat2").style.display="none";
|
|
{/literal}
|
|
{/if}
|
|
{if $s_bereich == '1'}
|
|
{literal}
|
|
document.getElementById("cat3").style.display="none";
|
|
{/literal}
|
|
{/if}
|
|
{if $e_bereich == '1'}
|
|
{literal}
|
|
document.getElementById("cat4").style.display="none";
|
|
{/literal}
|
|
{/if}
|
|
{literal}
|
|
document.getElementById(divid).style.display="block";
|
|
}
|
|
//-->
|
|
</script>
|
|
{/literal}
|
|
</head>
|
|
<body id="farbe1" class="farbe" leftmargin="2">
|
|
<table border="0" style="border-collapse: collapse" align="center" cellpadding="0" height="100%" id="table1">
|
|
<tr height="15">
|
|
<td>
|
|
<table cellspacing="0" cellpadding="0" width="100%" height="15" border="0" id="table2">
|
|
<tr>
|
|
<td valign="top" align="left" width="26" height="30">
|
|
<img src="./templates/{$global_template}/images/sidebox-title-left.gif">
|
|
</td>
|
|
<td valign="center" align="left" width="143" background="./templates/{$global_template}/images/sidebox-title-bg.gif" height="30">
|
|
<font class="option" color="#ffffff"> <b>{$men_titel}</b></font>
|
|
</td>
|
|
<td valign="top" align="left" width="6" height="30">
|
|
<img src="./templates/{$global_template}/images/sidebox-title-right.gif">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<table cellspacing="0" cellpadding="0" width="175" height="100%" border="0" id="table3">
|
|
<tr valign="top">
|
|
<td valign="bottom" align="left" width="4" background="./templates/{$global_template}/images/sidebox-bar-left.gif">
|
|
|
|
<p><font face="Verdana" style="font-size: 8pt">
|
|
<img src="./templates/{$global_template}/images/sidebox-bar-px.gif"></font>
|
|
</p>
|
|
</td>
|
|
<td valign="top" align="left" width="166" bgcolor="#d6dff7">
|
|
<table cellspacing="0" cellpadding="0" width="164" border="0" height="100%" id="table4">
|
|
<tr>
|
|
<td valign="top">
|
|
<font face="Verdana"><span style="font-size: 8pt">
|
|
{section name=table_data loop=$table_data}
|
|
<br> <strong>·</strong>
|
|
<a target="{$table_data[table_data].target}" href="{$table_data[table_data].dateiname}">{$table_data[table_data].Beschreibung}</a>
|
|
{/section}
|
|
<br><br>
|
|
{section name=table_data1 loop=$table_data1}
|
|
{if $smarty.section.table_data1.rownum == '1'}
|
|
<b><a href="#" onclick="show('cat1')" target="Inhalt"><b> {$men_jahrgang} »</b></a><br></b>
|
|
<div id="cat1" style="display:none">
|
|
{/if}
|
|
{if $smarty.section.table_data1.rownum >= '1'}
|
|
<strong>·</strong>
|
|
<a target="{$table_data1[table_data1].target}" href="{$table_data1[table_data1].dateiname}" class="sub">{$table_data1[table_data1].Beschreibung}</a><br>
|
|
{/if}
|
|
{/section}
|
|
</div>
|
|
<!--
|
|
{section name=table_data2 loop=$table_data2}
|
|
{if $smarty.section.table_data2.rownum == '1'}
|
|
<b><a href="#" onclick="show('cat5')" target="Inhalt"><b> {$men_spec} »</b></a><br></b>
|
|
<div id="cat5" style="display:none">
|
|
{/if}
|
|
{if $smarty.section.table_data2.rownum >= '1'}
|
|
<strong>·</strong>
|
|
<a target="{$table_data2[table_data2].target}" href="{$table_data2[table_data2].dateiname}" class="sub">{$table_data2[table_data2].Beschreibung}</a><br>
|
|
{/if}
|
|
{/section}
|
|
</div>
|
|
{section name=table_data3 loop=$table_data3}
|
|
{if $smarty.section.table_data3.rownum == '1'}
|
|
<b><a href="#" onclick="show('cat4')" target="Inhalt"><b> {$men_lue} »</b></a><br></b>
|
|
<div id="cat4" style="display:none">
|
|
{/if}
|
|
{if $smarty.section.table_data3.rownum >= '1'}
|
|
<strong>·</strong>
|
|
<a target="{$table_data3[table_data3].target}" href="{$table_data3[table_data3].dateiname}" class="sub">{$table_data3[table_data3].Beschreibung}</a><br>
|
|
{/if}
|
|
{/section}
|
|
</div>
|
|
{section name=table_data3a loop=$table_data3a}
|
|
{if $smarty.section.table_data3a.rownum == '1'}
|
|
<b><a href="#" onclick="show('cat6')" target="Inhalt"><b> {$men_kat} »</b></a><br></b>
|
|
<div id="cat6" style="display:none">
|
|
{/if}
|
|
{if $smarty.section.table_data3a.rownum >= '1'}
|
|
<strong>·</strong>
|
|
<a target="{$table_data3a[table_data3a].target}" href="{$table_data3a[table_data3a].dateiname}" class="sub">{$table_data3a[table_data3a].Beschreibung}</a><br>
|
|
{/if}
|
|
{/section}
|
|
</div>
|
|
-->
|
|
|
|
{section name=table_data3 loop=$table_data3}
|
|
{if $smarty.section.table_data3.rownum == '1'}
|
|
<b><a href="#" onclick="show('cat4')" target="Inhalt"><b> {$men_erfassen} »</b></a><br></b>
|
|
<div id="cat4" style="display:none">
|
|
{/if}
|
|
{if $smarty.section.table_data3.rownum >= '1'}
|
|
<strong>·</strong>
|
|
<a target="{$table_data3[table_data3].target}" href="{$table_data3[table_data3].dateiname}" class="sub">{$table_data3[table_data3].Beschreibung}</a><br>
|
|
{/if}
|
|
{/section}
|
|
</div>
|
|
|
|
{section name=table_data4 loop=$table_data4}
|
|
{if $smarty.section.table_data4.rownum == '1'}
|
|
<b><a href="#" onclick="show('cat2')" target="Inhalt"><b> {$men_adm} »</b></a><br></b>
|
|
<div id="cat2" style="display:none">
|
|
{/if}
|
|
{if $smarty.section.table_data4.rownum >= '1'}
|
|
<strong>·</strong>
|
|
<a target="{$table_data4[table_data4].target}" href="{$table_data4[table_data4].dateiname}" class="sub">{$table_data4[table_data4].Beschreibung}</a><br>
|
|
{/if}
|
|
{/section}
|
|
</div>
|
|
{section name=table_data5 loop=$table_data5}
|
|
{if $smarty.section.table_data5.rownum == '1'}
|
|
<b><a href="#" onclick="show('cat3')" target="Inhalt"><b> {$men_stat} »</b></a><br></b>
|
|
<div id="cat3" style="display:none">
|
|
{/if}
|
|
{if $smarty.section.table_data5.rownum >= '1'}
|
|
<strong>·</strong>
|
|
<a target="{$table_data5[table_data5].target}" href="{$table_data5[table_data5].dateiname}" class="sub">{$table_data5[table_data5].Beschreibung}</a><br>
|
|
{/if}
|
|
{/section}
|
|
</div>
|
|
<!---->
|
|
<br>
|
|
<strong>·</strong>
|
|
<a target="_top" href="logout.php">{$men_logout}</a><br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</td>
|
|
<td valign="top" align="left" width="4" background="./templates/{$global_template}/images/sidebox-bar-right.gif">
|
|
<img src="./templates/{$global_template}/images/sidebox-bar-px.gif">
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="15">
|
|
<table cellspacing="0" cellpadding="0" width="175" height="100%" border="0" id="table3">
|
|
<tr valign="top">
|
|
<td valign="bottom" align="left" width="4" background="./templates/{$global_template}/images/sidebox-bar-left.gif">
|
|
|
|
<p><font face="Verdana" style="font-size: 8pt">
|
|
<img src="./templates/{$global_template}/images/sidebox-bar-px.gif"></font>
|
|
</p>
|
|
</td>
|
|
<td valign="top" align="left" width="166" bgcolor="#d6dff7">
|
|
|
|
</td>
|
|
<td valign="top" align="left" width="4" background="./templates/{$global_template}/images/sidebox-bar-right.gif">
|
|
<img src="./templates/{$global_template}/images/sidebox-bar-px.gif">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="15">
|
|
<table cellspacing="0" cellpadding="0" width="175" height="15" border="0" id="table5">
|
|
<tr>
|
|
<td valign="top" align="left" width="175" height="29">
|
|
<img src="./templates/{$global_template}/images/sidebox-bottom.gif">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |