50 lines
2.5 KiB
HTML
50 lines
2.5 KiB
HTML
<%include include_header.html%>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="82%">
|
|
<tr>
|
|
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
|
|
<td colspan="3" height="3%" bgcolor="#E8EAD0" valign="top"><%include plugin_include_menu.html%></td>
|
|
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
|
|
</tr>
|
|
<tr>
|
|
<td height="97%" colspan="3" valign="top">
|
|
<table width="99%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
|
|
<tr>
|
|
<td><img src="<%image_url%>/pics/1pixel.gif" width="1" height="3"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#336600" style="border: 1px solid #C5E1A3">
|
|
<tr class="bold_white">
|
|
<td height="20"><img src="<%image_url%>/icons/plugin_manager.gif" hspace="2" vspace="0" align="texttop"><%if gossamer%>Install Plugins from Gossamer<%else%>Plugin Manager<%endif%></td>
|
|
<td align="right"><a href="glist.cgi?do=admin_page&pg=plugin_manager.html<%hidden_query%>"><img src="<%image_url%>/icons/close.gif" width="17" height="16" border=0></a></td>
|
|
</tr>
|
|
</table>
|
|
<%GList::Plugins::admin_menu%>
|
|
<table cellspacing="1" cellpadding="2" border="0" width=100% align=center>
|
|
<tr>
|
|
<%if menu%>
|
|
<td class=body width=22% valign=top>
|
|
<table width=100% border= 1 cellpadding=0 cellspacing=0><%menu%></table>
|
|
</td>
|
|
<%endif%>
|
|
<td class=body align=center valign=top><br />
|
|
<%if gossamer%>
|
|
From here you can download plugins straight from Gossamer to your server.
|
|
<%else%>
|
|
<%if msg%><font color=green><%msg%></font><%else%>The plugin manager lets you install, edit and remove plugins on your system.<%endif%><br /> <br />
|
|
<%GList::Plugins::manager%>
|
|
<%if error%><font color="red"><b><%error%></b></font><%endif%>
|
|
<%if content%><%content%><%endif%>
|
|
<%endif%>
|
|
<BR/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%include include_footer.html%>
|