]> git.mxchange.org Git - friendica.git/blob - view/smarty3/admin_plugins_details.tpl
Merge pull request #658 from annando/master
[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  *}}
6 <div id='adminpage'>
7         <h1>{{$title}} - {{$page}}</h1>
8         
9         <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>
10         <p>{{$info.description}}</p>
11         
12         <p class="author">{{$str_author}}
13         {{foreach $info.author as $a}}
14                 {{if $a.link}}<a href="{{$a.link}}">{{$a.name}}</a>{{else}}{{$a.name}}{{/if}},
15         {{/foreach}}
16         </p>
17
18         <p class="maintainer">{{$str_maintainer}}
19         {{foreach $info.maintainer as $a}}
20                 {{if $a.link}}<a href="{{$a.link}}">{{$a.name}}</a>{{else}}{{$a.name}}{{/if}},
21         {{/foreach}}
22         </p>
23         
24         {{if $screenshot}}
25         <a href="{{$screenshot.0}}" class='screenshot'><img src="{{$screenshot.0}}" alt="{{$screenshot.1}}" /></a>
26         {{/if}}
27
28         {{if $admin_form}}
29         <h3>{{$settings}}</h3>
30         <form method="post" action="{{$baseurl}}/admin/{{$function}}/{{$plugin}}/">
31                 {{$admin_form}}
32         </form>
33         {{/if}}
34
35         {{if $readme}}
36         <h3>Readme</h3>
37         <div id="plugin_readme">
38                 {{$readme}}
39         </div>
40         {{/if}}
41 </div>