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
321806b2
Commit
321806b2
authored
Jan 21, 2019
by
Gradl, Tobias
Browse files
1255: Migrate search result presentation
Task-Url:
https://pm.winseda.de/issues/1255
parent
0be53833
Changes
2
Hide whitespace changes
Inline
Side-by-side
search/incl/tabs_results.jsp
View file @
321806b2
...
...
@@ -50,7 +50,7 @@
<p
class=
"search-result-tab-heading"
><s:message
code=
"~eu.dariah.de.minfba.search.search.terms.info"
/></p>
<div
id=
"search-results-terms"
></div>
</div>
<div
class=
"tab-pane fade
hide
"
id=
"search-results-explanations-panel"
role=
"tabpanel"
aria-labelledby=
"search-results-explanations-tab"
>
<div
class=
"tab-pane fade"
id=
"search-results-explanations-panel"
role=
"tabpanel"
aria-labelledby=
"search-results-explanations-tab"
>
<p
class=
"search-result-tab-heading"
><s:message
code=
"~eu.dariah.de.minfba.search.view.result.queries"
/></p>
<div
id=
"executed-queries"
></div>
</div>
...
...
templates/incl/head.jsp
View file @
321806b2
...
...
@@ -11,13 +11,7 @@
<c:forEach
items=
"
${
styles
}
"
var=
"css"
>
<link
rel=
"stylesheet"
href=
"
<s:url
value=
"/resources/css/${css}"
/>
"
type=
"text/css"
media=
"screen, projection"
/>
</c:forEach>
<c:if
test=
"
${
customSearch
!=
null
&&
customSearch
.
staticCustomSearch
==
true
}
"
>
<style>
<%@ include
file=
"customSearch.css"
%>
</style>
</c:if>
<script
type=
"text/javascript"
>
var
AppProperties
=
function
()
{
this
.
refreshViews
=
<c:out
value=
"
${
_refreshViews
}
"
/>
;
...
...
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