Changeset 1737
- Timestamp:
- Oct 31, 2010, 4:19:27 PM (10 years ago)
- Location:
- cpc/trunk/project/apps/frontend/modules/solr/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/solr/templates/_follow.php
r1714 r1737 17 17 <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> 18 18 <td><?php if (!isset($norss)) : ?><a href="<?php $newargs_rss = $selected; $newargs_rss['format']['rss'] = 'rss'; if (isset($newargs_rss['date'])) unset($newargs_rss['date']); if (isset($newargs_rss['sort'])) unset($newargs_rss['sort']); echo url_for(url_search($query, $newargs_rss)); ?>"><?php echo image_tag('xneth/rss_obliq.png', 'alt="Flux rss"'); ?></a><br/><a href="<?php echo url_for(url_search($query, $newargs_rss)); ?>">par RSS</a><?php endif; ?></td> 19 </tr></table></div></div> 19 </tr></table></div> 20 <?php if (!isset($opendiv) || !$opendiv) echo '</div>'; ?> 20 21 -
cpc/trunk/project/apps/frontend/modules/solr/templates/searchSuccess.php
r1724 r1737 222 222 ?> 223 223 </div> 224 <?php include_partial('solr/follow', array('query' => $query, 'selected' => $selected )); ?>224 <?php include_partial('solr/follow', array('query' => $query, 'selected' => $selected, 'opendiv' => ($vue === 'jour' ? true : false))); ?> 225 225 <?php endif; 226 226 global $facetName2HumanName; … … 249 249 } 250 250 ?> 251 <?php if ($vue != "jour") { ?> 251 252 <div class="clear"></div> 252 253 <div id="results_container"> 253 254 <div class="options"> 255 <?php } ?> 254 256 <div class="facets"> 255 257 <h3 class="aligncenter">Affiner la recherche</h3> … … 336 338 </span> 337 339 </div> 338 < /div>340 <?php if ($vue != "jour") echo '</div>'; ?> 339 341 <?php if (!$ajax) : ?> 340 342 </div>
Note: See TracChangeset
for help on using the changeset viewer.