Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-views
Commits
15aff61b
Commit
15aff61b
authored
Sep 14, 2018
by
Gradl, Tobias
Browse files
1191: Create search result detail view
Task-Url:
https://pm.winseda.de/issues/1191
parent
3ae319da
Changes
1
Hide whitespace changes
Inline
Side-by-side
search/incl/result_item.jsp
View file @
15aff61b
...
...
@@ -26,7 +26,8 @@
<div
class=
"panel panel-search-result search-results-resource-item"
>
<div
class=
"panel-heading"
>
<div
class=
"search-results-resources-collection"
>
~{datasource}
<span
class=
"score pull-right"
>
~{score}
</span></div>
<h3
class=
"panel-title"
>
~{title}
</h3>
<h3
class=
"panel-title"
><a
href=
'
<s:url
value=
"/item/~{resultId}"
/>
'
>
~{title}
<i
class=
"fa fa-link"
aria-hidden=
"true"
></i></a></h3>
<input
id=
"search-result-queryid"
type=
"hidden"
value=
"~{resultId}"
/>
</div>
<div
class=
"panel-body"
>
<div>
...
...
Write
Preview
Markdown
is supported
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