]> git.mxchange.org Git - friendica.git/blob - view/smarty3/admin_plugins_details.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / admin_plugins_details.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id='adminpage'>
6         <h1>{{$title}} - {{$page}}</h1>
7         
8         <p><span class='toggleplugin icon {{$status}}'></span> {{$info.name}} - {{$info.version}} : <a href="{{$baseurl}}/admin/{{$function}}/{{$plugin}}/?a=t&amp;t={{$form_security_token}}">{{$action}}</a></p>
9         <p>{{$info.description}}</p>
10         
11         <p class="author">{{$str_author}}
12         {{foreach $info.author as $a}}
13                 {{if $a.link}}<a href="{{$a.link}}">{{$a.name}}</a>{{else}}{{$a.name}}{{/if}},
14         {{/foreach}}
15         </p>
16
17         <p class="maintainer">{{$str_maintainer}}
18         {{foreach $info.maintainer as $a}}
19                 {{if $a.link}}<a href="{{$a.link}}">{{$a.name}}</a>{{else}}{{$a.name}}{{/if}},
20         {{/foreach}}
21         </p>
22         
23         {{if $screenshot}}
24         <a href="{{$screenshot.0}}" class='screenshot'><img src="{{$screenshot.0}}" alt="{{$screenshot.1}}" /></a>
25         {{/if}}
26
27         {{if $admin_form}}
28         <h3>{{$settings}}</h3>
29         <form method="post" action="{{$baseurl}}/admin/{{$function}}/{{$plugin}}/">
30                 {{$admin_form}}
31         </form>
32         {{/if}}
33
34         {{if $readme}}
35         <h3>Readme</h3>
36         <div id="plugin_readme">
37                 {{$readme}}
38         </div>
39         {{/if}}
40 </div>