Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
TextGridRep Portal
Commits
31ff63e5
Commit
31ff63e5
authored
Mar 12, 2020
by
Ubbo Veentjer
Browse files
offer zip file with plaintext
closes
#2
parent
0a7ec97a
Pipeline
#127654
passed with stages
in 7 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/components/searchResults.jsp
View file @
31ff63e5
...
...
@@ -57,6 +57,7 @@
<a
class=
"tg dropdown_toggle -download"
>
${i18n['download-all']}
</a>
<ul
class=
"tg dropdown_menu"
>
<li
class=
"tg dropdown_item"
><a
class=
"tg dropdown_link"
href=
"${aggregatorUrl}/zip/query?query=${utils:urlencode(realQueryString)}${filterQueryString}${aggregatorSandboxParam}"
data-type=
"zip"
>
ZIP
</a></li>
<li
class=
"tg dropdown_item"
><a
class=
"tg dropdown_link"
href=
"${aggregatorUrl}/zip/query?query=${utils:urlencode(realQueryString)}${filterQueryString}${aggregatorSandboxParam}&transform=text&meta=false&only=text/xml&dirnames="
data-type=
"zip"
>
ZIP / text only
</a></li>
<!-- other exports do not work yet
<li class="tg dropdown_item"><a class="tg dropdown_link" href="${aggregatorUrl}/epub/query?query=${query}${filterQueryString}" data-type="ebook">E-Book</a></li>
<li class="tg dropdown_item"><a class="tg dropdown_link" href="${aggregatorUrl}/teicorpus/query?query=${query}${filterQueryString}" data-type="tei-corpus">TEI-Corpus</a></li>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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