Mercurial > hg > solrsearch
comparison solrsearch-term-list-author.tpl.php @ 0:a2b4f67e73dc default tip
initial
author | Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 08 Jun 2015 10:21:54 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a2b4f67e73dc |
---|---|
1 <h2 class="resultoverview"><?php print $cnt ?> authors found for: <?php print $letter?></h2> | |
2 | |
3 <?php foreach ($authors as $author => $hits):?> | |
4 <div><?php print l($author . ' ('. $hits .')','/solrsearch/author_c:"' . $author .'"') ?></div> | |
5 <?php endforeach;?> |