Files
onlyoffice.github.io/store/plugin/developer.html
2024-02-14 11:55:50 +03:00

38 lines
1.6 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>Developer Mode</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">
<link rel="stylesheet" href="resources/css/styles.css">
<script type="text/javascript" src="scripts/developer.js"></script>
</head>
<body>
<div class="div_developer">
<div class="warning">
<div class="img_warning"></div>
<label class="i18n question">Be careful! Avoid using the untrusted URLs.</label>
</div>
<label class="aboutlable lab_developer i18n">Enter the URL for your marketplace page here</label>
<input id="inp_url" class="form-control" placeholder="Enter URL"/>
<label id="lbl_reset" class="link_submit aboutlable i18n">Return to default settings</label>
</div>
</body>
</html>