-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnuevo.php
More file actions
34 lines (30 loc) · 1.06 KB
/
nuevo.php
File metadata and controls
34 lines (30 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<div class="row">
<div class="col-md-12">
<div class="block-flat">
<div class="header">
<h4>Nuevo Puesto de Trabajo</h4>
</div>
<div class="content">
<form role="form">
<div class="form-group">
<label>Email address</label> <input type="email" placeholder="Enter email" class="form-control">
</div>
<div class="form-group">
<label>Password</label> <input type="password" placeholder="Password" class="form-control">
</div>
<div class="checkbox">
<label> <input type="checkbox" class="icheck"> Remember me </label> </div>
<button class="btn btn-primary" type="submit">Submit</button>
<button class="btn btn-default">Cancel</button>
</form>
</div>
</div>
</div>
</div>
<script type="text/javascript">
(function(){
function load(){
}
setTimeout(load, 0);
})();
</script>