You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
812 B
25 lines
812 B
12 years ago
|
<?php
|
||
|
|
||
|
/**
|
||
11 years ago
|
* @file roblib-search-solr-site-results.tpl.php
|
||
|
*
|
||
12 years ago
|
*
|
||
|
* Variables available:
|
||
|
* - $variables: all array elements of $variables can be used as a variable. e.g. $base_url equals $variables['base_url']
|
||
|
*
|
||
|
*/
|
||
|
?>
|
||
11 years ago
|
<?
|
||
|
// Get rid of warnings in admin interface
|
||
|
if (!isset($type)){
|
||
|
$type = 'results';
|
||
|
}
|
||
|
?>
|
||
11 years ago
|
<div class ="roblib-search-more" id="roblib-search-solr-site-<?php echo $type;?>-more"></div>
|
||
|
<div class ="roblib-search-content solr-site-<?php echo $type;?>" id="roblib-search-content-solr-site-<?php echo $type;?>">
|
||
11 years ago
|
<img src="<?php print (empty($spinner_path) ? ' ' : $spinner_path); ?>"/>
|
||
12 years ago
|
</div>
|
||
7 years ago
|
|
||
7 years ago
|
<div id="roblib-solr-more-results-<?php print($type)?>" class="roblib-solr-more-button "></div>
|
||
7 years ago
|
<div id="roblib-solr-search-toc-<?php print($type)?>" class="roblib-bento-toc moveme-please"></div>
|