-
Notifications
You must be signed in to change notification settings - Fork 491
Expand file tree
/
Copy pathplugin-card.html
More file actions
150 lines (140 loc) · 8.26 KB
/
Copy pathplugin-card.html
File metadata and controls
150 lines (140 loc) · 8.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!--
(c) Copyright Ascensio System SIA 2010
This program is a free software product. You can redistribute it and/or
modify it under the terms of the GNU Affero General Public License (AGPL)
version 3 as published by the Free Software Foundation. In accordance with
Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect
that Ascensio System SIA expressly excludes the warranty of non-infringement
of any third-party rights.
This program is distributed WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For
details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
You can contact Ascensio System SIA at 20A-6 Ernesta Birznieka-Upish
street, Riga, Latvia, EU, LV-1050.
The interactive user interfaces in modified source and object code versions
of the Program must display Appropriate Legal Notices, as required under
Section 5 of the GNU AGPL version 3.
Pursuant to Section 7(b) of the License you must retain the original Product
logo when distributing the program. Pursuant to Section 7(e) we decline to
grant you any rights under trademark law for use of our trademarks.
All the Product's GUI elements, including illustrations and icon sets, as
well as technical writing content are licensed under the terms of the
Creative Commons Attribution-ShareAlike 4.0 International. See the License
terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
-->
<!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/plugin-card.css">
<script src="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins-ui.js"></script>
<script src="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins.js"></script>
<script src="./scripts/shared/polyfill.js" defer></script>
<script src="./scripts/shared/utils.js" defer></script>
<script src="./scripts/shared/data-fetcher.js" defer></script>
<script src="./scripts/marketplace/service.js" defer></script>
<script src="./vendor/marked/marked.min.js" defer></script>
<script src="./scripts/card/plugin-card-ui.js" defer></script>
<script src="./scripts/card/plugin-card.js" defer></script>
</head>
<body class="pc noselect">
<div class="pc-header">
<div class="pc-title-row">
<div id="div_icon_info" class="pc-icon">
<img id="img_icon">
</div>
<div class="pc-meta">
<div class="pc-name-row">
<span id="span_name" class="pc-name">---</span>
</div>
<div class="pc-sub">
<span class="default-plugin-icon hidden i18n" title="Local">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>
<polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline>
<line x1="12" y1="22.08" x2="12" y2="12"></line>
</svg>
</span>
<span class="pc-badge hidden"><i class="ti ti-circle-check">✓</i> <span class="i18n" title="By ONLYOFFICE">By ONLYOFFICE</span></span>
<span id="span_offered"></span> <span id="span_version"></span>
</div>
<div id="div_editor_badges" class="pc-editor-badges hidden"></div>
<div id="div_rating_link" class="pc-stats">
<div class="pc-rating" id="stars_colored"></div>
<a id="discussion_link" class="link review-link i18n" target="blank" href="https://api.onlyoffice.com/docs/plugin-and-macros/get-started/overview/">Click to rate</a>
</div>
</div>
<div class="pc-actions">
<button id="btn_remove" class="btn-text-default btn_remove hidden i18n" onclick="PluginCard.onClickRemove(event)">Remove</button>
<button id="btn_update" class="btn-text-default btn_update hidden i18n" onclick="PluginCard.onClickUpdate(event)">Update</button>
<button id="btn_install" class="btn-text-default btn_install hidden i18n" onclick="PluginCard.onClickInstall(event)">Install</button>
<button id="btn_download" class="btn-text-default btn_install hidden i18n" onclick="PluginCard.onClickDownload(event)">Download</button>
</div>
</div>
</div>
<div class="pc-tabs">
<span class="span_caption span_selected i18n" id="span_overview" onclick="PluginCard.onSelectPreview(event.target, 1)">Overview</span>
<span class="span_caption i18n" onclick="PluginCard.onSelectPreview(event.target, 2)">Info & Support</span>
<span class="span_caption" id="span_changelog" onclick="PluginCard.onSelectPreview(event.target, 3)">Changelog</span>
</div>
<div class="tabs-content">
<div id="div_selected_preview" class="tab-pane">
<div class="about-body" id="div_description_selected" ><span id="span_selected_description"></span></div>
<div id="div_selected_image">
<div id="div_selected_container" class="slideshow-container">
<span id="prev_arrow" class="prev hidden" onclick="PluginCard.plusSlides(-1)">❮</span>
<span id="next_arrow" class="next hidden" onclick="PluginCard.plusSlides(1)">❯</span>
</div>
<div id="points_container" style="text-align:center"></div>
</div>
</div>
<div id="div_selected_info" class="tab-pane hidden">
<div id="div_plugin_info" class="info-block">
<div id="div_min_version" class="hidden">
<strong class="i18n">The minimum supported editors version</strong>
<span>: </span>
<span id="span_min_ver"></span>
</div>
<div id="div_languages" class="hidden">
<strong class="i18n">Languages</strong>
<span>: </span>
<span id="span_langs"></span>
</div>
</div>
<div class="info-block">
<div id="div_readme_link">
<strong class="i18n">Learn how to use</strong>
<span> </span>
<span class="i18n">the plugin in</span>
<span> </span>
<a id="link_readme" class="link link_info" target="blank" href="">README.</a>
</div>
<div id="div_github_link">
<strong class="i18n">Contribute</strong>
<span> </span>
<span class="i18n">to the plugin development or report an issue on</span>
<span> </span>
<a id="link_plugin" class="link link_info" target="blank">Github.</a>
</div>
<div>
<strong class="i18n">Get help</strong>
<span> </span>
<span class="i18n">with the plugin functionality on our forum.</span>
</div>
<div>
<span class="i18n">Create a new plugin using</span>
<span> </span>
<a class="link link_info" target="blank" href="https://api.onlyoffice.com/docs/plugins/get-started/">ONLYOFFICE API.</a>
</div>
</div>
</div>
<div id="div_selected_changelog" class="tab-pane hidden">
<div id="div_changelog_preview"></div>
</div>
</div>
<div id="div_error" class="error_main hidden"><div class="loader_background"></div></div>
<div id="loader-container" class="asc-loader-container div_loader"><div class="loader_background"></div></div>
<div id="div_rating_git" class="hidden"></div>
</body>
</html>