rhymix/modules/plugin/tpl.admin/plugin_generated_code.html

29 lines
629 B
HTML

<table border="1" width="400">
<col width="100" />
<col width="300" />
<tr>
<th colspan="2">{$lang->cmd_generate_code}</th>
</tr>
<tr>
<th>{$lang->plugin}</th>
<td>{$plugin_info->title} ver {$plugin_info->version}</td>
</tr>
<tr height="200">
<th rowspan="2">{$lang->plugin_code}</th>
<td>
&lt;div plugin="{$selected_plugin}"
<!--@foreach($vars as $key=>$val)-->
{$key}=&quot;{$val}&quot;&nbsp;
<!--@end-->
&gt;&lt;/div&gt;
</td>
</tr>
<tr>
<td>{$lang->about_plugin_code}</td>
</tr>
<tr>
<td colspan="2">
<a href="#" onclick="self.close()">{$lang->cmd_close}</a>
</td>
</tr>
</table>