<html>
  <head>
    <title>>Liederauswahl</title>
    <link rel="stylesheet" href="../templates/{$global_template}/css/styles_pc.php" type="text/css">
    <script type="text/javascript" src="livesearch/ajax.js"></script>
    <script type="text/javascript" src="livesearch/ajax-dynamic-list.js"></script>
    <style type="text/css">
      {literal}
      .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;
      }
      {/literal}
    </style>
    <!--[if lt IE 9]>
    <style type=\"text/css\" title=\"text/css\">
      {literal}
      fieldset { border: 1px solid silver; padding: 3px; }
      {/literal}
    </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>