-
Notifications
You must be signed in to change notification settings - Fork 13
/
tempCreateRequestEn.php
114 lines (114 loc) · 3.39 KB
/
tempCreateRequestEn.php
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<html>
<body>
<table width="100%" bgcolor="#e0e0e0" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<table align="center" width="100%" border="0" cellpadding="0" cellspacing="0" style="max-width:650px; background-color:#fff; font-family:Verdana, Geneva, sans-serif;">
<thead>
<tr height="80">
<th colspan="4" style="background-color:#ccc; border-bottom:solid 1px #aaa; font-family:Verdana, Geneva, sans-serif; color:#333; font-size:34px;" >
%heading%: Server Request
</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="4" style="padding:15px;">
<p style="font-size:20px;">Hello %client%,</p>
<p style="font-size:15px; font-family:Verdana, Geneva, sans-serif;">You will receive an answer from us soon.</p>
</td>
</tr>
<tr align="center" height="20" style="font-family:Verdana, Geneva, sans-serif;background-color:#ddd;">
<td colspan="4" style="text-align:center;border-bottom:solid 1px #aaa;">
Details
</td>
</tr>
<tr height="20" style="font-family:Verdana, Geneva, sans-serif;background-color:#eee;">
<td>
E-Mail
</td>
<td>
%client%
</td>
</tr>
<tr height="20" style="font-family:Verdana, Geneva, sans-serif;background-color:#eee;">
<td>
Password
</td>
<td>
%password%
</td>
</tr>
<tr height="20" style="font-family:Verdana, Geneva, sans-serif;background-color:#eee;">
<td>
Server Name
</td>
<td>
%serverCreateServername%
</td>
</tr>
<tr height="20" style="font-family:Verdana, Geneva, sans-serif;background-color:#eee;">
<td>
Server IP
</td>
<td>
%ip%
</td>
</tr>
<tr height="20" style="font-family:Verdana, Geneva, sans-serif;background-color:#eee;">
<td>
Server Port
</td>
<td>
%serverCreatePort%
</td>
</tr>
<tr height="20" style="font-family:Verdana, Geneva, sans-serif;background-color:#eee;">
<td>
Server Slots
</td>
<td>
%serverCreateSlots%
</td>
</tr>
<tr height="20" style="font-family:Verdana, Geneva, sans-serif;background-color:#eee;">
<td>
Reserved Slots
</td>
<td>
%serverCreateReservedSlots%
</td>
</tr>
<tr height="20" style="font-family:Verdana, Geneva, sans-serif;background-color:#eee;">
<td>
Server Password
</td>
<td>
%serverCreatePassword%
</td>
</tr>
<tr height="20" style="font-family:Verdana, Geneva, sans-serif;background-color:#eee;">
<td>
Welcome Message
</td>
<td>
%serverCreateWelcomeMessage%
</td>
</tr>
<tr>
<td colspan="4" style="padding:15px;">
<p style="font-size:15px; font-family:Verdana, Geneva, sans-serif;">Sincerely,<br/>%heading%</p>
</td>
</tr>
<tr height="40">
<td colspan="4" align="center" style="background-color:#ccc; border-top:solid 1px #aaa; font-size:12px; ">
(c) by L.Gmann
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>
</html>