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
search-commons-views
Commits
c2b9cfe6
Commit
c2b9cfe6
authored
Feb 27, 2019
by
Gradl, Tobias
Browse files
1191: Create search result detail view
Task-Url:
https://pm.winseda.de/issues/1191
parent
99730e9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
search/incl/result_item.jsp
View file @
c2b9cfe6
...
...
@@ -28,7 +28,11 @@
<div
class=
"search-results-resource-item"
>
<span
class=
"search-result-score"
>
~{score}
</span>
<h3
class=
"search-result-datasource"
>
~{datasource}
</h3>
<h2
class=
"search-result-title"
>
~{title}
</h2>
<h2
class=
"search-result-title"
>
<a
target=
"_self"
href=
'
<s:url
value=
"/item/~{type}/~{resultId}/"
/>
'
>
<i
class=
"fas fa-external-link-square-alt"
></i>
~{title}
</a>
</h2>
<ul
class=
"search-result-links"
>
~{link}
</ul>
<div
class=
"search-result-objects"
id=
"search-result-objects-~{index}"
></div>
<ul
class=
"search-result-highlights"
>
~{highlights}
</ul>
...
...
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