-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plugin installation implemented. Bugs fixed.
- Loading branch information
1 parent
f36cd07
commit 6f4c4d4
Showing
4 changed files
with
90 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
<form name="gvs-select-form" id="gvs-select-%PLUGIN_INNER_NAME%" method="post" action=""> | ||
<div style="border-style: groove; margin: 15px; max-width: 70%"> | ||
<div id="gvs_version_selector" style="margin: 15px"> | ||
<p style="font-size: larger">Select <b>%PLUGIN_INNER_NAME_UPPER%</b> version you want to install:</p> | ||
<p style="font-size: larger">Select <b>%PLUGIN_INNER_NAME_UPPER%</b> version you want to handle:</p> | ||
<select name="gvs_select" style="max-width: 90%"> | ||
%GVS_OPTIONS% | ||
</select>' | ||
</div> | ||
<div id="gvs_version_meta" style="margin: 15px"> | ||
<p><b>(!) %PLUGIN_META%</b></p> | ||
</div> | ||
<div id="gvs_warning" style="margin: 15px"> | ||
<input type="submit" value="Install" class="button-primary"> | ||
<input type="submit" value="%PLUGIN_ACTION%" class="button-primary"> | ||
<b> | ||
WARNING: This action will delete all non-plugin files like .git or .idea. Be sure you know what do you do. | ||
%ATTENTION% | ||
</b> | ||
</div> | ||
<input type="hidden" name="plugin_inner_name" id="hidden_name_%PLUGIN_INNER_NAME%" value="%PLUGIN_INNER_NAME%"> | ||
<input type="hidden" name="plugin_action" id="hidden_action_%PLUGIN_ACTION%" value=%PLUGIN_ACTION%> | ||
</div> | ||
</form> |