Advertisement
Guest User

Boite de dialogue Ajout collection Manga Sanctuary

a guest
Sep 21st, 2017
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.61 KB | None | 0 0
  1. <div id="popup" style="background-color: rgb(255, 255, 255); z-index: 100001; width: 500px; border: 1px solid rgb(0, 0, 0); position: fixed; overflow: auto; font-size: 12px; padding: 10px; visibility: visible; top: 337px; left: 710px;">
  2.     <div style="font-size:12px;">
  3.         <h2>Infos complémentaires</h2>
  4.         <h3>Date et lieu d'achat</h3>
  5.         <input type="hidden" name="valid" value="1">
  6.         <div id="suggestions_boutiques" style="height:100px;"></div>
  7.         <span onclick="afficherPopup(1,'ajout_boutique',500,0);" class="bouton">Nouvelle boutique</span>
  8.         <div class="spacer"></div>
  9.         Le
  10.         <input type="text" name="achat_j" id="achat_j" size="2" value="21">
  11.         /
  12.         <input type="text" name="achat_m" id="achat_m" size="2" value="09">
  13.         /
  14.         <input type="text" name="achat_a" id="achat_a" size="4" value="2017">
  15.         <h3>Infos supplémentaires</h3>
  16.         <input value="1" type="checkbox" name="occasion" id="occasion" onclick="if(this.checked){document.getElementById('prix_occasion').style.display='block';}else{document.getElementById('prix_occasion').style.display='none';}">
  17.         Volumes d'occasion
  18.         <input type="text" name="prix_occasion" id="prix_occasion" style="display:none;" value="Prix sans le sigle €" onclick="this.value='';">
  19.         <div class="spacer"></div>
  20.     </div>
  21.     <div style="text-align:center;">
  22.         <span class="bouton" onclick="recupererVolumesAction(document.getElementById('nom_form').value,'11',document.getElementById('id_edition').value,document.getElementById('table').value);">Confirmer</span>
  23.         -
  24.         <span class="bouton" onclick="fermerPopup();">Fermer</span>
  25.         <div style="height:15px;clear:both;"></div>
  26.     </div>
  27. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement