36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
<form method="POST" action="glist.cgi">
|
|
<input type="hidden" name="do" value="admin_page" />
|
|
<input type="hidden" name="pg" value="plugin_manager.html" />
|
|
<input type="hidden" name="plugin_name" value="<%plugin_name%>" />
|
|
<input type="hidden" name="plugin_man_do" value="edit_uninstalled" />
|
|
<%if sid%>
|
|
<input type=hidden name="sid" value="<%sid%>" />
|
|
<%endif%>
|
|
|
|
<table border="1" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<table border="0" cellpadding="3" width="500">
|
|
<tr class=body>
|
|
<td class=body>
|
|
<font face="Tahoma,Arial,Helvetica" size="2">Your
|
|
plugin file has been created, and an install file has been added to it. There is
|
|
also a Wizard.pm file, so if you ever need to re run the wizard, all your values
|
|
will be remembered.</font>
|
|
<p><font face="Tahoma,Arial,Helvetica" size="2">You should now go to the Plugin
|
|
Editor and add your source code to make your plugin work!</font></p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br /><br />
|
|
|
|
<table border="1" cellpadding=0 cellspacing=0><tr><td><table border=0 width=500><tr><td>
|
|
<center><font face="Tahoma,Arial,Helvetica" size="2"><input type="submit" class=button value="Plugin Editor" name="next" /></font></center>
|
|
</td></tr></table></td></tr></table>
|
|
|
|
</form>
|