Subversion Repositories Applications.referentiel

Rev

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

Rev 181 Rev 267
Line 12... Line 12...
12
	$('.defilante').chromatable();
12
	$('.defilante').chromatable();
13
});
13
});
14
</script>
14
</script>
15
<h1>Tests du référentiel «&nbsp;<?=$nom_referentiel;?>&nbsp;» (<?=$ref?>)</h1>
15
<h1>Tests du référentiel «&nbsp;<?=$nom_referentiel;?>&nbsp;» (<?=$ref?>)</h1>
Line -... Line 16...
-
 
16
 
-
 
17
<?php if (isset($messages)) : ?>
-
 
18
<h2>Messages</h2>
-
 
19
<?php foreach ($messages as $message) : ?>
-
 
20
<p class="information"><?=$message;?></p>
-
 
21
<?php endforeach; ?>
-
 
22
<?php endif; ?>
16
 
23
 
17
<h2>Demande de tests</h2>
24
<h2>Demande de tests</h2>
18
<?php if (isset($ref)) : ?>
25
<?php if (isset($ref)) : ?>
19
<div id="zone-form">
26
<div id="zone-form">
20
	<form id="ref-demande-traitement" name="ref-demande-traitement" action="<?=$url_form;?>" method="get">
27
	<form id="ref-demande-traitement" name="ref-demande-traitement" action="<?=$url_form;?>" method="get">
Line 30... Line 37...
30
		<input id="ref-raf-ok" type="submit" value="2. Rafraichir" />
37
		<input id="ref-raf-ok" type="submit" value="2. Rafraichir" />
31
	</form>
38
	</form>
32
</div>
39
</div>
33
<?php endif; ?>
40
<?php endif; ?>
Line 34... Line -...
34
 
-
 
35
<?php if (isset($messages)) : ?>
-
 
36
<h2>Messages</h2>
-
 
37
<?php foreach ($messages as $message) : ?>
-
 
38
<p class="information"><?=$message;?></p>
-
 
39
<?php endforeach; ?>
-
 
40
<?php endif; ?>
-
 
41
 
41
 
42
<h2>Tests</h2>
42
<h2>Tests</h2>
43
<table class="defilante">
43
<table id="ref" class="defilant">
44
	<caption>Traitements <?=strftime('à %H:%M:%S le %d %B %Y')?></caption>
44
	<caption>Traitements <?=strftime('à %H:%M:%S le %d %B %Y')?></caption>
45
	<thead>
45
	<thead>
46
		<tr>
46
		<tr>
47
			<th>Nom (#)</th>
47
			<th>Nom (#)</th>
Line 85... Line 85...
85
		</tr>
85
		</tr>
86
		<?php endforeach; ?>
86
		<?php endforeach; ?>
87
	<?php endif; ?>
87
	<?php endif; ?>
88
	</tbody>
88
	</tbody>
89
</table>
89
</table>
-
 
90
 
-
 
91
<h2>Importation de version taxref</h2>
-
 
92
<?php if (isset($ref)) : ?>
-
 
93
<div id="zone-form">
-
 
94
	<form id="ref-importation" name="ref-importation" action="<?=$url_importation;?>" method="post" enctype="multipart/form-data">
-
 
95
		<input type="file" name="nom_fichier" />
-
 
96
		<input id="ref-imp-ok" type="submit" value="Lancer l'importation" />
-
 
97
	</form>
-
 
98
</div>
-
 
99
<?php endif; ?>
90
<!-- REF - FIN TEST -->
100
<!-- REF - FIN TEST -->
91
101