mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
15 lines
607 B
Smarty
Executable file
15 lines
607 B
Smarty
Executable file
<h2>{{$title}}</h2>
|
|
|
|
<form action="import_items" method="post" enctype="multipart/form-data" id="import-channel-form">
|
|
|
|
<div id="import-desc" class="descriptive-paragraph">{{$desc}}</div>
|
|
|
|
<label for="import-filename" id="label-import-filename" class="import-label" >{{$label_filename}}</label>
|
|
<input type="file" name="filename" id="import-filename" class="import-input" value="" />
|
|
<div id="import-filename-end" class="import-field-end"></div>
|
|
|
|
<input type="submit" name="submit" id="import-submit-button" value="{{$submit}}" />
|
|
<div id="import-submit-end" class="import-field-end"></div>
|
|
|
|
</form>
|
|
|