Leitgedanken/templates_c/4d77bef6ae7aaa7e5e97b666e786fa166d8c0541_0.file.lied_optionen.html.php
2022-11-21 10:38:21 +01:00

162 lines
5.3 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2021-09-03 12:23:49
from '/var/www/web360/htdocs/leitgedanken_php8/templates/standard/lieder/lied_optionen.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_6131f7b5d08811_63395759',
'has_nocache_code' => false,
'file_dependency' =>
array (
'4d77bef6ae7aaa7e5e97b666e786fa166d8c0541' =>
array (
0 => '/var/www/web360/htdocs/leitgedanken_php8/templates/standard/lieder/lied_optionen.html',
1 => 1630662662,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6131f7b5d08811_63395759 (Smarty_Internal_Template $_smarty_tpl) {
?><html>
<head>
<title>>Liederauswahl</title>
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_pc.php" type="text/css">
<?php echo '<script'; ?>
type="text/javascript" src="livesearch/ajax.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="livesearch/ajax-dynamic-list.js"><?php echo '</script'; ?>
>
<style type="text/css">
.font1 { font-size:23.00pt; }
.font2 { line-height:150%; }
fieldset { border: 2px solid #C5D8E1;
border-radius: 6px;
background: white;
margin:10px;
}
legend {
background: white;
color:#6487DC;
font-size:120%;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
}
body {
background: #e2e2e2;
}
#page {
max-width: 1000px;
background: #fff;
}
body, input, textarea {
color: #373737;
}
input[type="text"]
{
font-size:12px;
}
select{
width:250px;
}
/* Big box with list of options */
#ajax_listOfOptions{
position:absolute; /* Never change this one */
width:320px; /* Width of box */
height:200px; /* Height of box */
overflow:auto; /* Scrolling features */
border:1px solid #6487DC; /* Dark blue border */
background-color:#FFF; /* White background color */
text-align:left;
font-family : verdana, arial;
z-index:10000;
}
#ajax_listOfOptions div{ /* General rule for both .optionDiv and .optionDivSelected */
margin:1px;
padding:1px;
cursor:pointer;
font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{ /* Div for each item in list */
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
background-color:#D6DFF7;
color:#002276;
font-family : verdana, arial;
font-weight : bold;
}
#ajax_listOfOptions_iframe{
background-color:#F00;
position:absolute;
z-index:500;
}
</style>
<!--[if lt IE 9]>
<style type=\"text/css\" title=\"text/css\">
fieldset { border: 1px solid silver; padding: 3px; }
</style>
<![endif]-->
</head>
<body>
<br>
<br>
<fieldset>
<legend>Suchoptionen</legend>
<ul>
<li>Ganzes Wort oder Wortbestandteile.<br>
<small>
<b>Ganze Wörter:</b> Suchbegriff "Gott" wird nach Gott gesucht.<br>
<b>Wortbestandteile:</b> Suchbegriff "Gott" wird auch "Gottsfriede" gefunden.
</small>
<br>
<iframe src='suchopt_ganzeswort.php' scrolling='no' marginheight='0' marginwidth='0' height='20' frameborder='0' width='250'></iframe>
</li>
<br>
<li> Bestand, der durchsucht werden soll:<br>
<small>
<b>Gesamtbestand:</b> Chorbuch und Gesangbuch<br>
<b>Gesangbuch:</b> Nur im Gemeindegesangbuch<br>
<b>Chorbuch:</b> Nur im Chorbuch (Mappe)
</small>
<br>
<iframe src='suchopt_bestand.php' scrolling='no' marginheight='0' marginwidth='0' height='20' frameborder='0' width='250'></iframe>
</li>
<br>
<li> In Favoriten suchen<br>
<small>
<b>Gelber Stern:</b> Es werden nur Suchbbegriffe in Liedern gefunden, die als Favorit markiert wurden.<br>
<b>Grauer Stern:</b> Es werden Suchbegriffe auch in Liedern gefunden, die nicht als Favorit markiert wurden.
</small>
<br>
Favoritensuche: <iframe src='ch_favorit_search.php' scrolling='no' marginheight='0' marginwidth='0' height='20' frameborder='0' width='20'></iframe>
</li>
<br>
<li> In Status suchen<br>
<small>
<b>Keine Statusbeschränkung:</b> Der Status eines Liedes wird nicht berücksichtigt.<br>
<b>Aufführbare Lieder:</b> Suche beschränkt sich auf nur auf Lieder, die der Chor kennt.<br>
<b>Übphase:</b> Suche beschränkt sich auf nur auf Lieder, die in der Übphase sind.<br>
<b>Unbekannte Lieder:</b> Suche beschränkt sich auf nur auf Lieder, die weder aufführbar noch in der Übphase sind.
</small>
<br>
<iframe src='suchopt_status_search.php' scrolling='no' marginheight='0' marginwidth='0' height='20' frameborder='0' width='250'></iframe>
</li>
</ul>
</fieldset>
</body>
</html>
<?php }
}