Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1424 Rev 1425
Line 68... Line 68...
68
					<? if (count($illustrations) != 0) : ?>
68
					<? if (count($illustrations) != 0) : ?>
69
						<div id="smartflore-illustrations-galerie-carousel" class="carousel slide" data-ride="carousel" data-interval="false">
69
						<div id="smartflore-illustrations-galerie-carousel" class="carousel slide" data-ride="carousel" data-interval="false">
70
							<!-- Indicators -->
70
							<!-- Indicators -->
71
							<ol class="carousel-indicators">
71
							<ol class="carousel-indicators">
72
								<? for($ill = 0; $ill < count($illustrations); $ill++) { ?>
72
								<? for($ill = 0; $ill < count($illustrations); $ill++) { ?>
73
								    <li data-target="#smartflore-illustrations-galerie-carousel" data-slide-to="<?= $ill; ?>" class="active"></li>
73
								    <li data-target="#smartflore-illustrations-galerie-carousel" data-slide-to="<?= $ill; ?>" class="<?= ($ill == 0) ? 'active' : ''; ?>"></li>
74
								<?php } ?>
74
								<?php } ?>
75
							</ol>
75
							</ol>
Line 76... Line 76...
76
							
76
							
77
							<!-- Wrapper for slides -->
77
							<!-- Wrapper for slides -->
Line 146... Line 146...
146
							<?= $texte['sources']; ?>
146
							<?= $texte['sources']; ?>
147
						</div>
147
						</div>
148
					</div>
148
					</div>
Line 149... Line 149...
149
					
149
					
-
 
150
					<div class="col-md-4 col-xs-4 smartflore-footer-bouton">
150
					<div class="col-md-4 col-xs-4 smartflore-footer-bouton">
151
						<a href="<?= $lien_edition; ?>" target="_blank">
151
						<button type="button" class="btn btn-default" aria-label="Left Align">
152
							<button type="button" class="btn btn-default" aria-label="Left Align">
152
							Modifier
153
								Modifier
-
 
154
							</button>
153
						</button>
155
						</a>
154
					</div>
156
					</div>
Line 155... Line 157...
155
				</div>
157
				</div>