z
This commit is contained in:
28
update/data/skins/power_user/admin/plugin_manager.html
Normal file
28
update/data/skins/power_user/admin/plugin_manager.html
Normal file
@@ -0,0 +1,28 @@
|
||||
|?TREE=» <a class=tree href="/CMD_PLUGIN_MANAGER">Plugin Manager</a>|
|
||||
|?HELP_SECTION=`ADMIN_HELPER`|
|
||||
|HTM_HEADER|
|
||||
|
||||
|HTM_TAB_ADMIN|
|
||||
|
||||
<br>
|
||||
|
||||
|PLUGINS|
|
||||
|
||||
<br>
|
||||
<table class=list cellspacing=1 cellpadding=5>
|
||||
<form action="/CMD_PLUGIN_MANAGER" enctype="multipart/form-data" method="POST">
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="10485760">
|
||||
<input type=hidden name=action value="add">
|
||||
<tr><td class=listtitle colspan=2><b>Add Plugin</b> - Select Upload Method</td></tr>
|
||||
|
||||
<tr><td class=list><input type=radio name=type value="url" checked>Url</td><td class=list> <input type=text name=url size=32 value="http://"> Enter the URL location where the plugin can be downloaded</td></tr>
|
||||
<tr><td class=list><input type=radio name=type value="file">File</td><td class=list> <input type=file name=file1 size=32> Upload the plugin from your local computer</td></tr>
|
||||
|
||||
|
||||
<tr><td class=listtitle colspan=2 align=right><b>Password</b>: <input type=password name=passwd size=10> <input type=checkbox name=install value="yes" checked> Install after upload <input type=submit value="Add Plugin"></td></tr>
|
||||
</form>
|
||||
</table>
|
||||
<br><br><br>
|
||||
|
||||
|HTM_FOOTER|
|
||||
|
||||
Reference in New Issue
Block a user