22 lines
		
	
	
		
			611 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			611 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<%if results%>
 | 
						|
  <p><font face="Tahoma,Arial,Helvetica" size="2" color="green"><%results%></font></p>
 | 
						|
<%endif%>
 | 
						|
<%if error%>
 | 
						|
  <p><font face="Tahoma,Arial,Helvetica" size="2" color="red"><%error%></font></p>
 | 
						|
<%endif%>
 | 
						|
 | 
						|
<%if installed%>
 | 
						|
  <p><font face="Tahoma,Arial,Helvetica" size="2"><b><%installed%></b></font></p>
 | 
						|
<%endif%>
 | 
						|
<%if uninstalled%>
 | 
						|
  <p><font face="Tahoma,Arial,Helvetica" size="2"><b><%uninstalled%></b></font></p>
 | 
						|
<%endif%>
 | 
						|
<%if reload%>
 | 
						|
<script language="Javascript">
 | 
						|
<!--
 | 
						|
  open_url("glist.cgi?do=admin_page&pg=plugin_manager.html<%if sid%>&sid=<%sid%><%endif%>")
 | 
						|
// -->
 | 
						|
</script>
 | 
						|
<%endif%>
 | 
						|
 |