Line 1... |
Line 1... |
1 |
<!-- REF - DEBUT TEST -->
|
1 |
<!-- REF - DEBUT TEST -->
|
2 |
<script type="text/javascript">
|
2 |
<script type="text/javascript">
|
3 |
$(document).ready(function() {
|
3 |
$(document).ready(function() {
|
4 |
$('#ref-dem-ok').click(function(e) {
|
4 |
$('#ref-dem-ok').click(function(e) {
|
5 |
var ok = false;
|
5 |
var ok = false;
|
6 |
if (confirm('Êtes vous sûr de vouloir lancer un nouveau traitement ?')) {
|
6 |
if (confirm('Êtes vous sûr de vouloir lancer de nouveaux tests ?')) {
|
7 |
ok = true;
|
7 |
ok = true;
|
8 |
}
|
8 |
}
|
9 |
return ok;
|
9 |
return ok;
|
10 |
});
|
10 |
});
|
11 |
});
|
11 |
});
|
12 |
</script>
|
12 |
</script>
|
13 |
<h1>Tests du référentiel « <?=$ref;?> »</h1>
|
13 |
<h1>Tests du référentiel « <?=$ref;?> »</h1>
|
Line 14... |
Line 14... |
14 |
|
14 |
|
15 |
<h2>Demande de traitement</h2>
|
15 |
<h2>Demande de tests</h2>
|
16 |
<?php if (isset($ref)) : ?>
|
16 |
<?php if (isset($ref)) : ?>
|
17 |
<div id="zone-form">
|
17 |
<div id="zone-form">
|
18 |
<form id="ref-demande-traitement" name="ref-demande-traitement" action="<?=$url_form;?>" method="get">
|
18 |
<form id="ref-demande-traitement" name="ref-demande-traitement" action="<?=$url_form;?>" method="get">
|
19 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
19 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
20 |
<input name="action" type="hidden" value="<?=$url_action_demande;?>" />
|
20 |
<input name="action" type="hidden" value="<?=$url_action_demande;?>" />
|
21 |
<input name="ref" type="hidden" value="<?=$ref;?>" />
|
- |
|
22 |
<label id="ref-dem-label" for="ref-dem-ok">Faire une demande de traitement</label>
|
21 |
<input name="ref" type="hidden" value="<?=$ref;?>" />
|
23 |
<input id="ref-dem-ok" type="submit" value="Demander" />
|
22 |
<input id="ref-dem-ok" type="submit" value="1. Lancer les tests" />
|
24 |
</form>
|
23 |
</form>
|
25 |
<form id="ref-rafraichir" name="ref-rafraichir" action="<?=$url_form;?>" method="get">
|
24 |
<form id="ref-rafraichir" name="ref-rafraichir" action="<?=$url_form;?>" method="get">
|
26 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
25 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
27 |
<input name="action" type="hidden" value="<?=$url_action_rafraichir;?>" />
|
26 |
<input name="action" type="hidden" value="<?=$url_action_rafraichir;?>" />
|
28 |
<input name="ref" type="hidden" value="<?=$ref;?>" />
|
27 |
<input name="ref" type="hidden" value="<?=$ref;?>" />
|
29 |
<input id="ref-raf-ok" type="submit" value="Rafraichir" />
|
28 |
<input id="ref-raf-ok" type="submit" value="2. Rafraichir" />
|
30 |
</form>
|
29 |
</form>
|
31 |
</div>
|
30 |
</div>
|
Line 32... |
Line 31... |
32 |
<?php endif; ?>
|
31 |
<?php endif; ?>
|
Line 53... |
Line 52... |
53 |
<tbody>
|
52 |
<tbody>
|
54 |
<?php if (isset($traitements_en_attente)) : ?>
|
53 |
<?php if (isset($traitements_en_attente)) : ?>
|
55 |
<?php foreach ($traitements_en_attente as $traitement) : ?>
|
54 |
<?php foreach ($traitements_en_attente as $traitement) : ?>
|
56 |
<tr>
|
55 |
<tr>
|
57 |
<td><?=$traitement['nom']?> <span class="discretion">(id:<?=$traitement['id_traitement']?>)</span></a></td>
|
56 |
<td><?=$traitement['nom']?> <span class="discretion">(id:<?=$traitement['id_traitement']?>)</span></a></td>
|
58 |
<td class="traitement-attente">En attente...</td>
|
57 |
<td class="traitement-attente">En attente de traitement...</td>
|
59 |
<td> </td>
|
58 |
<td> </td>
|
60 |
<td> </td>
|
59 |
<td> </td>
|
61 |
<td> </td>
|
60 |
<td> </td>
|
62 |
</tr>
|
61 |
</tr>
|
63 |
<?php endforeach; ?>
|
62 |
<?php endforeach; ?>
|
64 |
<?php endif; ?>
|
63 |
<?php endif; ?>
|
65 |
<?php if (isset($traitements_en_cours)) : ?>
|
64 |
<?php if (isset($traitements_en_cours)) : ?>
|
66 |
<?php foreach ($traitements_en_cours as $traitement) : ?>
|
65 |
<?php foreach ($traitements_en_cours as $traitement) : ?>
|
67 |
<tr>
|
66 |
<tr>
|
68 |
<td><?=$traitement['nom']?> <span class="discretion">(id:<?=$traitement['id_traitement']?>)</span></a></td>
|
67 |
<td><?=$traitement['nom']?> <span class="discretion">(id:<?=$traitement['id_traitement']?>)</span></a></td>
|
69 |
<td class="traitement-cours">En cours...</td>
|
68 |
<td class="traitement-cours">En cours de traitement...</td>
|
70 |
<td><?=$traitement['date_debut']?></td>
|
69 |
<td><?=$traitement['date_debut']?></td>
|
71 |
<td> </td>
|
70 |
<td> </td>
|
72 |
<td> </td>
|
71 |
<td> </td>
|
73 |
</tr>
|
72 |
</tr>
|
74 |
<?php endforeach; ?>
|
73 |
<?php endforeach; ?>
|