This commit is contained in:
mobius
2015-01-01 20:02:50 +00:00
parent eeae660458
commit a6a3718849
17894 changed files with 2818932 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="MailList.xsd">
<mail id="SATempBan" file="html/SecAuthTempBan.htm" subject="Your account has been temporarily suspended" />
</list>

16
trunk/dist/login/data/mail/MailList.xsd vendored Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<element name="list">
<complexType>
<sequence minOccurs="1" maxOccurs="1">
<element name="mail" minOccurs="1" maxOccurs="1">
<complexType>
<attribute name="file" type="token" use="required" />
<attribute name="id" type="token" use="required" />
<attribute name="subject" type="normalizedString" use="required" />
</complexType>
</element>
</sequence>
</complexType>
</element>
</schema>

View File

@@ -0,0 +1,15 @@
Greetings,<br>
<br>
We have temporally suspended your account:<br>
<br>
Account Name: %accountname%<br>
Reason: Typed wrong character password %var1% times in row from ip %var0%.<br>
Consequences: Your account has been temporaly suspended for %var2% minutes.<br>
<br>
If you've lost your your character password, you can recover them by <a href="%var3%">clicking here</a>.<br>
<br>
If you have any question, <a href="mailto:%servermail%">click here</a> to send an email to the administrator.<br>
Regards,<br>
%servername% Game Master Team<br>
<br>
<p align="center">Powered By: <a href="http://www.l2jserver.com/">L2J Server</a></p>