Subversion Repositories eFlore/Applications.cel

Rev

Rev 3838 | Rev 3960 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3838 Rev 3839
Line 262... Line 262...
262
							</strong>
262
							</strong>
263
						</div>
263
						</div>
264
					</div>
264
					</div>
265
				<?php endforeach; ?>
265
				<?php endforeach; ?>
266
				<div id="next-previous-buttons">
266
				<div id="next-previous-buttons">
267
					<?php if (0 <= ($start - $limit)): ?>
267
					<?php if (0 < $start): ?>
268
						<a id="bouton-photos-precedentes" href="<?php echo $url_widget_photos_precedente;?>" class="btn btn-success"><i class="fas fa-backward"></i>&nbsp;Photos precedentes</a>
268
						<a id="bouton-photos-precedentes" href="<?php echo $url_widget_photos_precedente;?>" class="btn btn-success"><i class="fas fa-backward"></i>&nbsp;Photos precedentes</a>
269
					<?php endif;?>
269
					<?php endif;?>
Line 270... Line 270...
270
 
270
 
271
					<?php if ($total > ($start + $limit)): ?>
271
					<?php if ($total > ($start + $limit)): ?>