forked from dynamsoft-docs/license-server-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault-layout.html
204 lines (189 loc) · 8.13 KB
/
default-layout.html
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en-US">
{%- include head.html -%}
<style>
#docHead { top: 95px }
.docContainer, .sideBar { padding-top: 0px; }
#sideBarCnt.sidebar-fixed { position: fixed; top: 0px; max-height: unset; }
.rightSideMenu.rsm-fixed { position: fixed; top: 20px; }
</style>
<body class="noSubMenuDoc">
<div class="headWrapper">
{%- include page_header.html -%}
</div>
<div class="sideBarIcon"><i class="fa fa-list" style="margin-right: 5px;"></i> Table of contents</div>
<div class="container">
<div class="row">
<div class="sideBar col-xs-12 col-md-3 hide-xs hide-sm">
<div id="sideBarCnt">
<div class="docSearchPart" style="margin-top: 30px;">
<input id="txtSearch" class="search" type="text">
</div>
<ul class="mainPage" id="fullTreeMenuListContainer" name="listLevel1">
{%- include sidelist-about/index.html -%}
<li><a href="{{ site.dshosting }}index.html" class="otherLinkColour">Dynamsoft-Hosting</a></li>
{%- include sidelist-selfhosting/index.html -%}
{%- include sidelist-managedls/index.html -%}
<li><a href="{{ site.common}}errorlist.html" class="otherLinkColour">Error List</a></li>
</ul>
</div>
</div>
<div class="docContainer col-xs-12 col-md-9">
<div id="docHead" class="head row hide-xs hide-sm">
{%- include main-page-head.html -%}
</div>
<div class="main row">
<div class="content markdown-body headCounter col-xs-12 col-md-12 col-lg-9 col-xl-10"
style="margin-bottom: 20px;">
{{ content }}
</div>
<div class="rightSideMenu col-xs-12 col-md-12 col-lg-3 col-xl-2 hide-md hide-sm hide-xs">
<div id="compatibleInfo">
<p>This page is compatible for:</p>
<p class="compatibleCurVersion">Version 7.5</p>
</div>
<div id="feedbackFooter" style="color: #306877;">
<p class="fontOswald">Is this page helpful? </p>
<a href="javascript:void(0)" style="color: #306877;" class="recordLink smileLink"
onclick="UsefulRecord(true)"><img class="icon-smile" src="{{ site.smile_icon }}"
alt="Yes" />Yes</a>
<a href="javascript:void(0)" style="color: #306877;" class="recordLink sadLink"
onclick="UsefulRecord(false)"><img class="icon-sad" src="{{ site.sad_icon }}"
alt="No" />No</a>
</div>
<hr />
{%- if page.needAutoGenerateSidebar -%}
<p class="fontOswald" style="color: #306877;"> In this article: </p>
<div id="AutoGenerateSidebar"></div>
{%- endif -%}
</div>
</div>
</div>
</div>
</div>
<div class="history list">
<div class="container">
<div class="col-xs-12">
{%- include liquid_autoGenerateHistoryList.html -%}
</div>
</div>
</div>
<div id="footerWrapper">
{%- include page_footer.html -%}
</div>
<script>anchors.add();</script>
<script>
UrlReplace();
</script>
{%- if page.needAutoGenerateSidebar -%}
{%- unless page.needGenerateH3Content -%}
<script>
FullTreeMenuList(true, false);
</script>
{%- else -%}
<script>
FullTreeMenuList(true);
</script>
{%- endunless -%}
{%- else -%}
<script>
FullTreeMenuList(false);
</script>
{%- endif -%}
<!-- dbr docs -->
<script type="text/javascript">
$('#txtSearch').keydown(function (e) {
if (e.keyCode == 13) {
window.location.href = '/license-server/docs/search.html?q=' + $('#txtSearch').val()
}
})
$(document).ready(function(){
var sd = $(window).scrollTop()
if(sd > 0) {
realFunc2();
}
$(window).resize(function() {
realFunc2();
})
window.addEventListener('scroll', realFunc2);
function realFunc2() {
if (breakpoint() == 'lg') {
var menuHeight = $('#overall-header').height();
var sd = $(window).scrollTop();
if (sd >= $('#overall-header').height()) {
// head and sidebar fixed
$('#docHead').css({'top': '0px'});
} else {
$('#docHead').css({'top': (menuHeight - sd + 1) + 'px'});
}
} else {
$('#docHead').css({'top': 'unset'});
}
}
})
</script>
{%- include livehelp.html -%}
<!-- Google Code for Remarketing Tag -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1070358440;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt=""
src="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1070358440/?value=0&guid=ON&script=0" />
</div>
</noscript>
<!-- Google Tag Manager -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-538F83" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-538F83');</script>
<!-- End Google Tag Manager -->
<!-- Marketo Asynchronous Tracking Code for www.dynamsoft.com -->
<script type="text/javascript">
(function () {
var didInit = false;
function initMunchkin() {
if (didInit === false) {
didInit = true;
Munchkin.init('465-JJI-384', { asyncOnly: true });
}
}
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = 'https://munchkin.marketo.net/munchkin.js';
s.onreadystatechange = function () {
if (this.readyState == 'complete' || this.readyState == 'loaded') {
initMunchkin();
}
};
s.onload = initMunchkin;
document.getElementsByTagName('head')[0].appendChild(s);
})();
</script>
<!-- Marketo RTP tag -->
<script type='text/javascript'>
(function (c, h, a, f, i, e) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
c[a].a = i; c[a].e = e; var g = h.createElement("script"); g.async = true; g.type = "text/javascript";
g.src = f + '?aid=' + i; var b = h.getElementsByTagName("script")[0]; b.parentNode.insertBefore(g, b);
})(window, document, "rtp", "https://sjrtp-cdn.marketo.com/rtp-api/v1/rtp.js", "dynamsoftinc");
rtp('send', 'view');
rtp('get', 'campaign', true);
</script>
<!-- End of Marketo RTP tag -->
</body>
</html>