summaryrefslogtreecommitdiff
path: root/htroot/Messages_p.xml
blob: 7243dc9471b82304a11431b9ce17c58043b89877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
#(mode)#
<messages>
#{messages}#
	<message id="#[key]#">
		<date>#[date]#</date>
		<from hash="#[hash]#">#[from]#</from>
		<to>#[to]#</to>
		<subject><![CDATA[#[subject]#]]></subject>
	</message>
#{/messages}#
</messages>
::
<message id="#[key]#">
	<date>#[date]#</date>
	<from hash="#[hash]#">#[from]#</from>
	<to>#[to]#</to>
	<subject><![CDATA[#[subject]#]]></subject>
	<message><![CDATA[#[message]#]]></message>
</message>
#(/mode)#