import.html
1.2 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
<script id="rcs-templte-button" type="rcs/templte">
<!--#include file="button.html"-->
</script>
<script id="rcs-templte-main" type="rcs/templte">
<!--#include file="main.html"-->
</script>
<script id="rcs-templte-conversation" type="rcs/templte">
<!--#include file="conversation.html"-->
</script>
<script id="rcs-templte-chat" type="rcs/templte">
<!--#include file="chat.html"-->
</script>
<script id="rcs-templte-message" type="rcs/templte">
<!--#include file="message.html"-->
</script>
<script id="rcs-templte-message-template" type="rcs/templte">
<!--#include file="messageTemplate.html"-->
</script>
<script id="rcs-templte-closebefore" type="rcs/templte">
<!--#include file="closebefore.html"-->
</script>
<script id="rcs-templte-endconversation" type="rcs/templte">
<!--#include file="endconversation.html"-->
</script>
<script id="rcs-templte-evaluate" type="rcs/templte">
<!--#include file="evaluate.html"-->
</script>
<script id="rcs-templte-leaveword" type="rcs/templte">
<!--#include file="leaveword.html"-->
</script>
<script id="rcs-templte-imageView" type="rcs/templte">
<!--#include file="imageView.html"-->
</script>
<script id="rcs-templte-userInfo" type="rcs/templte">
<!--#include file="userInfo.html"-->
</script>