| 3 |
<form action="xml.php" enctype="multipart/form-data" method="post" class="bar"> |
<form action="xml.php" enctype="multipart/form-data" method="post" class="bar"> |
| 4 |
<table width="100%" border="0"> |
<table width="100%" border="0"> |
| 5 |
<tr><td align="left"> |
<tr><td align="left"> |
| 6 |
Export |
Export<br /> |
| 7 |
<a href="xml.php?xmltype=ludapxml{$mquery}" class="act">LuDAP XML</a> |
<a href="xml.php?xmltype=ludapxml{$mquery}" class="act">LuDAP XML</a> |
| 8 |
<a href="xml.php?xmltype=ludapcsv{$mquery}" class="act">LuDAP CSV</a> |
<a href="xml.php?xmltype=ludapcsv{$mquery}" class="act">LuDAP CSV</a> |
| 9 |
</td> |
</td> |
| 10 |
|
<td> |
| 11 |
|
Selection d'une archive<br /> |
| 12 |
|
<select name="xdfile"> |
| 13 |
|
{section name=df loop=$xdf} |
| 14 |
|
<option value="{$xdf[df]}"{if $xdfile eq $xdf[df]} selected="selected"{/if}>{$xdf[df]|escape:"html"}</option> |
| 15 |
|
{/section} |
| 16 |
|
</select> |
| 17 |
|
<input type="submit" name="xmlaction" value="visualiser" class="act" /> |
| 18 |
|
|
| 19 |
|
<input type="submit" name="xmlaction" value="effacer" class="act" /> |
| 20 |
|
|
| 21 |
|
</td> |
| 22 |
<td align="right"> |
<td align="right"> |
| 23 |
Import de fichier |
Import de fichier<br /> |
| 24 |
<input name="xmlimport" type="file" size="15" class="act" /> |
<input name="xmlimport" type="file" size="15" class="act" /> |
| 25 |
<input type="submit" name="xmlaction" value="uploader" class="act" /> |
<input type="submit" name="xmlaction" value="uploader" class="act" /> |
| 26 |
</td></tr></table> |
</td></tr></table> |