Skip to content

Commit

Permalink
[552245] Provide support for reporting on marketplace.eclipse.org
Browse files Browse the repository at this point in the history
Improve the web site for reviewing the results.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=550713
  • Loading branch information
merks committed Oct 26, 2019
1 parent be62289 commit aa6ad11
Show file tree
Hide file tree
Showing 9 changed files with 478 additions and 85 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 17 additions & 2 deletions releng/org.eclipse.oomph.releng/www/installer/index.html
Expand Up @@ -286,6 +286,9 @@
} else {
loadSetup(url);
}
if (getParameter(window.location.search, 'show') == 'true') {
expand_collapse('marketplace-section');
}
}
}

Expand Down Expand Up @@ -670,12 +673,24 @@ <h3 class="url-required section-header">
</h3>
<p id="drag-and-drop-installer" style="display: none;">
If you don't wish to register the Eclipse Installer,
you can drag the following link button and drop it onto installer's title area in either simple or advanced mode:
you can drag the following link button and drop it onto installer's title area:
<br/>
<br/>
<a id="link-drag-and-drop" class="button" href="">Drag Link</a>
<br/>
<br/>
Here in simple mode:
<br/>
<br/>
<img id="simple-drag-and-drop" class="thumb" onclick="popup('simple-drag-and-drop');" src="SimpleDropConfiguration.png" alt="Drop Link on Eclipse Installer Title Area in Simple Mode"/>
<br/>
<br/>
Or here in advanced mode:
<br/>
<br/>
<img id="advanced-drag-and-drop" class="thumb" onclick="popup('advanced-drag-and-drop');" src="AdvancedDropConfiguration.png" alt="Drop Link on Eclipse Installer Title Area in Advanced Mode"/>
<br/>
<br/>
Alternatively, you can
<span class="help-link" onclick="expand_collapse('copy-and-apply-installer', true);">copy and apply<img class="help" src="Help.png"/></span>the link.
<hr class="clearer"/>
Expand All @@ -693,7 +708,7 @@ <h3 class="url-required section-header">
<button id="link-copy-and-apply" class="button" onclick="copyToClipboard('link-drag-and-drop');">Copy Link</button>
<br/>
<br/>
Then you can apply it to the installer follows in simple mode:
Then you can apply it to the installer as follows in simple mode:
<br/>
<br/>
<img id="simple-copy-and-apply" class="thumb" onclick="popup('simple-copy-and-apply');" src="SimpleApplyConfiguration.png" alt="Apply Link to Eclipse Installer in Simple Mode"/>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa6ad11

Please sign in to comment.