2011-06-14 05:54:14 -04:00
|
|
|
<div id='adminpage'>
|
|
|
|
<h1>$title - $page</h1>
|
|
|
|
|
2011-06-14 08:21:43 -04:00
|
|
|
<p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/plugins/$plugin/?a=t">$action</a></p>
|
|
|
|
<p>$info.description</p>
|
2011-06-14 09:08:03 -04:00
|
|
|
|
2011-06-16 09:08:50 -04:00
|
|
|
<p class="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-14 09:08:03 -04:00
|
|
|
|
2011-06-18 02:29:59 -04:00
|
|
|
|
|
|
|
{{ if $admin_form }}
|
2011-06-18 02:52:51 -04:00
|
|
|
<h3>$settings</h3>
|
2011-06-18 02:29:59 -04:00
|
|
|
<form method="post" action="$baseurl/admin/plugins/$plugin/">
|
|
|
|
$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>
|