]> git.mxchange.org Git - friendica-addons.git/blob - statusnet/view/admin.tpl
02eacf73307e1f23b583b59593420eaffb20aa4e
[friendica-addons.git] / statusnet / view / admin.tpl
1 {{ for $sites as $s }}
2         {{ inc $field_input with $field=$s.sitename }}{{ endinc }}
3         {{ inc $field_input with $field=$s.apiurl }}{{ endinc }}
4         {{ inc $field_input with $field=$s.secret }}{{ endinc }}
5         {{ inc $field_input with $field=$s.key }}{{ endinc }}
6         {{ if $s.delete }}
7                 {{ inc $field_checkbox with $field=$s.delete }}{{ endinc }}
8                 <hr>
9         {{ else }}
10                 <p>Fill this form to add a new site</p>
11         {{ endif }}
12         
13 {{ endfor }}
14
15
16 <div class="submit"><input type="submit" name="page_site" value="$submit" /></div>