Skip to content

Commit

Permalink
Merge branch 'main' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Riedel authored and Marcel Riedel committed Nov 7, 2023
2 parents 5bb064d + 65459bb commit badcc64
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 1 deletion.
87 changes: 87 additions & 0 deletions frontend/con10t/de/AA_2023_1_Schachner.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<style>

.con10t-row {
margin-top: 10vh;
}

#sticky-sidebar {
padding-top: 4vw;
padding-bottom: 2vw;
position: -webkit-sticky;
position: sticky;
top: 0;
}

@media (max-width: 992px) {
#sticky-sidebar {
position: relative;
}

.con10t-image {
float: none;
}
}
</style>


<!-- Kopfbereich der Projektseite -->
<idai-header
image="/con10t/headerimages/AA_Logo-Querformat.jpg"
description="A. Schachner, Die Ausgrabungen in Boğazköy-Ḫattuša 2022, AA 2023/1, § 1–210, https://doi.org/10.34780/e12d-4ac2. Supplement"
link="https://doi.org/10.34780/e12d-4ac2">
</idai-header>

<!-- Hauptbereich der Projektseite -->
<div class="con10t-page teaserpage container">

<div class="con10t-row">

<div class="con10t-title">
<h1>A. Schachner, Die Ausgrabungen in Boğazköy-Ḫattuša 2022, AA 2023/1, § 1–210, https://doi.org/10.34780/e12d-4ac2. Supplement</h1>
</div>
###
<div id="sticky-sidebar" class="con10t-sidebar">

<con10t-toc toc-heading="Übersicht"></con10t-toc>

<h3>Suche in den Daten des Projektes</h3>

<!-- Map -->
<div ng-init="config = {
clustered: false,
facetsSelect: [
{
key: 'catalogIds',
value: 1513
}
]
}">
</div>

<div con10t-map style = "margin-bottom: 1vw;"
id="map"
limit="200"
facets-select="config.facetsSelect"
lat="40.020808"
lng="34.615173"
zoom="12">
</div>

<a con10t-search-query target = "_blank">Alle Datensätze anzeigen</a>

<con10t-search catalog-id="1513"></con10t-search>

<div style="padding: 2vh 0;">
<con10t-image src = "/con10t/img/AA_2023_1_Schachner/AA_2023_1_Schachner_TitlePage.jpg" alt = "Startseite-Printausgabe" width = "340"></con10t-image>
<h4><a href="https://doi.org/10.34780/e12d-4ac2">Vollständiger Artikel abrufbar über iDAI.publications/journals</a></h4>
</div>

</div>

<div class="con10t-content">
<h2 class="con10t-toc-entry">3D-Modelle von Helm und Schöpfkelle, Tilkitepe/Boğazköy</h2>
<con10t-catalog-tree catalog-id="1513" style="width:100%" float:left=""></con10t-catalog-tree>
</div>

</div>
</div>
4 changes: 3 additions & 1 deletion frontend/con10t/de/ewert.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ <h2 class="con10t-toc-entry">Die Archivunterlagen und ihre Erschließung</h2>

<h2 class="con10t-toc-entry">Thematischer Einstieg</h2>
<p>
<con10t-tree fq="facet_bestandsname:Ewert-Nachlass" hierarchy-facets="facet_ort"></con10t-tree>
<con10t-tree
fq="facet_bestandsname:Ewert-Nachlass"
hierarchy-facets="facet_ort,facet_subkategoriebestand_level2"></con10t-tree>
</p>

<h2 class="con10t-toc-entry">Bibliographie von Christian Ewert</h2>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit badcc64

Please sign in to comment.