Second pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:24:05 +10:00
parent aa25e9347f
commit b6fc94ff0f
923 changed files with 243184 additions and 0 deletions

View File

@ -0,0 +1,53 @@
<form method="POST" action="glist.cgi">
<input type="hidden" name="do" value="admin_page" />
<input type="hidden" name="pg" value="plugin_wizard.html" />
<input type="hidden" name="plugin_name" value="<%plugin_name%>" />
<input type="hidden" name="plugin_wiz_do" value="create" />
<%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>MList provides the plugin author to display a message before your plugin is
installed, and before it is removed. You should take this chance to provide some
feedback to the user on what actions you are going to do, and what changes the
plugin will make.</font>
<%if error%>
<p><font face="Tahoma,Arial,Helvetica" size="2" color="red"><%error%></font></p>
<%endif%>
<table border="1" cellpadding="3" width="100%" bordercolor="#C0C0C0" cellspacing="0">
<tr class=body>
<td width="120" class=body valign="top">Install Message</font></td>
<td><font face="Tahoma,Arial,Helvetica" size="2"><textarea cols=50 class=object rows=5 wrap="on" name="install"><%if install%><%install%><%endif%></textarea></font></td>
</tr>
<tr class=body>
<td class=body width="120" valign="top">UnInstall Message</font></td>
<td><font face="Tahoma,Arial,Helvetica" size="2"><textarea class=object cols=50 rows=5 wrap="on" name="uninstall"><%if uninstall%><%uninstall%><%endif%></textarea></font></td>
</tr>
<tr class=body>
<td class=body width="120" valign="top">Install Code</font></td>
<td><font face="Tahoma,Arial,Helvetica" size="2"><textarea class=object cols=50 rows=5 wrap="off" name="install_code"><%if install_code%><%install_code%><%endif%></textarea></font></td>
</tr>
<tr class=body>
<td class=body width="120" valign="top">Uninstall Code</font></td>
<td><font face="Tahoma,Arial,Helvetica" size="2"><textarea class=object cols=50 rows=5 wrap="off" name="uninstall_code"><%if uninstall_code%><%uninstall_code%><%endif%></textarea></font></td>
</tr>
</table>
</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" value="Next >>" class=button name="next" /></font></center>
</td></tr></table></td></tr></table>
</form>