]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/copyright_backlink.tpl
New naming convention applied to many functions, see #118 for details
[mailer.git] / templates / de / html / copyright_backlink.tpl
index 46789bacd15010cd6d94825d4ce220bca81a6147..e02e39610cd1df2382b71127d06915dec0197f4d 100644 (file)
@@ -1,10 +1,15 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center">
-       <TR>
-               <TD align="center" class="footer_lines">{!TITLE!}
-               v{!FULL_VERSION!}<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>