Initial commit
This commit is contained in:
22
templates/standard/ausgabe.html
Normal file
22
templates/standard/ausgabe.html
Normal file
@ -0,0 +1,22 @@
|
||||
<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ützt.</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
Reference in New Issue
Block a user