/[ludap]/ludap/templates/xml_topnav.tpl
ViewVC logotype

Diff of /ludap/templates/xml_topnav.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mose, Sun Oct 26 12:58:01 2003 UTC revision 1.7 by mose, Thu Oct 30 12:10:08 2003 UTC
# Line 3  Line 3 
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    &nbsp;&nbsp;
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>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26