16 lines
399 B
C#
16 lines
399 B
C#
|
|
<?cs call:handle_messages() ?>
|
|
|
|
<?cs call:show_help(Lang.Plugins.plugin_template.Help.Example) ?>
|
|
|
|
<fieldset>
|
|
<legend>
|
|
<?cs call:show_plugin_icon() ?>
|
|
<?cs var:html_escape(Lang.Plugins.plugin_template.Title) ?>
|
|
</legend>
|
|
|
|
<p><?cs var:html_escape(Lang.Plugins.plugin_template.Text.Example) ?></p>
|
|
<p><?cs var:html_escape(Lang.Plugins.plugin_template.Text.SecondExample) ?></p>
|
|
|
|
</fieldset>
|
|
|