Initial commit
This commit is contained in:
@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.39, created on 2021-09-03 12:07:29
|
||||
from '/var/www/web360/htdocs/leitgedanken_php8/templates/standard/ausgabe.html' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.39',
|
||||
'unifunc' => 'content_6131f3e1da2c62_01758744',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'd5699e595f0d15f9152441f1b93094d0fd027a77' =>
|
||||
array (
|
||||
0 => '/var/www/web360/htdocs/leitgedanken_php8/templates/standard/ausgabe.html',
|
||||
1 => 1630662650,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_6131f3e1da2c62_01758744 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><html>
|
||||
<head>
|
||||
<title><?php echo $_smarty_tpl->tpl_vars['global_titel']->value;?>
|
||||
</title>
|
||||
</head>
|
||||
|
||||
<frameset framespacing="0" border="0" frameborder="0" cols="*,305">
|
||||
<?php if ($_smarty_tpl->tpl_vars['ausgabe_ansicht']->value == '1') {?>
|
||||
<frame name="Banner" id='Banner' scrolling="auto" noresize target="Inhalt" src="ansicht.php?lid=<?php echo $_smarty_tpl->tpl_vars['ausgabe_lid']->value;?>
|
||||
&verweis=<?php echo $_smarty_tpl->tpl_vars['ausgabe_verweis']->value;?>
|
||||
&suchart=$suchart<?php echo $_smarty_tpl->tpl_vars['ausgabe_suchart']->value;?>
|
||||
=<?php echo $_smarty_tpl->tpl_vars['ausgabe_inhalt_hig']->value;?>
|
||||
">
|
||||
<?php } else { ?>
|
||||
<frame name="Banner" id='Banner' scrolling="auto" noresize target="Inhalt" src="ansicht2.php?lid=<?php echo $_smarty_tpl->tpl_vars['ausgabe_lid']->value;?>
|
||||
&verweis=<?php echo $_smarty_tpl->tpl_vars['ausgabe_verweis']->value;?>
|
||||
&suchart=$suchart<?php echo $_smarty_tpl->tpl_vars['ausgabe_suchart']->value;?>
|
||||
=<?php echo $_smarty_tpl->tpl_vars['ausgabe_inhalt_hig']->value;?>
|
||||
">
|
||||
<?php }?>
|
||||
<frameset rows="175,*">
|
||||
<frame name="lied" id='lied' scrolling="auto" src="lieder.php?ausgabe_ansicht=<?php echo $_smarty_tpl->tpl_vars['ausgabe_ansicht']->value;?>
|
||||
&lid=<?php echo $_smarty_tpl->tpl_vars['ausgabe_lid']->value;?>
|
||||
" noresize>
|
||||
<frame name="comment" id='comment' scrolling="auto" src="notizen.php?lid=<?php echo $_smarty_tpl->tpl_vars['ausgabe_lid']->value;?>
|
||||
" noresize>
|
||||
</frameset>
|
||||
<noframes>
|
||||
<body>
|
||||
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html><?php }
|
||||
}
|
Reference in New Issue
Block a user