33 lines
795 B
Smarty
Executable file
33 lines
795 B
Smarty
Executable file
<div id='adminpage'>
|
|
<h1>$title - $page</h1>
|
|
|
|
<p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/$function/$plugin/?a=t">$action</a></p>
|
|
<p>$info.description</p>
|
|
|
|
<p class="author">$str_author
|
|
{{ for $info.author as $a }}
|
|
{{ if $a.link }}<a href="$a.link">$a.name</a>{{ else }}$a.name{{ endif }},
|
|
{{ endfor }}
|
|
</p>
|
|
|
|
<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>
|
|
|
|
{{ if $admin_form }}
|
|
<h3>$settings</h3>
|
|
<form method="post" action="$baseurl/admin/$function/$plugin/">
|
|
$admin_form
|
|
</form>
|
|
{{ endif }}
|
|
|
|
{{ if $readme }}
|
|
<h3>Readme</h3>
|
|
<div id="plugin_readme">
|
|
$readme
|
|
</div>
|
|
{{ endif }}
|
|
</div>
|