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
6a1f0221
Commit
6a1f0221
authored
Feb 25, 2017
by
Gradl, Tobias
Browse files
678: Implement search result preview
Task-Url:
https://mantisbt.tgradl.de/view.php?id=678
parent
8102a9e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
search/incl/result_item.jsp
View file @
6a1f0221
...
...
@@ -2,8 +2,8 @@
<%@ taglib
prefix=
"s"
uri=
"http://www.springframework.org/tags"
%>
<div
class=
"row"
>
<div
class=
"col-sm-2
search-results-image"
id=
"search-results-image-~{index}"
>
<div
id=
"search-results-image-carousel-~{index}"
class=
"carousel slide"
data-ride=
"carousel"
>
<div
style=
"width: 135px; float: left;"
class=
"
search-results-image"
id=
"search-results-image-~{index}"
>
<div
id=
"search-results-image-carousel-~{index}"
style=
"height: 135px;"
class=
"carousel slide"
data-ride=
"carousel"
>
<ol
class=
"carousel-indicators"
></ol>
<div
class=
"carousel-inner"
role=
"listbox"
></div>
...
...
@@ -20,7 +20,7 @@
</div>
<div
class=
"col-sm-10
"
>
<div
style=
"margin-left: 150px;
"
>
<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>
...
...
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