Files
onlyoffice.github.io/store/index.html
2022-06-09 15:26:30 +03:00

48 lines
2.2 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 lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins.css">
<link rel="stylesheet" href="./resources/css/styles.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<!-- TODO из-за этого скрипта не работает нормально изменение размера окна (возможно в окне редактора всё будет нормально) -->
<script type="text/javascript" src="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins-ui.js"></script>
<script type="text/javascript" src="scripts/code.js"></script>
</head>
<body>
<div class="header noselect">
<span id="arrow" class="arrow hidden">&#8592;</span>
<label class="aboutlable header">Manage plugins</label>
<span id="close" class="close">&times;</span>
</div>
<div id="div_body" class="div_body">
<div id="toolbar" class="toolbar noselect">
<div class="toolbar_buttons">
<button id="btn_myPlugins" class="btn-text-default">My plugins</button>
<button id="btn_marketplace" class="btn-text-default btn_selected">Marketplace</button>
</div>
<div class="toolbar_link">
<!-- TODO подумать над тем, как открывать форму для загрузки -->
<a id="link_newPlugin" class="aboutlink link_submit" target="blank" href="https://htmldom.dev/make-a-resizable-element/">Submit your own plugin</a>
</div>
</div>
<div id="loader-container" class="asc-loader-container div_loader"></div>
<div id="div_main" class="main_content noselect"></div>
</div>
</body>
</html>