]> git.mxchange.org Git - friendica-addons.git/blob - statusnet/admin.tpl
Uh, and add the app link instead of just registering it.
[friendica-addons.git] / statusnet / admin.tpl
1 {{ for $sites as $s }}
2         {{ inc field_input.tpl with $field=$s.sitename }}{{ endinc }}
3         {{ inc field_input.tpl with $field=$s.apiurl }}{{ endinc }}
4         {{ inc field_input.tpl with $field=$s.secret }}{{ endinc }}
5         {{ inc field_input.tpl with $field=$s.key }}{{ endinc }}
6         {{ if $s.delete }}
7                 {{ inc field_checkbox.tpl 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>