95 lines
2.6 KiB
HTML
95 lines
2.6 KiB
HTML
<menu>
|
|
OpenEventDatabase
|
|
<nav>
|
|
|
|
|
|
<a routerLink="/agenda">agenda</a>
|
|
<a routerLink="/unlocated-events">événements non localisés</a>
|
|
<a href="/demo/stats">stats</a>
|
|
<a href="https://source.cipherbliss.com/tykayn/oedb-backend">sources</a>
|
|
</nav>
|
|
|
|
<div id="editor_form">
|
|
<!-- <div id="search_input">
|
|
<input type="text" value="" placeholder="Rechercher une catégorie d'évènement">
|
|
</div>
|
|
<div id="what_categories">
|
|
@for (oedbc of oedb_what_categories; track $index) {
|
|
<div class="category">
|
|
<div class="emoji">
|
|
{{ oedbc.emoji }}
|
|
</div>
|
|
|
|
<div class="label">
|
|
|
|
{{ oedbc.label }}
|
|
</div>
|
|
</div>
|
|
}
|
|
</div> -->
|
|
<!--
|
|
<hr>
|
|
(bouton de template pour ne pas remplir le formulaire)
|
|
<hr>
|
|
|
|
(reste optionnel du formulaire)
|
|
<label for="where">Nom</label>
|
|
<input type="text" name="name">
|
|
|
|
<label for="where">Description</label>
|
|
<input type="text" name="description">
|
|
|
|
<hr>
|
|
<label for="where">Where</label>
|
|
<input type="text" name="where">
|
|
<label for="what:series">What série</label>
|
|
<input type="text" name="what:series">
|
|
<label for="what:series">Wikidata</label>
|
|
<input type="text" name="wikidata">
|
|
<hr>
|
|
<label for="lat">Latitude</label>
|
|
<input type="text" name="lat">
|
|
<label for="lat">Longitude</label>
|
|
<input type="text" name="lon">
|
|
|
|
<select name="featureType" id="featureType">
|
|
<option value="point"></option>
|
|
<option value="polyline"></option>
|
|
<option value="bbox"></option>
|
|
</select> -->
|
|
|
|
</div>
|
|
|
|
<!-- <div id="found_list">
|
|
<h2>données</h2>
|
|
(liste des éléments trouvés)
|
|
<ul>
|
|
<li></li>
|
|
</ul>
|
|
</div>
|
|
<div id="actions">
|
|
|
|
(actions)
|
|
<button class="button">exporter</button>
|
|
<button class="button">envoyer</button>
|
|
<button class="button">créer</button>
|
|
<button class="button">supprimer</button>
|
|
<button class="button">oui, toujours là</button>
|
|
<button class="button">non plus là</button>
|
|
<button class="button">pouet pouet!</button>
|
|
<hr>
|
|
<button class="button" (click)="toggleView()">Basculer carte / tableau</button>
|
|
<div class="downloaders">
|
|
<button class="button" (click)="downloadGeoJSON()">Télécharger GeoJSON</button>
|
|
<button class="button" (click)="downloadCSV()">Télécharger CSV</button>
|
|
</div>
|
|
</div>
|
|
<div id="user_infos">
|
|
login OSM:
|
|
<a href="https://www.openstreetmap.org/user/tykayn">tykayn</a>
|
|
<br>
|
|
points de l'utilisateur:
|
|
12 points.
|
|
</div> -->
|
|
|
|
</menu>
|