|
|
Ligne 52 : |
Ligne 52 : |
|
| |
|
| Support visuel de la conférence : [http://www.canal-u.tv/producteurs/universite_de_tous_les_savoirs/dossier_programmes/les_conferences_de_l_annee_2009/developpement_durable_la_croissance_verte_comment/la_sobriete_heureuse_patrick_viveret CanalU] | | Support visuel de la conférence : [http://www.canal-u.tv/producteurs/universite_de_tous_les_savoirs/dossier_programmes/les_conferences_de_l_annee_2009/developpement_durable_la_croissance_verte_comment/la_sobriete_heureuse_patrick_viveret CanalU] |
|
| |
| === Téléchargement ===
| |
|
| |
| <html>
| |
| <!-- Affichage des blocks arrondis avec dégradé gris en haut -->
| |
|
| |
| <h3>Téléchargements</h3>
| |
|
| |
| <span class="sep_pointille"> </span>
| |
|
| |
| <div class="download">
| |
| <div class="datas">
| |
| <form name="formDwnld" id="formDwnld" action="#" method="post" onsubmit="xt_med('C','1',getDownload(),'T');this.action = document.getElementById('dlMediaUrl').value;">
| |
|
| |
|
| |
| <fieldset title="Formulaire de téléchargement">
| |
|
| |
| <legend>Formulaire de téléchargement</legend>
| |
|
| |
| <input id="dlMediaButton" class="bouton" value="Télécharger" title="Télécharger" disabled="disabled" type="submit">
| |
|
| |
| <span class="formats">
| |
|
| |
| <label class="formp4" for="mpeg4" title="Format MP4"></label>
| |
| <input class="format" name="format" id="mpeg4" onchange="setDownload(this)" type="radio">
| |
| <label class="format" for="mpeg4">Vidéo</label>
| |
|
| |
|
| |
| <label class="formp3" for="mp3" title="Format MP3"></label>
| |
| <input class="format" name="format" id="mp3" onchange="setDownload(this)" type="radio">
| |
| <label class="format" for="mp3">Audio</label>
| |
|
| |
| </span>
| |
|
| |
| <input id="dlMediaUrl" value="" type="hidden">
| |
|
| |
| <script type="text/javascript">
| |
|
| |
| function setDownload(element) {
| |
|
| |
| if(element.checked){
| |
|
| |
| urlMedia = "";
| |
|
| |
| if (element.id == "mpeg4")
| |
| urlMedia = "mpeg4";
| |
|
| |
| if(element.id == "mp3")
| |
| urlMedia = "mp3";
| |
|
| |
| document.getElementById('dlMediaUrl').value = "http://www.canal-u.tv/layout/set/download/content/view/media/177216/" + "?type=" + urlMedia;
| |
| document.getElementById('dlMediaButton').disabled = false;
| |
| }
| |
|
| |
| }
| |
| function getDownload() {
| |
| urlMedia = "";
| |
|
| |
|
| |
|
| |
|
| |
| if(document.getElementById("mpeg4").checked) {
| |
|
| |
| urlMedia = "utls_130609.mp4";
| |
|
| |
| }
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| if(document.getElementById("mp3").checked) {
| |
|
| |
| urlMedia = "utls_060609.1244553890.mp3";
| |
|
| |
| }
| |
|
| |
|
| |
|
| |
| return urlMedia;
| |
| }
| |
|
| |
| </script>
| |
|
| |
| <br clear="all">
| |
|
| |
|
| |
| </fieldset>
| |
| </form>
| |
| </div>
| |
| </div>
| |
|
| |
| </div>
| |
| <!-- end content -->
| |
| </div>
| |
| <!-- end boxcontent -->
| |
| </html>
| |