[cvs] [Wiki] changed: ImageNotFound
Jan Schneider
jan at horde.org
Sat Apr 24 05:57:41 PDT 2004
jan Sat, 24 Apr 2004 05:57:41 -0700
Modified page: http://wiki.horde.org/display.php?page=ImageNotFound
New Revision: 1.3
@@ -1,13 +1,13 @@
-Here some javascipt the code that will load an error image
+Here some javascript the code that will load an error image
ie ( right to save and put in the klutz/graphics/ folder)
[http://www.bearne.com/images/FileNotFound.gif file not found]
Put this in common-header.inc
Please use the image preload from horde framework if there is one
-<code>
+<php>
-------------------------------------------------------------------
<script language="javascript" type="text/javascript">
<!--
function imageNotFound(img){
@@ -23,12 +23,12 @@
MM_preloadImages("<?php echo $registry->getParam('webroot', 'horde')?>/klutz/graphics/FileNotFound.gif")
//-->
</script>
---------------------------------------------------------------------
-</code>
+</php>
and the change in comic.inc ( look for the - and + )
-<code>
+<php>
---------------------------------------------------------------------
<table border="0" cellpadding="1" cellspacing="0">
<tr>
<td align="left" class="header">
@@ -50,13 +50,13 @@
</td>
</tr>
</table>
-----------------------------------------------------------------------
-</code>
-I just used the url as the id I knew it would work But please replace with
+</php>
+I just used the url as the id I knew it would work but please replace with
better code
Paul Bearne
-[KultzMods Klutz Mods]
+[KlutzMods Klutz Mods]
More information about the cvs
mailing list