aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/frphotos.tpl
blob: b8e978825b644c6f1fe00892c6ad8ebad8a01cdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>