Example #1
0
?>
<!DOCTYPE html>
<html>
<head>
	<?php 
head_html();
?>
	<script type="text/javascript">
		var nameTable='usuario';
	</script>
</head>
<body>
	<nav>
		<?php 
nav_html();
?>
	</nav>

	<? if ($per[0]['crear']==1) { button_add_modal("#new"); ?>
	<div id="new" class="modal">
	    <h4>Ingresar Usuario</h4>
	    <div class="row">
		<form action="?op=insert" method="POST" class="col s12">
			<div class="input-field col s12" >
				<input type="text" name="doc" id='doc' class='validate' required>
				<label for='doc'>Documento de Identidad:</label>
			</div>
			<div class="input-field col s6" >
				<input type="text" name="nom" id='nom' class='validate' required>
				<label for='nom'>Nombres:</label>
Example #2
0
        </div>
    </div>

    <div class="row3 row">
       <div class="first">
        <p class="lgrey">&copy; Copyright <?php 
echo date('Y');
?>
, <?php 
bloginfo('name');
?>
. All Rights Reserved.</p> 
       </div>
       <div class="first"> 
        <?php 
echo nav_html('footer_2');
?>
 
        </div>    
    </div>



  <a id="toTop" href="#" class="desktop">Back to Top</a>

  <?php 
//dynamic_sidebar('sidebar-footer');
?>
 
</div></footer>