2011-06-14 11:54:14 +02:00
|
|
|
<div id='adminpage'>
|
|
|
|
<h1>$title - $page</h1>
|
|
|
|
|
2012-04-18 09:36:48 +02:00
|
|
|
<p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/$function/$plugin/?a=t&t=$form_security_token">$action</a></p>
|
2011-06-14 14:21:43 +02:00
|
|
|
<p>$info.description</p>
|
2011-06-14 15:08:03 +02:00
|
|
|
|
2012-03-06 03:51:21 +01:00
|
|
|
<p class="author">$str_author
|
2011-06-14 14:21:43 +02:00
|
|
|
{{ for $info.author as $a }}
|
2011-06-16 15:08:50 +02:00
|
|
|
{{ if $a.link }}<a href="$a.link">$a.name</a>{{ else }}$a.name{{ endif }},
|
2011-06-14 14:21:43 +02:00
|
|
|
{{ endfor }}
|
2011-06-16 15:08:50 +02:00
|
|
|
</p>
|
2011-06-18 08:29:59 +02:00
|
|
|
|
2012-03-06 03:51:21 +01:00
|
|
|
<p class="maintainer">$str_maintainer
|
|
|
|
{{ for $info.maintainer as $a }}
|
|
|
|
{{ if $a.link }}<a href="$a.link">$a.name</a>{{ else }}$a.name{{ endif }},
|
|
|
|
{{ endfor }}
|
|
|
|
</p>
|
|
|
|
|
2012-03-26 02:55:43 +02:00
|
|
|
{{ if $screenshot }}
|
2012-04-13 11:20:05 +02:00
|
|
|
<a href="$screenshot.0" class='screenshot'><img src="$screenshot.0" alt="$screenshot.1" /></a>
|
2012-03-26 02:55:43 +02:00
|
|
|
{{ endif }}
|
|
|
|
|
2011-06-18 08:29:59 +02:00
|
|
|
{{ if $admin_form }}
|
2011-06-18 08:52:51 +02:00
|
|
|
<h3>$settings</h3>
|
2012-02-25 22:00:44 +01:00
|
|
|
<form method="post" action="$baseurl/admin/$function/$plugin/">
|
2011-06-18 08:29:59 +02:00
|
|
|
$admin_form
|
|
|
|
</form>
|
|
|
|
{{ endif }}
|
2011-06-14 14:21:43 +02:00
|
|
|
|
|
|
|
{{ if $readme }}
|
|
|
|
<h3>Readme</h3>
|
|
|
|
<div id="plugin_readme">
|
|
|
|
$readme
|
|
|
|
</div>
|
|
|
|
{{ endif }}
|
2011-06-14 11:54:14 +02:00
|
|
|
</div>
|