Guest User

Untitled

a guest
Feb 18th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. input#Solocheck(type='checkbox',onchange='solo_check(this)')
  2. | &nbsp&nbspVer seleccionados
  3.  
  4. table#tblusuariosb.table.table-hover.table-striped.table-bordered.table-condensed.table-fixed(style='font-size:14px')
  5. thead(style="font-size:14px;background-color:rgb(232,232,232);")
  6. tr(style='background-color:rgb(242,242,242);')
  7. th(style='width:5%;text-align:center;')
  8. input.Tusuarios.noExl(type='checkbox',onchange='seleccion_todocheck(this)')
  9. th Usuario
  10. th Perfil
  11. tbody(style="height:290px; ")
  12. each val in datos.usuarios.rows
  13. tr
  14. td(style='width:5%;text-align:center;')
  15. input.check.noExl(type='checkbox', value='#{val.pk}', data-bono=val.bonos, onchange="disableButton(this)")
  16. td #{val.u}
  17. td #{val.p}
  18. td.pkusuarios(data-pkusu=''+val.pk, style='display:none;') #{val.pk}
Add Comment
Please, Sign In to add comment