Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
stardat
stardat-ddieditor
Commits
de6d0682
Commit
de6d0682
authored
Dec 02, 2020
by
Nugraha, Sigit
Browse files
Remove redundant study start, and study end, due to study period field
parent
d271c6c0
Pipeline
#15365
passed with stage
in 2 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/templates/html/export_de_html_study.html
View file @
de6d0682
...
...
@@ -25,18 +25,18 @@
<span
th:text=
"${q.publicationYear}"
></span>
</td>
</tr>
<tr
th:if=
"${q.collectionBegin != null and q.collectionBegin != ''}"
>
<td>
Erhebungsstart
</td>
<td>
<span
th:text=
"${q.collectionBegin}"
></span>
</td>
</tr>
<tr
th:if=
"${q.collectionEnd != null and q.collectionEnd != ''}"
>
<td>
Erhebungsende
</td>
<td>
<span
th:text=
"${q.collectionEnd}"
></span>
</td>
</tr>
<!--
<tr th:if="${q.collectionBegin != null and q.collectionBegin != ''}">
-->
<!--
<td>Erhebungsstart</td>
-->
<!--
<td>
-->
<!--
<span th:text="${q.collectionBegin}"></span>
-->
<!--
</td>
-->
<!--
</tr>
-->
<!--
<tr th:if="${q.collectionEnd != null and q.collectionEnd != ''}">
-->
<!--
<td>Erhebungsende</td>
-->
<!--
<td>
-->
<!--
<span th:text="${q.collectionEnd}"></span>
-->
<!--
</td>
-->
<!--
</tr>
-->
<tr
th:if=
"${q.period != null and q.period != ''}"
>
<td>
Periode der Erhebungsdatum
</td>
<td>
...
...
src/main/resources/templates/html/export_en_html_study.html
View file @
de6d0682
...
...
@@ -25,18 +25,18 @@
<span
th:text=
"${q.publicationYear}"
></span>
</td>
</tr>
<tr
th:if=
"${q.collectionBegin != null and q.collectionBegin != ''}"
>
<td>
Study start
</td>
<td>
<span
th:text=
"${q.collectionBegin}"
></span>
</td>
</tr>
<tr
th:if=
"${q.collectionEnd != null and q.collectionEnd != ''}"
>
<td>
Study end
</td>
<td>
<span
th:text=
"${q.collectionEnd}"
></span>
</td>
</tr>
<!--
<tr th:if="${q.collectionBegin != null and q.collectionBegin != ''}">
-->
<!--
<td>Study start</td>
-->
<!--
<td>
-->
<!--
<span th:text="${q.collectionBegin}"></span>
-->
<!--
</td>
-->
<!--
</tr>
-->
<!--
<tr th:if="${q.collectionEnd != null and q.collectionEnd != ''}">
-->
<!--
<td>Study end</td>
-->
<!--
<td>
-->
<!--
<span th:text="${q.collectionEnd}"></span>
-->
<!--
</td>
-->
<!--
</tr>
-->
<tr
th:if=
"${q.period != null and q.period != ''}"
>
<td>
Study period
</td>
<td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment