]> git.mxchange.org Git - friendica-addons.git/blob - statusnet/view/admin.tpl
form styling and admin templates
[friendica-addons.git] / statusnet / view / 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         {{ inc field_input.tpl with $field=$s.applicationname }}{{ endinc }}
7         {{ if $s.delete }}
8                 {{ inc field_checkbox.tpl with $field=$s.delete }}{{ endinc }}
9                 <hr>
10         {{ else }}
11                 <p>Fill this form to add a new site</p>
12         {{ endif }}
13         
14 {{ endfor }}
15
16
17 <div class="submit"><input type="submit" name="page_site" value="$submit" /></div>