Files
onlyoffice.github.io/store/plugin/index.html
Alexey Matveev 368c52696f Fix/problem with internet cheking (#3)
* [Marketplace] Change internet connection checking for plugin "Marketplace".

* [Marketplace] Fix problem with timeout.

* [Marketplace] Rename function.

* [Marketplace] Add link to jquery.

* [Marketplace] Add loader container.

* Fix problem with clouds for desktop.
2023-09-13 14:20:50 +03:00

38 lines
2.1 KiB
HTML

<!--
(c) Copyright Ascensio System SIA 2020
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Marketplace</title>
<script type="text/javascript" src="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins.js"></script>
<script type="text/javascript" src="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins-ui.js"></script>
<link rel="stylesheet" href="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins.css">
<script type="text/javascript" src="./vendor/jQuery-2.2.2-min/jquery-v2.2.2-min.js"></script>
<link rel="stylesheet" href="resources/css/styles.css">
<script type="text/javascript" src="scripts/code.js"></script>
</head>
<body>
<div id="notification" class="notification hidden">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAACvSURBVDhPrZNRDoIwEER7COA6HgJPpAnHM4oXQdFE/VDfNrsfpQvGhkneT2dmky40rK77pq6ggx4eyhF2UGnMF4EWBvjMcIFW46nEgLcGl5BMOoSDGmR6EjZNz0GyjdbjALlfFjR5HnRajwNkSVnI5HnQaz0OkE1nIZPnwVPrxQNGrc9f4Qcnra+zxAbKP6OIg/IfyYSxhasGPcTzyyYC9pjO8IIbHGAPy4/pf4XwBSVejZ5wzd0zAAAAAElFTkSuQmCC"/>
<label id="lb_notification" class="header" style="margin-left: 5px;">This version of "Plugin Manager" is not official.</label>
</div>
<div id="div_noIternet" class="hidden" style="position: absolute;">
<label id="lb_noInternet" class="form-control lab noselect">No Internet Connection.</label>
</div>
<div id="loader-container" class="loader hidden"></div>
</body>
</html>