Subversion Repositories Applications.referentiel

Rev

Rev 45 | Rev 181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45 Rev 58
Line 6... Line 6...
6
		if (confirm('Êtes vous sûr de vouloir lancer de nouveaux tests ?')) {
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
	// Rend les tables portant la classe "defilante" srollable
-
 
12
	$('.defilante').chromatable();
11
});
13
});
12
</script>
14
</script>
13
<h1>Tests du référentiel «&nbsp;<?=$ref;?>&nbsp;»</h1>
15
<h1>Tests du référentiel «&nbsp;<?=$ref;?>&nbsp;»</h1>
Line 14... Line 16...
14
 
16
 
Line 36... Line 38...
36
<p class="information"><?=$message;?></p>
38
<p class="information"><?=$message;?></p>
37
<?php endforeach; ?>
39
<?php endforeach; ?>
38
<?php endif; ?>
40
<?php endif; ?>
Line 39... Line 41...
39
 
41
 
40
<h2>Tests</h2>
42
<h2>Tests</h2>
41
<table>
43
<table class="defilante">
42
	<caption>Traitements <?=strftime('à %H:%M:%S le %d %B %Y')?></caption>
44
	<caption>Traitements <?=strftime('à %H:%M:%S le %d %B %Y')?></caption>
43
	<thead>
45
	<thead>
44
		<tr>
46
		<tr>
45
			<th>Nom (#)</th>
47
			<th>Nom (#)</th>