|
@@ -6,9 +6,11 @@
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<title>SEARCH PROGETTO 2023</title>
|
|
|
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css"
|
|
|
- integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
|
|
-
|
|
|
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
|
|
+ <link rel="stylesheet" href="css/mystyle.css">
|
|
|
+ <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
|
|
+<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
|
|
|
+<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
|
|
|
<header>
|
|
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-light bg-white">
|
|
@@ -36,91 +38,65 @@
|
|
|
</div>
|
|
|
</nav>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- <div class="p-5 text-center bg-image" style="
|
|
|
- background-image: url('http://www.ovi.cnr.it/images/2021-01-1912.43.48.jpg');
|
|
|
- height: 400px;
|
|
|
- ">
|
|
|
- <div class="mask" style="background-color: rgba(0, 0, 0, 0.6);">
|
|
|
- <div class="d-flex justify-content-center align-items-center h-100">
|
|
|
- <div class="text-white">
|
|
|
- <h1 class="mb-3">La Ricerca</h1>
|
|
|
- <h4 class="mb-3">Seleziona la tipologia di ricerca: Lemmi o Forme</h4>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
</header>
|
|
|
|
|
|
<body>
|
|
|
- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
|
|
- integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
|
|
|
- </script>
|
|
|
- <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js"
|
|
|
- integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
|
|
|
- </script>
|
|
|
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
|
|
|
- integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
|
|
|
- crossorigin="anonymous"></script>
|
|
|
|
|
|
<script type="text/javascript" src="js/ricerca.js"></script>
|
|
|
|
|
|
- <div class="container m-2">
|
|
|
+ <div class="container">
|
|
|
+
|
|
|
+ <div id="title" class="row justify-content-center align-items-center">
|
|
|
+ <h1>Progetto 2023</h1>
|
|
|
+ </div>
|
|
|
|
|
|
<div class="row height d-flex justify-content-center align-items-center">
|
|
|
|
|
|
- <div class="col-md-8">
|
|
|
- <div class="row">
|
|
|
- <div class="search">
|
|
|
- <i class="fa fa-search"></i>
|
|
|
- <input id="barraDiRicerca" type="text" class="form-control" placeholder="Inserisci il Lemma o la Forma da cercare">
|
|
|
- <button class="btn btn-primary" onclick="funzioneRicerca()">Cerca</button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <div class="col">
|
|
|
|
|
|
<div class="row">
|
|
|
- <div class="form-check">
|
|
|
- <input id="cbForme" value="forma" class="form-check-input" type="radio" name="exampleRadios" onclick="changeFL('lemmi')">
|
|
|
- <label class="form-check-label" for="exampleRadios1">
|
|
|
- FORME
|
|
|
- </label>
|
|
|
+ <div class="col-6">
|
|
|
+ <div class="input-group form-check">
|
|
|
+ <input id="barraDiRicerca" type="text" class="form-control" aria-label="Text input with dropdown button">
|
|
|
+ <select id="flViewBy">
|
|
|
+ <option value="forma" selected="selected">Forma</option>
|
|
|
+ <option value="lemma">Lemma</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="form-check">
|
|
|
- <input id="cbLemmi" value="lemma" class="form-check-input" type="radio" name="exampleRadios" onclick="changeFL('forme')">
|
|
|
- <label class="form-check-label" for="exampleRadios2">
|
|
|
- LEMMI
|
|
|
- </label>
|
|
|
+ <div class="col">
|
|
|
+ <div class="form-check">
|
|
|
+ <input id="ricercaEx" value="ricerca_espansa" class="form-check-input" type="checkbox" name="espansa" >
|
|
|
+ <label class="form-check-label" for="checkbox1">
|
|
|
+ Ricerca espansa
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="form-check">
|
|
|
- <input id="ricercaEx" value="ricerca_espansa" class="form-check-input" type="checkbox" name="espansa" >
|
|
|
- <label class="form-check-label" for="checkbox1">
|
|
|
- Ricerca espansa
|
|
|
- </label>
|
|
|
+ <div class="col">
|
|
|
+ <div class="form-check">
|
|
|
+ <input id="raddoppiata" value="raddoppiata" class="form-check-input" type="checkbox" name="raddoppiata">
|
|
|
+ <label class="form-check-label" for="checkbox2">
|
|
|
+ Raddoppiata
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="form-check">
|
|
|
- <input id="raddoppiata" value="raddoppiata" class="form-check-input" type="checkbox" name="raddoppiata">
|
|
|
- <label class="form-check-label" for="checkbox2">
|
|
|
- Raddoppiata
|
|
|
- </label>
|
|
|
+ <div class="col">
|
|
|
+ <div class="form-check">
|
|
|
+ <input id="showOther" value="mostra" class="form-check-input" type="checkbox" name="altro">
|
|
|
+ <label class="form-check-label" for="showOther">
|
|
|
+ Mostra <span id="mostraFormaLemma">lemmi</span>
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
- <div class="row">
|
|
|
- <div class="form-check">
|
|
|
- <input id="showOther" value="mostra" class="form-check-input" type="checkbox" name="altro">
|
|
|
- <label class="form-check-label" for="showOther">
|
|
|
- Mostra <span id="mostraFormaLemma"></span>
|
|
|
- </label>
|
|
|
- </div>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
-
|
|
|
+ </div>
|
|
|
|
|
|
+ <div id="searchBar" class="row">
|
|
|
+ <button id="lauchSearch" class="btn btn-primary" onclick="funzioneRicerca()">Cerca</button>
|
|
|
</div>
|
|
|
|
|
|
<span id="params"></span><br />
|