More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_update_download.tpl
1 <div align="center">
2 <div class="admin_table dashed" style="width:580px">
3
4 <div class="admin_title bottom">
5         <div class="big">{--NEW_VERSION_AVAILABLE--}</div>
6 </div>
7
8 <div style="clear:both">
9         <div style="float:left;padding:5px">{--YOUR_VERSION_IS--}:</div>
10         <div style="float:right;padding:5px"><strong>v{?FULL_VERSION?} {?CURR_SVN_REVISION?}</strong></div>
11 </div>
12
13 <div style="clear:both">
14         <div style="float:left;padding:5px">{--ONLINE_VERSION_IS--}:</div>
15         <div style="float:right;padding:5px"><strong>v$content[version] $content[revision]</strong></div>
16 </div>
17
18 <div style="clear:both">
19         <div style="float:left;padding:5px">{--UPDATE_CREATE_TIME--}:</div>
20         <div style="float:right;padding:5px"><strong>$content[changed]</strong></div>
21 </div>
22
23 <div style="clear:both;height:50px" class="top">
24         <div class="admin_title bottom">
25                 <div class="big">{--DOWNLOAD_NEW_VERSION--}</div>
26         </div>
27         <div style="padding:5px">
28                 <div style="float:left">{--DOWNLOAD_SVN--}:</div>
29                 <div style="float:right">
30                         <strong><a href="{?SERVER_URL?}/cms/index/wht/svn" target="_blank">{--DOWNLOAD_NOW--}</a></strong>
31                 </div>
32         </div>
33 </div>
34
35 </div>
36 </div>