]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/copyright_backlink.tpl
Some improvements
[mailer.git] / templates / de / html / copyright_backlink.tpl
index 543399082a3d9a370b0d4c228fd52b8ef1e2da3b..326103e17ae03e151b43e6f4b2826e04301d9fe9 100644 (file)
@@ -1,14 +1,15 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center">
-       <TR>
-               <TD align="center" class="footer_lines">
-                       [<a href="{!SERVER_URL!}/" title="{!TITLE!}" target="_blank" rel="external">{!TITLE!}</a>]
-                       v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
-                       {!COPY!}
-               </TD>
-               <TD align="center" width="50%" class="footer_lines">
-                       This website&#39;s engine is free software which is released under
-                       the [<a href="http://www.gnu.org" rel="external" target="_blank"
-                        title="GNU is Not Unix">GNU</a>] GPL either version 2 of the License.
-               </TD>
-       </TR>
-</TABLE>
+<div align="center">
+<ul class="copyright_box">
+<li class="copyright_lines"><span class="copyright_lines">
+       [<a href="{?SERVER_URL?}/" title="{?TITLE?}" target="_blank" rel="external">{?TITLE?}</a>]
+       v{?FULL_VERSION?} R{?CURR_SVN_REVISION?}<br />
+       {?COPY?}
+</span></li>
+
+<li class="copyright_lines"><span class="copyright_lines">
+       This website&#39;s engine is free software which is released under the
+       [<a href="http://www.gnu.org" rel="external" target="_blank"
+        title="GNU is Not Unix">GNU</a>] GPL either version 2 of the License.
+</span></li>
+</ul>
+</div>