]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_update_download.tpl
More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_update_download.tpl
index 91f7161d35683c91228fd8036844b7bf2ecf4d62..6adba7ff711e29f5d113f9cb54fc5f42b79edce8 100644 (file)
@@ -1,67 +1,36 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="710"
-       align="center" class="admin_table dashed" align="center">
-       <TR>
-               <TD class="admin_title bottom2" align="center" colspan="3" height="30">
-               <STRONG class="big">{--NEW_VERSION_AVAILABLE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD height="10" colspan="3" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right" width="350">{--YOUR_VERSION_IS--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><STRONG>v{!FULL_VERSION!}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD height="2" colspan="3" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right" width="350">{--ONLINE_VERSION_IS--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><STRONG>v{--__ONLINE_VERSION--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD height="2" colspan="3" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right" width="350">{--UPDATE_CREATE_TIME--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><STRONG>{--__ONLINE_CHANGE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD height="10" colspan="3" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center" class="bottom2">
-               <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
-                       <TR>
-                               <TD colspan="2" class="admin_title bottom2" align="center"
-                                       height="30"><STRONG class="big">{--DOWNLOAD_NEW_VERSION--}</STRONG>
-                               </TD>
-                       </TR>
-                       <TR>
-                               <TD align="right" height="25">{--DOWNLOAD_ZIP--}:&nbsp;</TD>
-                               <TD align="center"><STRONG><A
-                                       href="http://prdownloads.sourceforge.net/mxchange/mxchange-{--__ONLINE_VERSION--}.zip?download"
-                                       target="_blank">{--DOWNLOAD_NOW--}</A></STRONG></TD>
-                       </TR>
-                       <TR>
-                               <TD align="right" height="25">{--DOWNLOAD_BZIP2--}:&nbsp;</TD>
-                               <TD align="center"><STRONG><A
-                                       href="http://prdownloads.sourceforge.net/mxchange/mxchange-{--__ONLINE_VERSION--}.bzip2?download"
-                                       target="_blank">{--DOWNLOAD_NOW--}</A></STRONG></TD>
-                       </TR>
-                       <TR>
-                               <TD align="right" height="25">
-                               {--DOWNLOAD_FROM_SERVER--}:&nbsp;</TD>
-                               <TD align="center"><STRONG><A
-                                       href="{--SERVER_URL--}/cms/index/wht/downloads" target="_blank">{--DOWNLOAD_NOW--}</A></STRONG>
-                               </TD>
-                       </TR>
-               </TABLE>
-               </TD>
-       </TR>
-       <TR>
-               <TD height="30" colspan="3" class="admin_footer seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
+<div align="center">
+<div class="admin_table dashed" style="width:580px">
+
+<div class="admin_title bottom">
+       <div class="big">{--NEW_VERSION_AVAILABLE--}</div>
+</div>
+
+<div style="clear:both">
+       <div style="float:left;padding:5px">{--YOUR_VERSION_IS--}:</div>
+       <div style="float:right;padding:5px"><strong>v{?FULL_VERSION?} {?CURR_SVN_REVISION?}</strong></div>
+</div>
+
+<div style="clear:both">
+       <div style="float:left;padding:5px">{--ONLINE_VERSION_IS--}:</div>
+       <div style="float:right;padding:5px"><strong>v$content[version] $content[revision]</strong></div>
+</div>
+
+<div style="clear:both">
+       <div style="float:left;padding:5px">{--UPDATE_CREATE_TIME--}:</div>
+       <div style="float:right;padding:5px"><strong>$content[changed]</strong></div>
+</div>
+
+<div style="clear:both;height:50px" class="top">
+       <div class="admin_title bottom">
+               <div class="big">{--DOWNLOAD_NEW_VERSION--}</div>
+       </div>
+       <div style="padding:5px">
+               <div style="float:left">{--DOWNLOAD_SVN--}:</div>
+               <div style="float:right">
+                       <strong><a href="{?SERVER_URL?}/cms/index/wht/svn" target="_blank">{--DOWNLOAD_NOW--}</a></strong>
+               </div>
+       </div>
+</div>
+
+</div>
+</div>