alecpl
2011-03-27 94dfd8ab9d61a969453fdd3b9be14b58e1576816
program/js/tiny_mce/plugins/emotions/emotions.htm
@@ -5,11 +5,12 @@
   <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
   <script type="text/javascript" src="js/emotions.js"></script>
</head>
<body style="display: none">
<body style="display: none" role="application" aria-labelledby="app_title">
<span style="display:none;" id="app_title">{#emotions_dlg.title}</span>
   <div align="center">
      <div class="title">{#emotions_dlg.title}:<br /><br /></div>
      <table border="0" cellspacing="0" cellpadding="4">
   <table role="presentation" border="0" cellspacing="0" cellpadding="4">
        <tr>
         <td><a href="javascript:EmotionsDialog.insert('smiley-cool.gif','emotions_dlg.cool');"><img src="img/smiley-cool.gif" width="18" height="18" border="0" alt="{#emotions_dlg.cool}" title="{#emotions_dlg.cool}" /></a></td>
         <td><a href="javascript:EmotionsDialog.insert('smiley-cry.gif','emotions_dlg.cry');"><img src="img/smiley-cry.gif" width="18" height="18" border="0" alt="{#emotions_dlg.cry}" title="{#emotions_dlg.cry}" /></a></td>