mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
14 lines
356 B
Smarty
14 lines
356 B
Smarty
|
<h3>{{$header}}</h3>
|
||
|
|
||
|
<p class="descriptive-text">{{$desc}}</p>
|
||
|
|
||
|
<form action="frphotos" 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}}
|
||
|
|
||
|
<input type="submit" name="submit" value="{{$submit}}" />
|
||
|
</form>
|
||
|
|