]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/copyright_backlink.tpl
Even more XHTML fixes
[mailer.git] / templates / de / html / copyright_backlink.tpl
index 0386c1a486bc8bd80eb73f8bfcd858a263d02594..e02e39610cd1df2382b71127d06915dec0197f4d 100644 (file)
@@ -1,13 +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 GNU GPL either version 2 of the License.
-               </TD>
-       </TR>
-</TABLE>
+<div align="center">
+<div class="footer_box">
+<div class="footer_lines" style="float:left">
+       [<a href="{!SERVER_URL!}/" title="{!TITLE!}" target="_blank" rel="external">{!TITLE!}</a>]
+       v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
+       {!COPY!}
+</div>
+
+<div class="footer_lines" style="float:right">
+       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.
+</div>
+</div>
+</div>