2022-11-21 09:47:28 +01:00

22 lines
994 B
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=$suchart{$ausgabe_suchart}={$ausgabe_inhalt_hig}">
{else}
<frame name="Banner" id='Banner' scrolling="auto" noresize target="Inhalt" src="ansicht2.php?lid={$ausgabe_lid}&verweis={$ausgabe_verweis}&suchart=$suchart{$ausgabe_suchart}={$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>