forked from extern/egroupware
11 lines
325 B
Smarty
11 lines
325 B
Smarty
|
<!-- vcardin form -->
|
||
|
{vcal_header}
|
||
|
<form ENCTYPE="multipart/form-data" method="POST" action="{action_url}">
|
||
|
<table border=0>
|
||
|
<tr>
|
||
|
<td>(i/v)Cal: <input type="file" name="uploadedfile"></td>
|
||
|
<td><input type="submit" name="action" value="{load_vcal}"></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|