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,21 @@
<%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%>