Mercurial > hg > MPIWG-drupal-modules
diff sites/all/modules/custom/solrsearch/solrsearch-term-list-author.tpl.php @ 0:015d06b10d37 default tip
initial
author | dwinter |
---|---|
date | Wed, 31 Jul 2013 13:49:13 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sites/all/modules/custom/solrsearch/solrsearch-term-list-author.tpl.php Wed Jul 31 13:49:13 2013 +0200 @@ -0,0 +1,7 @@ + + +<h2>Authors (found <?php print $cnt ?> starting with letter "<?php print $letter?>")</h2> + +<?php foreach ($authors as $author => $hits):?> +<div><?php print l($author . ' ('. $hits .')','/solrsearch/author_c:"' . $author .'"') ?></div> +<?php endforeach;?> \ No newline at end of file