~co2093/+junk/proyectohdp

« back to all changes in this revision

Viewing changes to tarea/templates/buscar.html

  • Committer: Omar
  • Date: 2019-07-16 05:48:01 UTC
  • Revision ID: coh.2093@gmail.com-20190716054801-dcy81ielt8j74nby
Pruebas finales

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
        <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
41
41
        
42
 
                <nav class="navbar navbar-dark bg-primary">
 
42
 
 
43
<style type="text/css">
 
44
    html, body {
 
45
        height: 100%;
 
46
        margin: 0px;
 
47
    }
 
48
    .container {
 
49
        height: 100%;
 
50
       
 
51
    }
 
52
</style>
 
53
 
 
54
 
 
55
                <nav class="navbar navbar-dark" style="background-color: #34495E">
43
56
                        <div class="container">
44
57
                        <span class="navbar-brand mb-0 h1">Elecciones presidenciales 20XX</span></div>          
45
58
                </nav>  
50
63
 
51
64
<body>
52
65
        
53
 
        <div class="container" style="background-color: #e3f2fd" >              
 
66
        <div class="container" style="background-color: #E7EEEE">               
54
67
        
55
68
                
56
69
        
59
72
        <h4>Digite el numero de dui y presione buscar.</h4>
60
73
        <br><br>
61
74
        
 
75
        <div class="row">
 
76
                <div class="col-1"></div>
 
77
 
62
78
        <form action='/datos/' method="POST">{% csrf_token %}
63
79
                <input type='text' name='dui' onkeypress='return solonumeros(event)' placeholder="Ingrese el DUI aqui" maxlength="9" minlength="9" required/>
64
 
                <input type='submit' class="btn btn-primary" value='Buscar'/>
 
80
                <input type='submit' class="btn btn-outline-dark" value='Buscar'/>
65
81
        </form> 
66
82
 
67
83
        </div>
68
84
 
 
85
 
 
86
 
 
87
        </div>
 
88
 
69
89
</body>
70
90
 
71
91
 
76
96
        <!-- Latest compiled and minified JavaScript -->
77
97
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
78
98
 
79
 
</html>
 
99
</html>
 
 
b'\\ No newline at end of file'