MXCHANGE_OPEN() rewritten to GET_URL(), POST_URL() and SEND_RAW_REQUEST()
[mailer.git] / templates / de / html / admin / admin_update_download.tpl
1 <TABLE border="0" cellspacing="0" cellpadding="0" width="710"
2         align="center" class="admin_table dashed" align="center">
3         <TR>
4                 <TD class="admin_title bottom2" align="center" colspan="3" height="30">
5                 <STRONG class="big">{--NEW_VERSION_AVAILABLE--}</STRONG></TD>
6         </TR>
7         <TR>
8                 <TD height="10" colspan="3" class="seperator">&nbsp;</TD>
9         </TR>
10         <TR>
11                 <TD align="right" width="350">{--YOUR_VERSION_IS--}:</TD>
12                 <TD width="10" class="seperator">&nbsp;</TD>
13                 <TD><STRONG>v{!FULL_VERSION!}</STRONG></TD>
14         </TR>
15         <TR>
16                 <TD height="2" colspan="3" class="seperator">&nbsp;</TD>
17         </TR>
18         <TR>
19                 <TD align="right" width="350">{--ONLINE_VERSION_IS--}:</TD>
20                 <TD width="10" class="seperator">&nbsp;</TD>
21                 <TD><STRONG>v{--__ONLINE_VERSION--}</STRONG></TD>
22         </TR>
23         <TR>
24                 <TD height="2" colspan="3" class="seperator">&nbsp;</TD>
25         </TR>
26         <TR>
27                 <TD align="right" width="350">{--UPDATE_CREATE_TIME--}:</TD>
28                 <TD width="10" class="seperator">&nbsp;</TD>
29                 <TD><STRONG>{--__ONLINE_CHANGE--}</STRONG></TD>
30         </TR>
31         <TR>
32                 <TD height="10" colspan="3" class="seperator bottom2">&nbsp;</TD>
33         </TR>
34         <TR>
35                 <TD colspan="3" align="center" class="bottom2">
36                 <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
37                         <TR>
38                                 <TD colspan="2" class="admin_title bottom2" align="center"
39                                         height="30"><STRONG class="big">{--DOWNLOAD_NEW_VERSION--}</STRONG>
40                                 </TD>
41                         </TR>
42                         <TR>
43                                 <TD align="right" height="25">{--DOWNLOAD_ZIP--}:&nbsp;</TD>
44                                 <TD align="center"><STRONG><A
45                                         href="http://prdownloads.sourceforge.net/mxchange/mxchange-{--__ONLINE_VERSION--}.zip?download"
46                                         target="_blank">{--DOWNLOAD_NOW--}</A></STRONG></TD>
47                         </TR>
48                         <TR>
49                                 <TD align="right" height="25">{--DOWNLOAD_BZIP2--}:&nbsp;</TD>
50                                 <TD align="center"><STRONG><A
51                                         href="http://prdownloads.sourceforge.net/mxchange/mxchange-{--__ONLINE_VERSION--}.bzip2?download"
52                                         target="_blank">{--DOWNLOAD_NOW--}</A></STRONG></TD>
53                         </TR>
54                         <TR>
55                                 <TD align="right" height="25">
56                                 {--DOWNLOAD_FROM_SERVER--}:&nbsp;</TD>
57                                 <TD align="center"><STRONG><A
58                                         href="{--SERVER_URL--}/cms/index/wht/downloads" target="_blank">{--DOWNLOAD_NOW--}</A></STRONG>
59                                 </TD>
60                         </TR>
61                 </TABLE>
62                 </TD>
63         </TR>
64         <TR>
65                 <TD height="30" colspan="3" class="admin_footer seperator">&nbsp;</TD>
66         </TR>
67 </TABLE>