Sha256: 00839d48750dfb57d7b2e3af30619b8a1fcb1daebf1b0aebfa339a7c6f8a5b94
Contents?: true
Size: 800 Bytes
Versions: 2
Compression:
Stored size: 800 Bytes
Contents
<ul id="tabs"> <li><a href="#url_for_type('all')" #if("#current_type"=="all")class="selected"#end>$resource.type.all ($response.response.facet_counts.facet_queries.all_types)</a></li> #foreach($type in $response.response.facet_counts.facet_fields.doc_type) #if($type.key) <li><a href="#url_for_type($type.key)" #if($type.value=="0")class="no_results"#end #if("#current_type"==$type.key)class="selected"#end> #label("type.${type.key}.label", $type.key) ($type.value)</a></li> #else #if($type.value > 0) <li><a href="#url_for_type('unknown')" #if("#current_type"=="unknown")class="selected"#end>$resource.type.unknown ($type.value)</a></li> #end #end #end </ul> <div id="results"> #foreach($doc in $response.results) #parse("hit.vm") #end </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-citeproc-0.2.0 | .internal_test_app/solr/conf/velocity/results_list.vm |
blacklight-citeproc-0.1.0 | .internal_test_app/solr/conf/velocity/results_list.vm |