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