]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/index.tpl
A lot forced-space characters ( ) removed, naming convention applied also in...
[mailer.git] / templates / de / html / index.tpl
index 3409b35e2b53791a86e12d7fd3bddcd54672c08f..5bc2be083f76157978c9214962215ac4a478d434 100644 (file)
@@ -1,41 +1,43 @@
-<A name="TOP"></A>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
-       class="guest_table" height="100%">
-       <TR>
-               <TD align="center" height="65%">
-               <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
-                       <TR>
-                               <TD align="center"><A target="_parent"
-                                       href="{!URL!}/modules.php?module=index&amp;what=welcome$content">
-                               <!-- <IMG src="{!THEME_URL!}/images/index_logo.jpg" alt="{!MAIN_TITLE!}" title="{!MAIN_TITLE!}" border="0"> //-->
-                               <FONT class="big">{!MAIN_TITLE!}</FONT> </A></TD>
-                       </TR>
-                       <TR>
-                               <TD align="center" height="30" class="seperator">&nbsp;</TD>
-                       </TR>
-                       <TR>
-                               <TD align="center"><FONT class="medium">{!SLOGAN!}</FONT></TD>
-                       </TR>
-               </TABLE>
-               </TD>
-       </TR>
-       <TR>
-               <TD align="center" height="26%"><FONT class="big">[&nbsp;<A
-                       target="_parent"
-                       href="{!URL!}/modules.php?module=index&amp;what=welcome$content">Weiter...</A>&nbsp;]</FONT>
-               </TD>
-       </TR>
-       <TR>
-               <TD align="center" valign="bottom" height="9%"><FONT class="tiny">
-               <STRONG><U>Impressum:</U></STRONG><br />
-               <P>Ihr Name hier, Ihre Stra&szlig;e, X-12345 Demo-Stadt<br />
-               Tel.: 01234-56789-0, Email: <A
-                       href="mailto:mail_NO_SPAM_@_NO_SPAM_provider.de">Webmaster</A></P>
-               <P>Weitere Angaben? ...</P>
-               <P>Gelinkte Seiten, die sich ausserhalb von {!URL!} befinden,
-               mache ich mich nicht mit verantwortlich und distanziere mich hiermit
-               ausdr&uuml;cklich von diesen und deren Inhalten! Bitte beachte den <A
-                       href="" target="_blank">Disclaimer</A>!<br />
-               </FONT></TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+<div align="center">
+<a name="TOP"></a>
+<table border="0" cellspacing="0" cellpadding="0" width="100%" class="guest_table">
+       <tr>
+               <td align="center" height="65%">
+               <table border="0" cellspacing="0" cellpadding="0" width="100%">
+                       <tr>
+                               <td align="center">
+                                       <div class="big"><a target="_parent" href="{%url=modules.php?module=index%}">{?MAIN_TITLE?}</a></div>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td align="center"><div class="medium">{?SLOGAN?}</div></td>
+                       </tr>
+               </table>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" height="26%">
+                       <div class="big">
+                               [<a target="_parent" href="{%url=modules.php?module=index%}">Weiter zur Hauptseite von {?MAIN_TITLE?}...</a>]
+                       </div>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" valign="bottom" height="9%"><div class="tiny">
+                       <strong><u>Impressum:</u></strong><br />
+                       <div>
+                               Ihr Name hier, Ihre Stra&szlig;e, X-12345 Demo-Stadt<br />
+                               Tel.: 01234-56789-0, Email: <a
+                               href="mailto:mail_NO_SPAM_@_NO_SPAM_provider.de">Webmaster</a>
+                       </div>
+                       <div>Weitere Angaben? ...</div>
+                       <div>
+                               Gelinkte Seiten, die sich ausserhalb von {?URL?} befinden,
+                               mache ich mich nicht mit verantwortlich und distanziere mich hiermit
+                               ausdr&uuml;cklich von diesen und deren Inhalten! Bitte beachte den <a
+                               href="#" target="_blank">Disclaimer</a>!
+                       </div>
+               </div></td>
+       </tr>
+</table>
+</div>