master
parent
fc9cb8d190
commit
8fc8c48414
|
@ -1,137 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta lang="de"/>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="device=device-width, initial-scaling=1"/>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css"/>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<title>Candle Bibliothek | Erweiterte Suche</title>
|
||||
<link rel="icon" href="pictures/candle.png">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="kopf" >
|
||||
<br><br>
|
||||
Bibliothek <a href="index.html" id="bildID"> <img id="CandleID" src="pictures/candle.png" alt="Bild von einer Kerze"
|
||||
width="200" height="192"/> </a>
|
||||
<br><br> Candle
|
||||
</h1>
|
||||
<div>
|
||||
<a id="uberuns" href="uberuns.html">Über Uns</a>
|
||||
<a id="buecher" href="buecher.html">Bücher</a>
|
||||
<a id="meinebuecher" href="anmelden_meinebuecher.php">Meine Bücher</a>
|
||||
<a id="abmelden" href="abmelden.php">Abmelden</a>
|
||||
<form action="">
|
||||
<input class="suchleiste" type="search" placeholder="Suche..." >
|
||||
<button type="submit" id="buttonID" class="searchButton"><i class="fa fa-search"></i> </button>
|
||||
</form>
|
||||
<a id="erweitertesuche" href="erweitertesuche.html">Erweiterte Suche</a>
|
||||
<a href="anmelden.php" id="warenKorbID"> <img id="shoppingCard" src="pictures/einkaufswagen.png" alt="Bild von einem Wagen"
|
||||
width="50" height="50"/> </a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="hauptcontainer">
|
||||
<span id="titelerweitertesuche" > Erweiterte Suche </span> <br><br>
|
||||
<form action="erweiterte_suche.php" method="get">
|
||||
<select id="dropdown1" class="buchtitel">
|
||||
<option selected="selected">Titel</option>
|
||||
<option>Autor</option>
|
||||
<option>Verlag</option>
|
||||
<option>Stichwort</option>
|
||||
</select>
|
||||
<input type="search" class="buchtiteloptions">
|
||||
|
||||
<select id="and_or" class="und-wort1">
|
||||
<option>und</option>
|
||||
<option>oder</option>
|
||||
</select>
|
||||
<select id="dropdown2" class="autor">
|
||||
<option>Titel</option>
|
||||
<option selected="selected">Autor</option>
|
||||
<option>Verlag</option>
|
||||
<option>Stichwort</option>
|
||||
</select>
|
||||
<input type="search" class="autoroptions">
|
||||
|
||||
<select id="and_or" class="und-wort2">
|
||||
<option>und</option>
|
||||
<option>oder</option>
|
||||
</select>
|
||||
<select id="dropdown3" class="stichwort">
|
||||
<option>Titel</option>
|
||||
<option>Autor</option>
|
||||
<option>Verlag</option>
|
||||
<option selected="selected">Stichwort</option>
|
||||
</select>
|
||||
<input type="search" class="stichwörteroptions">
|
||||
|
||||
<span id="weiteresuchkriterien" style> Weitere Suchkriterien</span><br><br></p>
|
||||
<span class="jahrvon">Jahr von </span>
|
||||
<input type="date" class="anfangsdatum" name="Buchdatum1">
|
||||
<span class="bis">bis </span>
|
||||
<input type="date" class="endsdatum" name="Buchdatum2">
|
||||
<span class="sprache">Sprache </span>
|
||||
<select id="language" class="spracheingabe">
|
||||
<option>Alle Sprachen</option>
|
||||
<option>Deutsch</option>
|
||||
<option>Englisch</option>
|
||||
<option>Französisch</option>
|
||||
<option>Arabisch</option>
|
||||
</select>
|
||||
<datalist id="sprachoptionen">
|
||||
<option value="Deutsch"></option>
|
||||
<option value="Englisch"></option>
|
||||
<option value="Arabisch"></option>
|
||||
<option value="Französisch"></option>
|
||||
</datalist>
|
||||
<span class="verfügbarkeit">Verfügbarkeit</span>
|
||||
<input type="checkbox" class="checkbox" name="status" value="verfügbareBücher">
|
||||
<span class="kommentar">verfügbare Bücher</span>
|
||||
|
||||
<input type="submit" id="suchen" value="Suchen">
|
||||
<a id="suchfelderleeren" href="">Suchfelder leeren</a>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!--Link JS file-->
|
||||
<script src="burgerIcon.js"></script>
|
||||
<!--If it was small and got big, it calls the function only one time and doesn't do it all the time-->
|
||||
<script>
|
||||
var widthissue = false;
|
||||
window.addEventListener("resize", function(event) {
|
||||
if(window.innerWidth > 800 && widthissue) {
|
||||
widthissue = false
|
||||
unset()
|
||||
}
|
||||
else if(window.innerWidth < 800) widthissue = true;
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<nav id="activeid" class="active">
|
||||
<div class="navLinks">
|
||||
<input class="nav-toggleclass"id="nav-toggle" type="checkbox" onclick="openNav()";>
|
||||
<label for="nav-toggle" class="icon-burger" >
|
||||
<div class="line"></div>
|
||||
<div class="line"></div>
|
||||
<div class="line"></div>
|
||||
</label>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<footer class="fuss" >
|
||||
<div>
|
||||
<a id="impressum" href="impressum.html">Impressum</a>
|
||||
<a id="kontakt" href="kontakt.html">Kontakt</a>
|
||||
<a id="datenschutz" href="datenschutz.html">Datenschutz</a>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,3 +0,0 @@
|
|||
<?php
|
||||
echo "Hallo!";
|
||||
?>
|
|
@ -34,12 +34,13 @@
|
|||
|
||||
<div class="hauptcontainer">
|
||||
<span id="titelerweitertesuche" > Erweiterte Suche </span> <br><br>
|
||||
<form action="suchergebnisse.php" method="get">
|
||||
<form action="suchergebnisse_erweiterte_suche.php" method="get">
|
||||
<select id="dropdown1" name="dropdown1" class="buchtitel">
|
||||
<option selected="selected">Titel</option>
|
||||
<option>Autor</option>
|
||||
<option>Verlag</option>
|
||||
<option>Stichwort</option>
|
||||
<option>Kategorie</option>
|
||||
</select>
|
||||
<input type="search" name="search1" class="buchtiteloptions">
|
||||
|
||||
|
@ -52,6 +53,7 @@
|
|||
<option selected="selected">Autor</option>
|
||||
<option>Verlag</option>
|
||||
<option>Stichwort</option>
|
||||
<option>Kategorie</option>
|
||||
</select>
|
||||
<input type="search" name="search2" class="autoroptions">
|
||||
|
||||
|
@ -64,6 +66,7 @@
|
|||
<option>Autor</option>
|
||||
<option>Verlag</option>
|
||||
<option selected="selected">Stichwort</option>
|
||||
<option>Kategorie</option>
|
||||
</select>
|
||||
<input type="search" name="search3" class="stichwörteroptions">
|
||||
|
||||
|
|
Loading…
Reference in New Issue