Phänomen:Kann bestimmten Quelltext nicht ins Layout einfügen
Verfasst: Di 14. Jan 2003, 15:49
Hi zusammen,
das ist mir auch noch nicht passiert. Ich wollte gerade die Footernavigation von Eppis Spielwiese in mein Layout einfügen, es wird aber nicht übernommen. Keine Fehlermeldung, nix, wird einfach nicht gespeichert. Was habe ich denn Schlimmes verwendet, dass der Kleine das nicht mag?
Ich hätte ja auch gern den Originalquelltext übernommen, war mir aber nicht sicher, ob der im 4.2 funktioniert:
Jörg *der mal wieder ratlos ist
*
das ist mir auch noch nicht passiert. Ich wollte gerade die Footernavigation von Eppis Spielwiese in mein Layout einfügen, es wird aber nicht übernommen. Keine Fehlermeldung, nix, wird einfach nicht gespeichert. Was habe ich denn Schlimmes verwendet, dass der Kleine das nicht mag?
Code: Alles auswählen
<tr>
<td height="13" colspan="3" bgcolor="#225982">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" id="font20"><a href="front_content.php" onMouseOver="on('home');return true;" onMouseOut="off();return true;"><img src="img_site/home.gif" width="14" height="20" border="0"></a></td>
<td id="font20">
<?PHP CMS_CONTAINER[20] ?>
</td>
<td align="right" id="font20">© 2000-2003 ACR-Halle</td>
<td width="27" align="center" id="font20"><a href="javascript:history.back(1)" onMouseOver="on('zurück');return true;" onMouseOut="off();return true;"><img src="img_site/back.gif" width="8" height="20" border="0"></a><img src="img_site/space.gif" width="3" height="1"><a href="#" onMouseOver="on('nach oben');return true;" onMouseOut="off();return true;"><img src="img_site/top.gif" width="8" height="20" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
<table>
<tr>
<td height="20"><img src="img/blank.gif" width="1" height="1"></td>
</tr>
</table>
</body>
</html>
Code: Alles auswählen
<tr><td width="100"> <a href="<?php echo "".$sess->url($cfgClient[$client]['contentfile']."?changeview=")."" ?>" onMouseOver="on('home');return true;" onMouseOut="off();return true;" class="top-menu"><img src="img/home.gif" alt="home" title="home" border="0"></a> <? if ($perm->have_perm('area_con')) print "<a href=\"".$sess->url($cfgClient[$client]['contentfile']."?idcatside=$idcatside&changeview=preview")."\" onMouseOver=\"on('".$con_lang['con_preview']."');return true;\" onMouseOut=\"off();return true;\"><img src=\"$con_cfg[PathFrontendImg]but_preview.gif\" width=\"13\" height=\"13\" border=\"0\" alt=\"".$con_lang['con_preview']."\" title=\"".$con_lang['con_preview']."\"></a> <a href=\"".$sess->url($cfgClient[$client]['contentfile']."?idcatside=$idcatside&changeview=edit")."\" onMouseOver=\"on('".$con_lang['con_editside']."');return true;\" onMouseOut=\"off();return true;\"><img src=\"$con_cfg[PathFrontendImg]but_edit.gif\" width=\"18\" height=\"14\" border=\"0\" alt=\"".$con_lang['con_editside']."\" title=\"".$con_lang['con_editside']."\"></a> "; ?></td>
<td width="668" align="right"> <?php if ($idcatside || $idcat) {echo "<a href=\"javascript:history.back(1)\" onMouseOver=\"on('zurück');return true;\" onMouseOut=\"off();return true;\" class=\"top-menu\"><img src=\"img_site/back.gif\" alt=\"zurück\" title=\"zurück\" border=\"0\"></a> ";} ?><a href="#" onMouseOver="on('nach oben');return true;" onMouseOut="off();return true;" class="top-menu"><img src="img_site/top.gif" alt="nach oben" title="nach oben" border="0"></a> </td></tr>
Jörg *der mal wieder ratlos ist
