Automatic deactivation of deprecated extensions added
[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!} {!CURR_SVN_REVISION!}</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!} {!__ONLINE_REVISION!}</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="2" colspan="3" class="seperator">&nbsp;</TD>
33         </TR>
34         <TR>
35                 <TD height="10" colspan="3" class="seperator bottom2">&nbsp;</TD>
36         </TR>
37         <TR>
38                 <TD colspan="3" align="center" class="bottom2">
39                 <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
40                         <TR>
41                                 <TD colspan="2" class="admin_title bottom2" align="center"
42                                         height="30"><STRONG class="big">{--DOWNLOAD_NEW_VERSION--}</STRONG>
43                                 </TD>
44                         </TR>
45                         <TR>
46                                 <TD width="50%" align="right" height="40" style="padding-right:5px">
47                                         {--DOWNLOAD_SVN--}:
48                                 </TD>
49                                 <TD width="50%" align="center">
50                                         <STRONG><A href="{!SERVER_URL!}/cms/index/wht/svn" target="_blank">{--DOWNLOAD_NOW--}</A></STRONG>
51                                 </TD>
52                         </TR>
53                 </TABLE>
54                 </TD>
55         </TR>
56         <TR>
57                 <TD colspan="3" class="admin_footer">
58                         {--SVN_CHECKOUT_COMMAND--}<br />
59                         svn co {!SERVER_URL!}/repos/mxchange-application/branches/{!FULL_VERSION!}/
60                 </TD>
61         </TR>
62 </TABLE>