~co2093/+junk/proyectohdp

« back to all changes in this revision

Viewing changes to tarea/templates/resultados.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:
10
10
 
11
11
 
12
12
        <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">
 
13
 
 
14
        <style type="text/css">
 
15
    html, body {
 
16
        height: 100%;
 
17
        margin: 0px;
 
18
    }
 
19
    .container {
 
20
        height: 100%;
 
21
       
 
22
    }
 
23
</style>
13
24
        
14
 
        <nav class="navbar navbar-dark bg-primary">
 
25
        <nav class="navbar navbar-dark" style="background-color: #34495E">
15
26
                        <div class="container">
16
27
                        <span class="navbar-brand mb-0 h1">Elecciones presidenciales 20XX</span></div>          
17
28
        </nav>  
35
46
                                        
36
47
                                        ],
37
48
                                        backgroundColor: [
38
 
                                                "#F7464A",
39
 
                                                "#46BFBD",
40
 
                                                "#FDB45C",
41
 
                                                "#949FB1",
 
49
                                                "#FF0000",
 
50
                                                "#0000FF",
 
51
                                                "#CCEEFF",
 
52
                                                "#FFFFFF",
 
53
                                                
42
54
                                                
43
55
                                        ],
44
56
                                }],
66
78
 
67
79
<body>
68
80
        
69
 
        <div class="container" style="background-color: #e3f2fd">       
 
81
        <div class="container" style="background-color: #E7EEEE">               
70
82
 
71
83
 
72
84
        <br>
77
89
        
78
90
        <div class="mx-auto" id="canvas-container" style="width:90%;">
79
91
                
80
 
                <canvas id="chart" width="700" height="350">
 
92
                <canvas id="chart" width="700" height="250">
81
93
                <br>
82
94
 
83
95
                </canvas>
 
96
 
 
97
 
 
98
                <br><br>
 
99
        <h3>Ganador actual: {{g.nombre}} con una cantidad de votos = {{g.cantidadDeVotos}}</h3>
 
100
 
 
101
                <br>
 
102
 
 
103
        <a href="/menu/">
 
104
                <button type="button" class="btn btn-outline-success btn-lg btn-block">Regresar</button>
 
105
        </a>
 
106
 
 
107
 
84
108
        </div>
85
109
 
86
110
 
101
125
        <!-- Latest compiled and minified JavaScript -->
102
126
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
103
127
 
104
 
</html>
 
128
</html>
 
 
b'\\ No newline at end of file'