includes/clientside/tinymce/plugins/emotions/emotions.htm
changeset 1193 e3b94bd055dc
parent 335 67bd3121a12e
equal deleted inserted replaced
1192:5882f0eebb34 1193:e3b94bd055dc
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     3 <head>
     3 <head>
     4 	<title>{#emotions_dlg.title}</title>
     4 	<title>{#emotions_dlg.title}</title>
     5 	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
     5 	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
     6 	<script type="text/javascript" src="js/emotions.js"></script>
     6 	<script type="text/javascript" src="js/emotions.js"></script>
     7 	<base target="_self" />
       
     8 </head>
     7 </head>
     9 <body style="display: none">
     8 <body style="display: none">
    10 	<div align="center">
     9 	<div align="center">
    11 		<div class="title">{#emotions_dlg.title}:<br /><br /></div>
    10 		<div class="title">{#emotions_dlg.title}:<br /><br /></div>
    12 
    11