1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/addon/redphotos/view/tpl/redphotos.tpl

15 lines
408 B
Smarty
Raw Normal View History

<h3>{{$header}}</h3>
<p class="descriptive-text">{{$desc}}</p>
<form action="redphotos" method="post" autocomplete="off" >
{{include file="field_input.tpl" field=$fr_server}}
{{include file="field_input.tpl" field=$fr_username}}
{{include file="field_password.tpl" field=$fr_password}}
{{include file="field_input.tpl" field=$fr_album}}
<input type="submit" name="submit" value="{{$submit}}" />
</form>