cryptonas/plugins/plugin_template/form_plugin_template.cs

17 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>