]> git.sur5r.net Git - contagged/blob - templates/import.tpl
initial checkin
[contagged] / templates / import.tpl
1 <table cellspacing="0" cellpadding="0" width="100%">
2 <tr>
3 <td class="filterrow">
4   <form action="import.php" method="post" enctype="multipart/form-data">
5     {$lang.msg_uploadvcf}: <input name="userfile" type="file" class="upload" />
6     <input type="submit" value="{$lang.upload}" class="searchbutton"/>
7   </form>
8 </td>
9 </tr>
10 </table>
11
12 <br><br>
13 <table cellspacing="0" cellpadding="0" width="100%" align="center">
14   {if $list == ''}
15     <tr>
16       <td align="center">
17         {$error}
18       </td>
19     </tr>
20   {else}
21     {* $list is a concatenation of multiple importVCF_entry.tpl *}
22     {$list}
23   {/if}
24 </table>
25 <br><br><br>