Subversion Repositories Applications.referentiel

Rev

Rev 267 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 267 Rev 269
Line 38... Line 38...
38
	</form>
38
	</form>
39
</div>
39
</div>
40
<?php endif; ?>
40
<?php endif; ?>
Line 41... Line 41...
41
 
41
 
42
<h2>Tests</h2>
42
<h2>Tests</h2>
43
<table id="ref" class="defilant">
43
<table class="defilante">
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 86... Line 86...
86
		<?php endforeach; ?>
86
		<?php endforeach; ?>
87
	<?php endif; ?>
87
	<?php endif; ?>
88
	</tbody>
88
	</tbody>
89
</table>
89
</table>
Line 90... Line 90...
90
 
90
 
91
<h2>Importation de version taxref</h2>
91
<h2>Importation d'une version taxref</h2>
92
<?php if (isset($ref)) : ?>
92
<?php if (isset($ref)) : ?>
93
<div id="zone-form">
93
<div id="zone-form">
94
	<form id="ref-importation" name="ref-importation" action="<?=$url_importation;?>" method="post" enctype="multipart/form-data">
94
	<form id="ref-importation" name="ref-importation" action="<?=$url_importation;?>" method="post" enctype="multipart/form-data">
95
		<input type="file" name="nom_fichier" />
95
		<input type="file" name="nom_fichier" />