Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 521
Line 6... Line 6...
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 
7
 * 
8
 * For further information visit:
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
9
 * 		http://www.fckeditor.net/
10
 * 
10
 * 
-
 
11
 * "Support Open Source software. What about a donation today?"
-
 
12
 * 
11
 * File Name: fck_smiley.html
13
 * File Name: fck_smiley.html
12
 * 	Smileys (emoticons) dialog window.
14
 * 	Smileys (emoticons) dialog window.
13
 * 
15
 * 
14
 * File Authors:
16
 * File Authors:
15
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
Line 74... Line 76...
74
			document.write("<TD width='1%' align='center' class='DarkBackground HandIE HandMozilla' onclick='InsertSmiley(\"" + sUrl.replace(/"/g, '\\"' ) + "\")' onmouseover='over(this)' onmouseout='out(this)'>") ;
76
			document.write("<TD width='1%' align='center' class='DarkBackground HandIE HandMozilla' onclick='InsertSmiley(\"" + sUrl.replace(/"/g, '\\"' ) + "\")' onmouseover='over(this)' onmouseout='out(this)'>") ;
75
			document.write("<img src='" + sUrl + "' border='0'>") ;
77
			document.write("<img src='" + sUrl + "' border='0'>") ;
76
		}
78
		}
77
		else
79
		else
78
			document.write("<TD width='1%' class='DarkBackground'>&nbsp;") ;
80
			document.write("<TD width='1%' class='DarkBackground'>&nbsp;") ;
79
		document.write("</TD>") ;
81
		document.write("<\/TD>") ;
80
		i++ ;
82
		i++ ;
81
	}
83
	}
82
	document.write("</TR>") ;
84
	document.write("<\/TR>") ;
83
}
85
}
84
//-->
86
//-->
85
			</script>
87
			</script>
86
		</table>
88
		</table>
87
	</body>
89
	</body>