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