annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
015d06b10d37 initial
dwinter
parents:
diff changeset
1
015d06b10d37 initial
dwinter
parents:
diff changeset
2
015d06b10d37 initial
dwinter
parents:
diff changeset
3 <h2>Authors (found <?php print $cnt ?> starting with letter "<?php print $letter?>")</h2>
015d06b10d37 initial
dwinter
parents:
diff changeset
4
015d06b10d37 initial
dwinter
parents:
diff changeset
5 <?php foreach ($authors as $author => $hits):?>
015d06b10d37 initial
dwinter
parents:
diff changeset
6 <div><?php print l($author . ' ('. $hits .')','/solrsearch/author_c:"' . $author .'"') ?></div>
015d06b10d37 initial
dwinter
parents:
diff changeset
7 <?php endforeach;?>