Skip to content

Commit

Permalink
Issue #105
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-stastny committed Jul 16, 2014
1 parent 61d6ca1 commit d4cb794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions search/web/inc/checkUUID.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<c:set var="root_model"><c:out value="${fn:split(model_path, '/')[0]}" /></c:set>
<c:set var="viewable"><x:out select="$doc/response/result/doc/bool[@name='viewable']" /></c:set>
<c:set var="dc_creator"><x:out select="$doc/response/result/doc/arr[@name='dc.creator']/str" /></c:set>
<c:set var="dostupnost"><x:out select="$doc/response/result/doc/str[@name='dostupnost']" /></c:set>
</c:catch>
<c:if test="${exceptions != null}">
<%--
Expand Down
4 changes: 2 additions & 2 deletions search/web/inc/details/tree.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
</style>
<div id="kkk"></div>

<c:set var="class_viewable"><c:if test="${viewable=='true' && root_pid==param.pid}">viewable</c:if></c:set>
<c:url var="url" value="${kconfig.applicationURL}/inc/details/treeNodeInfo.jsp" >
<c:param name="pid" value="${root_pid}" />
Expand All @@ -95,7 +95,7 @@
<ul id="item_tree" class="viewer">
<li id="${root_model}"><span class="ui-icon ui-icon-triangle-1-e folder " >folder</span>
<a href="#" class="model"><fmt:message bundle="${lctx}">fedora.model.${root_model}</fmt:message></a>
<ul><li id="${root_model}_${root_pid}" class="${class_viewable}"><span class="ui-icon ui-icon-triangle-1-e folder " >folder</span>
<ul><li id="${root_model}_${root_pid}" class="${class_viewable} ${dostupnost}"><span class="ui-icon ui-icon-triangle-1-e folder " >folder</span>
<div style="float:left;"><input type="checkbox" /></div>
<div style="float:left;"><a href="#" class="label">${infoa}</a></div></li></ul>
</li>
Expand Down

0 comments on commit d4cb794

Please sign in to comment.