27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<form action="glist.cgi" method="POST">
 | 
						|
  <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="delete" />
 | 
						|
  <input type="hidden" name="confirm" value="1" />
 | 
						|
  <table border="1" cellpadding=0 cellspacing=0>
 | 
						|
    <tr class=body>
 | 
						|
      <td align=center class=body><br />
 | 
						|
        <p><b>About to delete plugin: <%plugin_name%> permanently!</b></p>
 | 
						|
        <p>This will remove the plugin from your system completely. Are you sure: <br /><br />
 | 
						|
        <table border=0 width=500>
 | 
						|
          <tr>
 | 
						|
            <td class=body align=center>
 | 
						|
              <input type="submit" value=" Delete " class=button />   
 | 
						|
              <input type="button" onClick="history.go(-1)" value=" Abort " class=button />
 | 
						|
            </td>
 | 
						|
          </tr>
 | 
						|
        </table><br />
 | 
						|
      </td>
 | 
						|
    </tr>
 | 
						|
  </table>
 | 
						|
<%if sid%>
 | 
						|
  <input type=hidden name="sid" value="<%sid%>" />
 | 
						|
<%endif%>
 | 
						|
</form>
 |