File tree 3 files changed +14
-12
lines changed
access/src/main/webapp/WEB-INF/jsp
access-common/src/main/resources/META-INF/resources/jsp/util
3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 119
119
</c:forEach >
120
120
</ul >
121
121
</c:if >
122
- <c:if test =" ${ facetField. name == ' PARENT_COLLECTION' } " >
123
- <div id =" facet_field_path_structure" class =" hidden" >
124
- <c:if test =" ${ not empty selectedContainer } " ><c:set var =" containerPath" value =" /${ selectedContainer. id } " /></c:if >
125
- <c:url var =" structureUrl" scope =" page" value =' structure${ containerPath } /path${ searchStateParameters } ' >
126
- <c:param name =" view" value =" facet" />
127
- <c:param name =" queryp" value =" list" />
128
- <c:param name =" files" value =" false" />
129
- </c:url >
130
- <a href =" <c:out value=" ${structureUrl} " />" ><img src =" /static/images/ajax_loader.gif" /></a >
131
- </div >
132
- </c:if >
133
122
</div >
134
123
</c:forEach >
Original file line number Diff line number Diff line change 57
57
<c:set var =" facetFields" scope =" request" value =" ${ resultResponse. facetFields } " />
58
58
<c:choose >
59
59
<c:when test =" ${ resultType == ' collectionBrowse' } " >
60
-
61
60
<h2 >Refine your results</h2 >
62
61
<c:import url =" /jsp/util/facetList.jsp" >
63
62
<c:param name =" queryMethod" >search</c:param >
66
65
</c:when >
67
66
<c:otherwise >
68
67
<c:set var =" selectedContainer" scope =" request" value =" ${ resultResponse. selectedContainer } " />
68
+ <h2 >Folders</h2 >
69
+ <div id =" facet_field_path_structure" class =" hidden" >
70
+ <c:if test =" ${ not empty resultResponse. selectedContainer } " ><c:set var =" containerPath" value =" /${ selectedContainer. id } " /></c:if >
71
+ <c:url var =" structureUrl" scope =" page" value =' structure${ containerPath } /path' >
72
+ <c:param name =" view" value =" facet" />
73
+ <c:param name =" queryp" value =" list" />
74
+ <c:param name =" files" value =" false" />
75
+ </c:url >
76
+ <a href =" <c:out value=" ${structureUrl} " />" ><img src =" /static/images/ajax_loader.gif" /></a >
77
+ </div >
69
78
<h2 >Refine your search</h2 >
70
79
<c:import url =" /jsp/util/facetList.jsp" >
71
80
<c:param name =" queryMethod" >search</c:param >
Original file line number Diff line number Diff line change @@ -804,6 +804,10 @@ p.navigation_bar a {
804
804
805
805
}
806
806
807
+ # facet_field_path_structure .structure .facet .structure_content {
808
+ max-height : 300px ;
809
+ }
810
+
807
811
.metadata table {
808
812
clear : both;
809
813
font-size : 12px ;
You can’t perform that action at this time.
0 commit comments