Skip to content

Commit

Permalink
Comment-Formular, experimentellen Satzhieroglyphenstring wieder ausbl…
Browse files Browse the repository at this point in the history
…enden
  • Loading branch information
dwerning committed Jul 5, 2023
2 parents 8b314df + 42df81d commit ad2293d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
12 changes: 8 additions & 4 deletions src/main/resources/templates/fragments/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,13 @@ <h1 class="d-block d-sm-none">TLA</h1>
<span class="mr-1 d-none d-sm-inline" th:text="#{social-button-share}">Share</span>
<i class="fa fa-share-alt share-results"></i></a>
</div>
<!-- ## email-Funktionalität noch nicht nutzbar ##
<div class="functional-icons">
<a href="#" class="btn btn-red solo-icon" role="button" data-toggle="modal" data-target="#modal_comments">
<span class="mr-1" th:text="#{social-button-comment}">Comment</span>
<i class="far fa-comment"></i></a>
</div>
-->
<!-- ## selected help pages th:if ## -->
<th:block th:if="${helppage} == 'lemma-search-results' OR ${helppage} == 'sentence-search-results' OR ${helppage} == 'sentence-page'">
<div th:replace=" :: help-button(${helppage})"/>
Expand Down Expand Up @@ -373,12 +375,14 @@ <h5 class="modal-title" id="exampleModalLongTitle" th:text="#{modal_share_title}
<span th:unless="${token.lemma.id}"><th:block th:replace=" :: token-hieroglyphs"/></span>
</span>
</p>
<p class="bbaw-libertine mb-sm-2">
<span th:if="*{glyphs}">
<!--<th:block th:replace=" :: sentence-hieroglyphs-string"/> JSesh, Problem: no line break-->
<th:block th:replace="fragments/details :: hieroglyphs-unicode-with-controls"/>
<!-- ### experimentelle Unicode-Hieroglyphen-Anzeige
<p class="bbaw-libertine mb-sm-2">
<span th:if="*{glyphs}">-->
<!-- <th:block th:replace=" :: sentence-hieroglyphs-string"/> JSesh, Problem: no line break-->
<!--<th:block th:replace="fragments/details :: hieroglyphs-unicode-with-controls"/>
</span>
</p>
-->
</div>

<!-- sentence transliteration -->
Expand Down
11 changes: 6 additions & 5 deletions src/main/resources/templates/sentence/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ <h2 class="id mt-sm-1" th:text="#{result_page_title_sentence}">Sentence Search R
<span id="queryLemmaIDHeader" th:text="#{field_label_lemma_id}"></span> = <span id="queryLemmaID" th:text="${lemmaID}"> </span>
</div>

<div class="row ml-sm-2" th:if="${searchResults.size} > 0" >
<p th:replace="fragments/search/results :: result-page-desc"/>
<p class="text-secondary development-msg">
<i class="fas fa-wrench"></i> (<span th:utext="#{msg_occurences_sorting}">Sorting being implemented.</span>)
</p>
<div class="row ml-sm-2" th:if="${searchResults.size} > 0">
<div th:replace="fragments/search/results :: result-page-desc"/>
</div>
<div class="row ml-sm-2 text-secondary development-msg" th:if="${searchResults.size} > 0">
<i class="fas fa-wrench"></i>&nbsp;(<span th:utext="#{msg_occurences_sorting}">Sorting being implemented.</span>)
</div>


<div th:if="${searchResults.size} > 0" class="row">

Expand Down

0 comments on commit ad2293d

Please sign in to comment.