Second pass at adding key files
This commit is contained in:
21
site/glist/templates/gossamer/plugin_manager_list.html
Normal file
21
site/glist/templates/gossamer/plugin_manager_list.html
Normal 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%>
|
||||
|
Reference in New Issue
Block a user