-
Notifications
You must be signed in to change notification settings - Fork 4
/
multicolas.html
203 lines (187 loc) · 8.08 KB
/
multicolas.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Multicolas retroalimentadas</title>
<link rel="stylesheet" href="css/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/vendor/sweetalert.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/paint.css">
</head>
<body>
<div class="col-md-3 col-md-offset-6 text-left" id="info">
<h5>Tiempo transcurrido: <span id="tiempo_actual">0</span></h5>
<h5>Proceso en ejecución: <span id="proceso_ejecucion">Proceso 0</span></h5>
<h5>Cola en ejecución: <span id="cola_ejecucion">1</span></h5>
<h5>Rafaga: <span id="rafaga_proceso">8</span></h5>
<h5>Tiempo restante: <span id="tiempo_restante">0</span> </h5>
</div>
<header class="container">
<h1>Multicolas retroalimentadas</h1>
</header>
<main role="main" class="container">
<button type="button" class="btn btn-primary btn-add">Agregar Proceso</button>
<div class="row cola-1">
<div class="ready-container col-lg-8">
<h2>Cola 1</h2>
<div class="jumbotron">
<div class="table-container">
<table id="tabla_procesos-1" class="table table-hover">
<thead>
<tr>
<th style="width: 90px;">Proceso</th>
<th>T. Llegada</th>
<th>T. Rafaga</th>
<th>T. Comienzo</th>
<th>T. Finalización</th>
<th>T. Retorno</th>
<th>T. Espera</th>
<th>Prioridad</th>
<th></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<table class="header-fixed">
<thead>
<tr>
<th style="width: 90px;">Proceso</th>
<th>T. Llegada</th>
<th>T. Rafaga</th>
<th>T. Comienzo</th>
<th>T. Finalización</th>
<th>T. Retorno</th>
<th>T. Espera</th>
<th>Prioridad</th>
<th style="width: 10%;"></th>
</tr>
</thead>
</table>
</div>
</div>
</div>
<div class="row cola-2">
<div class="ready-container col-lg-8">
<h2>Cola 2</h2>
<div class="jumbotron">
<div class="table-container">
<table id="tabla_procesos-2" class="table table-hover">
<thead>
<tr>
<th style="width: 90px;">Proceso</th>
<th>T. Llegada</th>
<th>T. Rafaga</th>
<th>T. Comienzo</th>
<th>T. Finalización</th>
<th>T. Retorno</th>
<th>T. Espera</th>
<th>Prioridad</th>
<th></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<table class="header-fixed">
<thead>
<tr>
<th style="width: 90px;">Proceso</th>
<th>T. Llegada</th>
<th>T. Rafaga</th>
<th>T. Comienzo</th>
<th>T. Finalización</th>
<th>T. Retorno</th>
<th>T. Espera</th>
<th>Prioridad</th>
<th style="width: 10%;"></th>
</tr>
</thead>
</table>
</div>
</div>
</div>
<div class="row cola-3">
<div class="ready-container col-lg-8">
<h2>Cola 3</h2>
<div class="jumbotron">
<div class="table-container">
<table id="tabla_procesos-3" class="table table-hover">
<thead>
<tr>
<th style="width: 90px;">Proceso</th>
<th>T. Llegada</th>
<th>T. Rafaga</th>
<th>T. Comienzo</th>
<th>T. Finalización</th>
<th>T. Retorno</th>
<th>T. Espera</th>
<th>Prioridad</th>
<th></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<table class="header-fixed">
<thead>
<tr>
<th style="width: 90px;">Proceso</th>
<th>T. Llegada</th>
<th>T. Rafaga</th>
<th>T. Comienzo</th>
<th>T. Finalización</th>
<th>T. Retorno</th>
<th>T. Espera</th>
<th>Prioridad</th>
<th style="width: 10%;"></th>
</tr>
</thead>
</table>
</div>
</div>
</div>
<div class="row">
<div class="locked-container col-lg-4">
<h2>Bloqueados</h2>
<div class="jumbotron">
<div class="table-container">
<table id="tabla_bloqueados" class="table table-hover">
<thead>
<tr>
<th>Proceso</th>
<th>Bloqueo</th>
<th>Rafaga</th>
<th></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<table class="header-fixed">
<thead>
<tr>
<th>Proceso</th>
<th>Bloqueo</th>
<th>Rafaga</th>
<th style="width: 20%;"></th>
</tr>
</thead>
</table>
</div>
</div>
</div>
<div class="chart-container">
<svg class="svg"></svg>
</div>
</main>
<script src="js/vendor/d3.min.js"></script>
<script src="js/vendor/jquery-1.12.3.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/sweetalert.min.js"></script>
<script src="js/paint.js"></script>
<script src="js/multicolas/test.js"></script>
</body>
</html>