Second pass at adding key files
This commit is contained in:
		
							
								
								
									
										88
									
								
								site/glist/templates/gossamer/plugin_wizard_step2.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								site/glist/templates/gossamer/plugin_wizard_step2.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,88 @@
 | 
			
		||||
<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="step3" />
 | 
			
		||||
<%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>
 | 
			
		||||
          <td class=body>
 | 
			
		||||
            Now we need to know a few more details about your plugin. This will be
 | 
			
		||||
            used in displaying information about your plugin such as author,
 | 
			
		||||
            description and most importantly version number.
 | 
			
		||||
            <p class=body>It's essential to keep
 | 
			
		||||
            a version number for your plugin. When people update the plugin from
 | 
			
		||||
            the web, they can easily tell if the version they have is older then
 | 
			
		||||
            the latest version, and can update as required.</p>
 | 
			
		||||
            <%if error%>
 | 
			
		||||
            <p class=body><font color="red"><b><%error%></b></font></p>
 | 
			
		||||
            <%endif%>
 | 
			
		||||
            <table border="0" cellpadding="3" width="100%" cellspacing="0">
 | 
			
		||||
              <tr class=body>
 | 
			
		||||
                <td width="120" class=body valign="top">Version:</td>
 | 
			
		||||
                <td class=body>
 | 
			
		||||
                  <p><input type="text" value="<%if version%><%version%><%endif%>" name="version" class=object size="20" /></p>
 | 
			
		||||
                </td>
 | 
			
		||||
              </tr>
 | 
			
		||||
              <tr class=body>
 | 
			
		||||
                <td width="120" valign="top" class=body>Author:</td>
 | 
			
		||||
                <td class=body>
 | 
			
		||||
                  <input type="text" value="<%if author%><%author%><%endif%>" name="author" class=object size="40" />
 | 
			
		||||
                </td>
 | 
			
		||||
              </tr>
 | 
			
		||||
              <tr class=body>
 | 
			
		||||
                <td width="120" valign="top" class=body>URL:</td>
 | 
			
		||||
                <td class=body>
 | 
			
		||||
                  <input type="text" name="url" value="<%if url%><%url%><%endif%>" class=object size="40" />
 | 
			
		||||
                </td>
 | 
			
		||||
              </tr>
 | 
			
		||||
              <tr class=body>
 | 
			
		||||
                <td width="120" class=body valign="top">License:</td>
 | 
			
		||||
                <td>
 | 
			
		||||
                  <select size="1" name="license" class=object>
 | 
			
		||||
                    <option<%if license eq 'Freeware'%> SELECTED<%endif%>>Freeware</option>
 | 
			
		||||
                    <option<%if license eq 'GPL'%> SELECTED<%endif%>>GPL</option>
 | 
			
		||||
                    <option<%if license eq 'Shareware'%> SELECTED<%endif%>>Shareware</option>
 | 
			
		||||
                    <option<%if license eq 'Commercial'%> SELECTED<%endif%>>Commercial</option>
 | 
			
		||||
                    <option<%if license eq 'Other'%> SELECTED<%endif%>>Other</option>
 | 
			
		||||
                  </select>
 | 
			
		||||
                </td>
 | 
			
		||||
              </tr>
 | 
			
		||||
              <tr class=body>
 | 
			
		||||
                <td width="120" valign="top" class=body>MLists Version Required:</td>
 | 
			
		||||
                <td>
 | 
			
		||||
                  <input type="text" name="prog_ver" class=object value="<%if prog_ver%><%prog_ver%><%endif%>" size="20" />
 | 
			
		||||
                </td>
 | 
			
		||||
              </tr>
 | 
			
		||||
              <tr class=body>
 | 
			
		||||
                <td width="120" valign="top" class=body>Description:</td>
 | 
			
		||||
                <td>
 | 
			
		||||
                  <textarea rows="5" name="description" class=object cols="40"><%if description%><%description%><%endif%></textarea>
 | 
			
		||||
                </td>
 | 
			
		||||
              </tr>
 | 
			
		||||
            </table>
 | 
			
		||||
          </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
      </table>
 | 
			
		||||
    </td>
 | 
			
		||||
  </tr>
 | 
			
		||||
</table><br />
 | 
			
		||||
<table border="1" cellpadding=0 cellspacing=0>
 | 
			
		||||
  <tr>
 | 
			
		||||
    <td>
 | 
			
		||||
      <table border=0 width=500>
 | 
			
		||||
        <tr>
 | 
			
		||||
          <td align=center>
 | 
			
		||||
            <input type="submit" value="Next  >>" name="next" class=button />
 | 
			
		||||
          </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
      </table>
 | 
			
		||||
    </td>
 | 
			
		||||
  </tr>
 | 
			
		||||
</table>
 | 
			
		||||
</form>
 | 
			
		||||
		Reference in New Issue
	
	Block a user