-
Notifications
You must be signed in to change notification settings - Fork 0
/
templateListener.xml
70 lines (65 loc) · 3.39 KB
/
templateListener.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/templateListener.xsd">
<import>
<!-- javascript -->
<templatelistener name="javascriptInclude">
<environment>user</environment>
<templatename>headInclude</templatename>
<eventname>javascriptInclude</eventname>
<templatecode><![CDATA[{include file='__javascriptInclude' application='show'}]]></templatecode>
</templatelistener>
<templatelistener name="javascriptInit">
<environment>user</environment>
<templatename>headInclude</templatename>
<eventname>javascriptInit</eventname>
<templatecode><![CDATA[{include file='__javascriptInit' application='show'}]]></templatecode>
</templatelistener>
<!-- message -->
<templatelistener name="messageFormSettingsEntry">
<environment>user</environment>
<templatename>messageFormSettings</templatename>
<eventname>settings</eventname>
<templatecode><![CDATA[{include file='__messageFormSettingsEntry' application='show'}]]></templatecode>
</templatelistener>
<!-- search -->
<templatelistener name="searchAreaSettings">
<environment>user</environment>
<templatename>pageHeaderSearch</templatename>
<eventname>settings</eventname>
<templatecode><![CDATA[{include file='__searchAreaSettings' application='show'}]]></templatecode>
</templatelistener>
<templatelistener name="userQuickSearchItems">
<environment>user</environment>
<templatename>user</templatename>
<eventname>quickSearchItems</eventname>
<templatecode><![CDATA[{include file='__userQuickSearchItems' application='show'}]]></templatecode>
</templatelistener>
<!-- stats -->
<templatelistener name="statisticsBox">
<environment>user</environment>
<templatename>boxStatistics</templatename>
<eventname>stats</eventname>
<templatecode><![CDATA[{include file='__statisticsBox' application='show'}]]></templatecode>
</templatelistener>
<!-- user -->
<templatelistener name="userInformationStatistics">
<environment>user</environment>
<templatename>userInformationStatistics</templatename>
<eventname>statistics</eventname>
<templatecode><![CDATA[{include file='__userInformationStatistics' application='show'}]]></templatecode>
</templatelistener>
<templatelistener name="messageSidebarUserCredits">
<environment>user</environment>
<templatename>messageSidebar</templatename>
<eventname>userCredits</eventname>
<templatecode><![CDATA[{include file='__messageSidebarUserCredits' application='show'}]]></templatecode>
</templatelistener>
<!-- copyright -->
<templatelistener name="copyright">
<environment>user</environment>
<templatename>pageFooterCopyright</templatename>
<eventname>copyright</eventname>
<templatecode><![CDATA[{include file='__copyright' application='show'}]]></templatecode>
</templatelistener>
</import>
</data>