]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/admin_site.tpl
diabook-themes: add diabook-green and some minor css/bug-fixes
[friendica.git] / view / theme / diabook / admin_site.tpl
1 <script>
2         $(function(){
3                                 var theme = $("#id_theme :selected").val();
4                                 $("#cnftheme").attr('href',"$baseurl/admin/themes/"+theme);
5         });
6 </script>
7 <div id='adminpage'>
8         <h1>$title - $page</h1>
9         
10         <form action="$baseurl/admin/site" method="post">
11         
12         {{ inc field_input.tpl with $field=$sitename }}{{ endinc }}
13         {{ inc field_textarea.tpl with $field=$banner }}{{ endinc }}
14         {{ inc field_select.tpl with $field=$language }}{{ endinc }}
15         {{ inc field_select.tpl with $field=$theme }}{{ endinc }}
16         {{ inc field_select.tpl with $field=$ssl_policy }}{{ endinc }}
17         
18         <div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
19         
20         <h3>$registration</h3>
21         {{ inc field_input.tpl with $field=$register_text }}{{ endinc }}
22         {{ inc field_select.tpl with $field=$register_policy }}{{ endinc }}
23         
24         {{ inc field_checkbox.tpl with $field=$no_multi_reg }}{{ endinc }}
25         {{ inc field_checkbox.tpl with $field=$no_openid }}{{ endinc }}
26         {{ inc field_checkbox.tpl with $field=$no_regfullname }}{{ endinc }}
27         
28         <div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
29
30         <h3>$upload</h3>
31         {{ inc field_input.tpl with $field=$maximagesize }}{{ endinc }}
32         
33         <h3>$corporate</h3>
34         {{ inc field_input.tpl with $field=$allowed_sites }}{{ endinc }}
35         {{ inc field_input.tpl with $field=$allowed_email }}{{ endinc }}
36         {{ inc field_checkbox.tpl with $field=$block_public }}{{ endinc }}
37         {{ inc field_checkbox.tpl with $field=$force_publish }}{{ endinc }}
38         {{ inc field_checkbox.tpl with $field=$no_community_page }}{{ endinc }}
39         {{ inc field_checkbox.tpl with $field=$ostatus_disabled }}{{ endinc }}
40         {{ inc field_checkbox.tpl with $field=$diaspora_enabled }}{{ endinc }}
41         {{ inc field_checkbox.tpl with $field=$dfrn_only }}{{ endinc }}
42         {{ inc field_input.tpl with $field=$global_directory }}{{ endinc }}
43         
44         <div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
45         
46         <h3>$advanced</h3>
47         {{ inc field_checkbox.tpl with $field=$no_utf }}{{ endinc }}
48         {{ inc field_checkbox.tpl with $field=$verifyssl }}{{ endinc }}
49         {{ inc field_input.tpl with $field=$proxy }}{{ endinc }}
50         {{ inc field_input.tpl with $field=$proxyuser }}{{ endinc }}
51         {{ inc field_input.tpl with $field=$timeout }}{{ endinc }}
52         {{ inc field_input.tpl with $field=$abandon_days }}{{ endinc }}
53         
54         <div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
55         
56         </form>
57 </div>