OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / scripts / fckeditor2.6.6 / editor / plugins / Emoji / emoji.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
2 <!--
3  * FCKEmojiCommand
4  *
5  * LICENSE: This source file is licensed under the terms of the GNU General Public License.
6  *
7  * @package    Magic3 Framework
8  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
9  * @copyright  Copyright 2006-2008 Magic3 Project.
10  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
11  * @version    SVN: $Id: emoji.html 3480 2010-08-16 09:27:01Z fishbone $
12  * @link       http://www.magic3.org
13 -->
14 <html>
15 <head>
16 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
17 <meta name="robots" content="noindex, nofollow" />
18 <script src="emoji.js" type="text/javascript"></script>
19 </head>
20 <body onload="OnLoad()" scroll="no" style="OVERFLOW: hidden">
21 <table cellspacing="1" cellpadding="1" border="0" width="100%">
22 <tr><td valign="top">
23 <script type="text/javascript">
24 <!--
25         document.write(create_emojimap());
26 //-->
27 </script>
28 <style TYPE="text/css">
29         #emojiimg               { cursor: pointer ; cursor: hand; }
30         #image_i                { height: 64px; width: 64px; border-style: none; background-color: #FFFFFF; }
31         #previewimagetext       { width: 120px; text-align: right; margin-bottom: 7px; }
32         #sel_image              { height: 64px; width: 64px; border-style: none; background-color: #FFFFFF; }
33         #selimagetext           { width: 120px; text-align: right; margin-bottom: 7px; }
34 </style>
35 </td>
36 <td valign="top" align="center" height="100%">
37 <table border="0" cellspacing="5" cellpadding="0" width="100%" height="100%">
38         <tr>
39                 <td valign="top" nowrap>
40                         <span fckLang="DlgPreviewImage">Preview</span>
41                         <div><img id="image_i" style="display:none;"/></div>
42                         <div><img id="image_e" style="display:none;"/></div>
43                         <div><img id="image_s" style="display:none;"/></div>
44                         <div id="previewimagetext">&nbsp;</div>
45                 </td>
46         </tr><tr>
47                 <td valign="bottom" align="left" nowrap>
48                         <span fckLang="DlgSelectImage">Image</span>
49                         <div><img id="sel_image" width="64" height="64" style="display:none;"/></div>
50                         <div id="selimagetext">&nbsp;</div>
51                 </td>
52         </tr>
53 </table>
54 </td></tr>
55 </table>
56 </body>
57 </html>