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
dariah
search-commons-views
Commits
222a530f
Commit
222a530f
authored
Jun 20, 2019
by
Gradl, Tobias
Browse files
1295: Prepare release of v3.7
Task-Url:
https://pm.winseda.de/issues/1295
parent
3f86a628
Changes
1
Show whitespace changes
Inline
Side-by-side
item/view.jsp
View file @
222a530f
...
@@ -35,8 +35,12 @@
...
@@ -35,8 +35,12 @@
</c:when>
</c:when>
<c:otherwise>
<c:otherwise>
<c:forEach
items=
"
${
titles
}
"
var=
"title"
>
<c:forEach
items=
"
${
titles
}
"
var=
"title"
>
${fn:replace(title.value, newLineChar, " ")}
<form
method=
"POST"
action=
"
<s:url
value=
"/search/simple/"
/>
"
>
</c:forEach><br
/>
<span>
${fn:replace(title.value, newLineChar, " ")}
</span>
<input
type=
"hidden"
name=
"expression"
value=
"#mlt: ${fn:replace(title.value, newLineChar, ' ')}"
/>
<button
type=
"submit"
class=
"btn btn-inline"
title=
"~Find similar"
onclick=
'resultItem.findSimilar(this);'
><i
class=
"fas fa-search fa-2x"
></i></button>
</form>
</c:forEach>
</c:otherwise>
</c:otherwise>
</c:choose>
</c:choose>
</h1>
</h1>
...
...
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