2023-02-01 09:14:31 +01:00

28 lines
1.3 KiB
HTML

<html>
<head>
<title>{$global_titel}</title>
</head>
<frameset framespacing="0" border="0" frameborder="0" cols="*,305">
{if $ausgabe_ansicht == '1'}
<frame name="Banner" id='Banner' scrolling="auto" noresize target="Inhalt" src="ansicht.php?lid={$ausgabe_lid}&verweis={$ausgabe_verweis}&suchart={$ausgabe_suchart}">
<!--
<frame name="Banner" id='Banner' scrolling="auto" noresize target="Inhalt" src="ansicht.php?lid={$ausgabe_lid}&verweis={$ausgabe_verweis}&suchart={$ausgabe_suchart}&inhalt_hig={$ausgabe_inhalt_hig}">
-->
{else}
<frame name="Banner" id='Banner' scrolling="auto" noresize target="Inhalt" src="ansicht2.php?lid={$ausgabe_lid}&verweis={$ausgabe_verweis}&suchart={$ausgabe_suchart}">
<!--
<frame name="Banner" id='Banner' scrolling="auto" noresize target="Inhalt" src="ansicht2.php?lid={$ausgabe_lid}&verweis={$ausgabe_verweis}&suchart={$ausgabe_suchart}&inhalt_hig={$ausgabe_inhalt_hig}">
-->
{/if}
<frameset rows="175,*">
<frame name="lied" id='lied' scrolling="auto" src="lieder.php?ausgabe_ansicht={$ausgabe_ansicht}&lid={$ausgabe_lid}" noresize>
<frame name="comment" id='comment' scrolling="auto" src="notizen.php?lid={$ausgabe_lid}" noresize>
</frameset>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterst&uuml;tzt.</p>
</body>
</noframes>
</frameset>
</html>