1{include file="$gentemplates/_header.tpl" pagetitle="$vcardimnu"}
2{include file="$gentemplates/_navi.tpl" pagetitle="$vcardimnu"}
3
4<form name="f1" action="index.php" method="POST" enctype="multipart/form-data">
5<input type="hidden" name="{$SESSIONNAME}" value="{$SESSIONID}">
6<input type="hidden" name="id" value="{$id}">
7<input type="hidden" name="op" value="vimport">
8
9<table border="0" cellpadding="0" cellspacing="0" width="100%">
10  <tr><td class="lines2" height="2" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="2"></td></tr>
11  <tr align="left">
12    <td class="tab" height="20" width="20"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
13    <td class="tab">&nbsp;</td>
14    <td class="tab">&nbsp;</td>
15  </tr>
16
17  <tr><td class="lines2" height="1" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1"></td></tr>
18  <tr align="left">
19    <td class="tab" height="40"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
20    <td class="formhead" width="100">{$vcarditxt}:</td>
21    <td class="formhead"><input type="file" size="35" name="userfile" class="{$suclass}"></td>
22  </tr>
23
24  <tr><td class="lines2" height="1" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1"></td></tr>
25  <tr align="left">
26    <td class="tab" height="40"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
27    <td class="formhead" width="100">{$hashmap.public}</td>
28    <td class="tab">
29      <select name="ispublic" size="1">
30	<option value="0">{$hashmap.no}</option>
31	<option value="1">{$hashmap.yes}</option>
32      </select>
33    </td>
34  </tr>
35
36  <tr><td class="lines2" height="1" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1"></td></tr>
37  <tr align="left">
38    <td class="tab" height="40"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
39    <td class="formhead">&nbsp;</td>
40    <td class="formhead"><input type="submit" name="{$suname}" value="{$import}" class="{$suclass}"></td>
41  </tr>
42  <tr><td class="lines" height="1" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1"></td></tr>
43</table>
44
45</form>
46
47{include file="$gentemplates/_footer.tpl" aktUser=$username}
48