Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2215 Rev 2216
Line 46... Line 46...
46
			   	 	<li class="sans_padding_bt">Url : <input readonly="readonly" id="lien_image_originale" class="champ_selection_texte lien_image_originale" value="<?= $url_image_originale ?>"></li>
46
			   	 	<li class="sans_padding_bt">Url : <input readonly="readonly" id="lien_image_originale" class="champ_selection_texte lien_image_originale" value="<?= $url_image_originale ?>"></li>
47
			    </ul>
47
			    </ul>
48
			</div>
48
			</div>
49
		</div>
49
		</div>
50
		<hr class="nettoyage" />
50
		<hr class="nettoyage" />
51
		<ul>
51
		<ul id="liste_formats">
52
		<?php foreach($formats as $format) { ?>
52
		<?php foreach($formats as $format) { ?>
53
			<?php if($format != "O") { ?>
53
			<?php if($format != "O") { ?>
54
				<a href="<?= sprintf($base_url_telechargement, $format); ?>" title="<?= $resolutions[$format]['notes']; ?>">
54
				<a href="<?= sprintf($base_url_telechargement, $format); ?>" title="<?= $resolutions[$format]['notes']; ?>">
55
					<?= $resolutions[$format]['hauteur'];?>px <?= Telechargement::obtenirLegendeFormatSimplifiee($format);?></a>
55
					<?= $resolutions[$format]['hauteur'];?>px <?= Telechargement::obtenirLegendeFormatSimplifiee($format);?></a>
56
				<span class="separation"> | </span>
56
				<span class="separation"> | </span>