ConLite/setup/templates/setup/forms/additionalplugins.tpl

25 Zeilen
675 B
Smarty

<script type="text/javascript" src="./script/pluginInfo.js"></script>
<table cellspacing="0" cellpadding="0" border="0" class="setupBodyOuterTable">
<tr>
<td valign="top" colspan="2" style="height:70px;">
<h1>{TITLE}</h1>
{DESCRIPTION}
</td>
</tr>
<tr>
<td valign="top">
<table border="0" width="100%">
<tr>
<td id="plugin_list">{PLUGINLIST}
</td>
</tr>
</table>
<div id="plugin_layer">
<div><a href="javascript://" onclick="hidePluginInfo();">X</a></div>
<b id="plugin_header"></b>
<p id="plugin_description"></p>
</div>
</td>
<td align="right" valign="bottom" style="white-space: nowrap;">{BACK}{NEXT}</td></tr></table>