Changeset 1632
- Timestamp:
- Oct 4, 2010, 2:49:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/solr/templates/searchSuccess.php
r1630 r1632 224 224 ?> 225 225 <div class="nb_results"> 226 <h2>Résultats <?php echo $results['start']+1; ?> à <?php echo min($results['end'],$results['numFound']); ?> sur <?php echo $results['numFound']; ?> <strong>triés par <?php echo $sort_type; ?></strong> -226 <h2>Résultats <?php echo $results['start']+1; ?> à <?php echo min($results['end'],$results['numFound']); ?> sur <?php echo $results['numFound']; ?> <strong>triés par <?php echo $sort_type; ?></strong> — 227 227 <span class="tri"> 228 228 <?php … … 251 251 } ?> 252 252 <table width=100% style="text-align: center"><tr> 253 <td><a href="<?php echo url_for('alerte/create?filter='.urlencode($args).'&query='.urlencode($query)); ?>"><?php echo image_tag('xneth/email.png', 'alt="Email"'); ?></a><br/><a href="<?php echo url_for(' @alerte_parlementaire?slug='.$parlementaire->slug); ?>">par email</a></td>254 <td><a href="<?php echo url_for('alerte/create?filter='.urlencode($args).'&query='.urlencode($query).'&format=rsss'); ?>"><?php echo image_tag('xneth/rss_obliq.png', 'alt="Flux rss"'); ?></a><br/><a href="<?php echo url_for('@parlementaire_rss?slug='.$parlementaire->slug); ?>">par RSS</a></td>253 <td><a href="<?php echo url_for('alerte/create?filter='.urlencode($args).'&query='.urlencode($query)); ?>"><?php echo image_tag('xneth/email.png', 'alt="Email"'); ?></a><br/><a href="<?php echo url_for('alerte/create?filter='.urlencode($args).'&query='.urlencode($query)); ?>">par email</a></td> 254 <td><a href="<?php $newargs = $selected; $newargs['format']['rss'] = 'rss'; echo url_for(url_search($query, $newargs)); ?>"><?php echo image_tag('xneth/rss_obliq.png', 'alt="Flux rss"'); ?></a><br/><a href="<?php echo url_for(url_search($query, $newargs)); ?>">par RSS</a></td> 255 255 </tr></table> 256 256 <?php
Note: See TracChangeset
for help on using the changeset viewer.