Second pass at adding key files
This commit is contained in:
89
site/glist/templates/gossamer/plugin_manager_edit.html
Normal file
89
site/glist/templates/gossamer/plugin_manager_edit.html
Normal file
@ -0,0 +1,89 @@
|
||||
<%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%>
|
||||
|
||||
<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="edit_installed" />
|
||||
<input type="hidden" name="edit" value="1" />
|
||||
<%if sid%>
|
||||
<input type=hidden name="sid" value="<%sid%>" />
|
||||
<%endif%>
|
||||
<table border=1 cellpadding=0 cellspacing=0><tr><td>
|
||||
<table border=0 width=500>
|
||||
<tr>
|
||||
<td bgcolor="#E6EAEE" colspan="2" align="center"><font face="Tahoma,Arial,Helvetica" size="3"><b>Plugin Details</b></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font face="Tahoma,Arial,Helvetica" size="2">Plugin:</font>
|
||||
</td>
|
||||
<td>
|
||||
<font face="Tahoma,Arial,Helvetica" size="2"><%plugin_name%></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font face="Tahoma,Arial,Helvetica" size="2">Version:</font>
|
||||
</td>
|
||||
<td>
|
||||
<font face="Tahoma,Arial,Helvetica" size="2"><%version%>1</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font face="Tahoma,Arial,Helvetica" size="2">Author:</font>
|
||||
</td>
|
||||
<td>
|
||||
<font face="Tahoma,Arial,Helvetica" size="2"><%author%></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign=top>
|
||||
<font face="Tahoma,Arial,Helvetica" size="2">License:</font>
|
||||
</td>
|
||||
<td>
|
||||
<font face="Tahoma,Arial,Helvetica" size="2"><%license%></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign=top>
|
||||
<font face="Tahoma,Arial,Helvetica" size="2">Description:</font>
|
||||
</td>
|
||||
<td>
|
||||
<font face="Tahoma,Arial,Helvetica" size="2"><%description%></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2> </td>
|
||||
</tr>
|
||||
<%options%>
|
||||
<%menu%>
|
||||
<%hooks%>
|
||||
</table>
|
||||
</td></tr></table>
|
||||
<br />
|
||||
<table border=1 cellpadding=0 cellspacing=0><tr><td>
|
||||
<table border=0 width=500>
|
||||
<tr>
|
||||
<td align=center><center><input type="submit" value="Update" class=button /></center></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td></tr></table>
|
||||
</form>
|
||||
<%if reload%>
|
||||
<script language="Javascript">
|
||||
<!--
|
||||
open_url("do=admin_page;pg=plugin_manager.html<%if sid%>;sid=<%sid%><%endif%>");
|
||||
// -->
|
||||
</script>
|
||||
<%endif%>
|
Reference in New Issue
Block a user