-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstub-view.ejs
40 lines (33 loc) · 1.02 KB
/
stub-view.ejs
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
<%
locals.OLSKPageAssets = [
'/_shared/__external/normalize.css/normalize.css',
'__compiled/ui-style.css',
'/_shared/__external/launchlet/__compiled/launchlet.js',
'/_shared/__external/launchlet/__compiled/launchlet.css',
];
locals.OLSKPagePublicConstants = {
OLSKSharedPageCurrentLanguage,
};
%>
<script src="/<%= OLSKSharedPageControllerSlug %>/__compiled/ui-behaviour.js"></script>
<p>
<strong>SNPCollectDetailDispatchBack</strong>
<span id="TestSNPCollectDetailDispatchBack">0</span>
</p>
<p>
<strong>SNPCollectDetailDispatchUpdate</strong>
<span id="TestSNPCollectDetailDispatchUpdate">0</span>
</p>
<p>
<strong>SNPCollectDetailDispatchClone</strong>
<span id="TestSNPCollectDetailDispatchClone">0</span>
</p>
<p>
<strong>SNPCollectDetailDispatchDiscard</strong>
<span id="TestSNPCollectDetailDispatchDiscard">0</span>
</p>
<p>
<strong>SNPCollectDetailDispatchDisableEscape</strong>
<span id="TestSNPCollectDetailDispatchDisableEscape">0</span>
<span id="TestSNPCollectDetailDispatchDisableEscapeData"></span>
</p>