Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <a href="#compartilhar" data-toggle="modal">Compartilhar</a>
  2.  
  3. <div id="compartilhar" class="modal" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true">
  4. <div class="modal-header">
  5. <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  6. <span id="loginModalLabel">Compartilhe!</span>
  7. </div>
  8. <div class="modal-body">
  9. <!-- AQUI IRÁ FICAR O CONTEÚDO CARREGADO /-->
  10. </div>
  11. <div class="modal-footer">
  12. <button class="btn" data-dismiss="modal" aria-hidden="true">Cancelar</button>
  13. </div>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement