templateInputUsuarios.php 256 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 <script id="templateInputUsuarios" type="x-tmpl-mustache"> <div class="checkbox"> <label> <input type="checkbox" {{checked}} name="id_usuario-{{{id_usuario}}}" /> <abbr title="{{{nome_usuario}}}">{{{nome_usuario}}}</abbr> </label> </div> </script>