Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tacet (0.14 sec)

  1. src/main/webapp/WEB-INF/view/searchResults.jsp

    					<c:if test="${facetFound == 'F'}">
    						<li class="list-group-item"><la:message key="labels.facet_is_not_found" /></li>
    					</c:if>
    				</ul>
    			</c:forEach>
    			<c:if test="${!empty ex_q}">
    				<div class="float-right">
    					<la:link href="/search?q=${f:u(q)}"
    						styleClass="btn btn-link btn-sm">
    						<la:message key="labels.facet_label_reset" />
    					</la:link>
    				</div>
    			</c:if>
    		</c:if>
    	</aside>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Jun 09 04:29:42 GMT 2022
    - 9K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/orig/view/searchResults.jsp

    					<c:if test="${facetFound == 'F'}">
    						<li class="list-group-item"><la:message key="labels.facet_is_not_found" /></li>
    					</c:if>
    				</ul>
    			</c:forEach>
    			<c:if test="${!empty ex_q}">
    				<div class="float-right">
    					<la:link href="/search?q=${f:u(q)}"
    						styleClass="btn btn-link btn-sm">
    						<la:message key="labels.facet_label_reset" />
    					</la:link>
    				</div>
    			</c:if>
    		</c:if>
    	</aside>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Jun 09 04:29:42 GMT 2022
    - 9K bytes
    - Viewed (1)
Back to top