Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 275 → Rev 276

/trunk/interfaces/squelettes/detail_referentiel.tpl.html
19,4 → 19,21
Enfin, il est possible de <a href="<?=$url_menu_consultation;?>">consulter</a> en permanence les données saisies
dans la version de travail.
</p>
 
<h2>Versions</h2>
 
<?php if (isset($infos_telechargements) && !empty($infos_telechargements)) { ?>
<?php foreach ($infos_telechargements as $info) : ?>
<?php foreach ($info['urls_zip'] as $zip => $url) : ?>
<div class="lien_telechargement">
<a href="<?=$url?>">
Télécharger la version <?=$zip?>
</a>
<span class="description_telechargement"><?=$info['description']?></span></div>
<?php endforeach; ?>
<?php endforeach; ?>
<?php } else { ?>
<p> Aucun téléchargement n'est disponible pour ce référentiel </p>
<?php } ?>
 
<!-- REF - FIN DETAIL -->
/trunk/interfaces/squelettes/css/referentiel/referentiel.css
370,7 → 370,50
#resultats .nom{
font-weight:bold;
width:30%;}
 
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/* Informations */
.lien_telechargement {
margin-bottom: 15px;
margin-top: 10px;
}
 
.lien_telechargement a {
border: 1px solid grey;
padding: 5px;
margin-right: 5px;
border-radius: 7px 7px 7px 7px;
background-color: #888;
background: -webkit-linear-gradient( #777, #F4F7F8);
background: -moz-linear-gradient( #777, #F4F7F8);
background: -ms-linear-gradient( #777, #F4F7F8);
background: -o-linear-gradient( #777, #F4F7F8);
background: linear-gradient( #777, #F4F7F8);
}
 
.lien_telechargement a:hover{
color: white;
background: #555;
background: -webkit-linear-gradient( #555, #666);
background: -moz-linear-gradient( #555, #666);
background: -ms-linear-gradient( #555, #666);
background: -o-linear-gradient( #555, #666);
background: linear-gradient( #555, #666);
}
 
.lien_telechargement a:active{
color: #000;
background: #444;
background: -webkit-linear-gradient( #555, #2C2C2C);
background: -moz-linear-gradient( #555, #2C2C2C);
background: -ms-linear-gradient( #555, #2C2C2C);
background: -o-linear-gradient( #555, #2C2C2C);
background: linear-gradient( #555, #2C2C2C);
box-shadow: 1px 1px 10px black inset,
0 1px 0 rgba( 255, 255, 255, 0.4);
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/* Résultat */
#ref-resultat .resultat{
width:20px;
439,7 → 482,6
#ref-ref-mail .valid{
float:center;
}
 
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/* Fragmenteur : pagination */