]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_frames.tpl
Tons of rewrites (SQL queries), surfbar nearly finished (working: surfing with static...
[mailer.git] / templates / de / html / mailid / mailid_frames.tpl
index 9710a01feea7a3eb5248fc7258fbaf8f5249db39..fe9471ebc1221a298861acfafe391032c155fbd0 100644 (file)
@@ -1,6 +1,7 @@
-<FRAMESET rows="120,*" frameborder="no" framespacing="0" border="0">
-       <FRAME
-               src="{!URL!}/mailid_top.php?uid={!_UID_VALUE!}&amp;{!_TYPE_VALUE!}={!_DATA_VALUE!}"
-               name="mailid_top">
-       <FRAME src="{--_URL_VALUE!}" name="mailid_url">
-</FRAMESET>
\ No newline at end of file
+<frameset rows="120,*" frameborder="no" framespacing="0" border="0">
+       <frame name="mailid_top" src="{!URL!}/mailid_top.php?uid={!_UID_VALUE!}&amp;{!_TYPE_VALUE!}={!_DATA_VALUE!}">
+       <frame name="mailid_url" src="{--_URL_VALUE!}">
+</frameset>
+<noframes>
+       Ihr Browser unterst&uuml;tzt keine frames!
+</noframes>