emot.aspx
上传用户:lanchensha
上传日期:2022-02-27
资源大小:7530k
文件大小:41k
源码类别:

编辑器/阅读器

开发平台:

C#

  1. <%@ Page language="c#" AutoEventWireup="true" %>
  2. <%@ Import Namespace="DotNetTextBox" %>
  3. <html>
  4. <head>
  5. <title>emot</title>
  6. <meta http-equiv="pragma" content="no-cache" />
  7. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  8. <meta http-equiv="Window-target" content="_top">
  9. <style type="text/css">
  10. body,a,table{font-size:12px;font-family:宋体,Verdana,Arial}
  11. .WHETablePicker td.Over
  12. {
  13. background-color: #C9D3EF;
  14. color:#ffffff;
  15. }
  16. .WHEEmotTablePicker
  17. {
  18. cursor:default;
  19. font-family:Arial, Verdana,Tahoma;
  20. font-size: 9pt;
  21. }
  22. .WHEEmotTablePicker td
  23. {
  24. border: 1px solid #EEF3FA;
  25. }
  26. .WHEEmotTablePicker td.Over
  27. {
  28. border: 1px solid #316AC5;
  29. background-color: #C9D3EF;
  30. }
  31. .WHEEmotTablePicker .WHEEmotTableImagePanel
  32. {
  33. background-color: #EFEFEF;
  34. border:1px solid #C5D3ED;
  35. height:25px;
  36. width:25px;
  37. text-align:center;
  38. }
  39. </style>
  40. <script runat="server" language="C#">
  41. private void Page_Load(object sender, System.EventArgs e)
  42. {
  43.     if (Request.Cookies["languages"] != null)
  44.     {
  45.         ResourceManager.SiteLanguageKey = Request.Cookies["languages"].Value;
  46.     }
  47.     else
  48.     {
  49.         ResourceManager.SiteLanguageKey = HttpContext.Current.Request.ServerVariables["HTTP_ACCEPT_LANGUAGE"].ToLower().Split(',')[0];
  50.     }
  51.     
  52. }
  53.     private void Menu1_MenuItemClick(object sender, MenuEventArgs e)
  54.     {
  55.         Menu1.Items[0].Selectable = true;
  56.         Menu1.Items[1].Selectable = true;
  57.         Menu1.Items[2].Selectable = true;
  58.         MultiView1.ActiveViewIndex = Int32.Parse(e.Item.Value);
  59.         e.Item.Selectable = false;
  60.     }
  61. </script>
  62. <script type="text/javascript">
  63. Request = {
  64.  QueryString : function(item){
  65.   var svalue = location.search.match(new RegExp("[?&]" + item + "=([^&]*)(&?)","i"));
  66.   return svalue ? svalue[1] : svalue;
  67.  }
  68. }
  69. function insertEmot(strCode)
  70. {
  71.     if(strCode.toLowerCase().indexOf("http")!=0)
  72.     {
  73.        strCode=getCurrentDirectory()+strCode;
  74.     }
  75.   parent.inserObject(parent.document.getElementById(Request.QueryString("name")).contentWindow,'emot',strCode);
  76.   parent.popupmenu.hide();
  77.   parent.rcmenu.hide();
  78. }
  79. function getCurrentDirectory(){
  80.   var locHref = location.href;
  81.   var locArray = locHref.split("/");
  82.   delete locArray[locArray.length-1];
  83.   var dirTxt = locArray.join("/");
  84.   return dirTxt;
  85. }
  86. </script>
  87. </head>
  88. <body topmargin="0" leftmargin="3" bgcolor="#f9f8f7" style="text-align: right">
  89. <form runat=server>
  90. <asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0" >
  91. <asp:View ID="Tab1" runat="server" >
  92. <table class="WHEEmotTablePicker" onselectstart="return false" ondragstart="return false" style="BORDER-RIGHT: red 0px solid; BORDER-TOP: red 0px solid; BORDER-LEFT: red 0px solid; WIDTH: 100%; CURSOR: default; BORDER-BOTTOM: red 0px solid" cellspacing="1" cellpadding="1" border="0">
  93. <tbody>
  94. <tr>
  95. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/001.gif')">
  96. <table class="WHEEmotTableImagePanel" height="25" width="25">
  97. <tbody>
  98. <tr>
  99. <td style="width: 19px">
  100.     <img src="face/qq/001.gif" /></td></tr></tbody></table></td>
  101. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/002.gif')">
  102. <table class="WHEEmotTableImagePanel" height="25" width="25">
  103. <tbody>
  104. <tr>
  105. <td>
  106.     <img src="face/qq/002.gif" /></td></tr></tbody></table></td>
  107. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/003.gif')">
  108. <table class="WHEEmotTableImagePanel" height="25" width="25">
  109. <tbody>
  110. <tr>
  111. <td>
  112.     <img src="face/qq/003.gif" /></td></tr></tbody></table></td>
  113. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/004.gif')">
  114. <table class="WHEEmotTableImagePanel" height="25" width="25">
  115. <tbody>
  116. <tr>
  117. <td>
  118.     <img src="face/qq/004.gif" /></td></tr></tbody></table></td>
  119. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/005.gif')">
  120. <table class="WHEEmotTableImagePanel" height="25" width="25">
  121. <tbody>
  122. <tr>
  123. <td style="width: 19px">
  124.     <img src="face/qq/005.gif" /></td></tr></tbody></table></td>
  125. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/006.gif')">
  126. <table class="WHEEmotTableImagePanel" height="25" width="25">
  127. <tbody>
  128. <tr>
  129. <td>
  130.     <img src="face/qq/006.gif" /></td></tr></tbody></table></td>
  131. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/007.gif')"">
  132. <table class="WHEEmotTableImagePanel" height="25" width="25">
  133. <tbody>
  134. <tr>
  135. <td>
  136.     <img src="face/qq/007.gif" /></td></tr></tbody></table></td>
  137. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/008.gif')">
  138. <table class="WHEEmotTableImagePanel" height="25" width="25">
  139. <tbody>
  140. <tr>
  141. <td>
  142.     <img src="face/qq/008.gif" /></td></tr></tbody></table></td>
  143. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/009.gif')">
  144. <table class="WHEEmotTableImagePanel" height="25" width="25">
  145. <tbody>
  146. <tr>
  147. <td>
  148.     <img src="face/qq/009.gif" /></td></tr></tbody></table></td>
  149. </tr>
  150. <tr>
  151. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/010.gif')">
  152. <table class="WHEEmotTableImagePanel" height="25" width="25">
  153. <tbody>
  154. <tr>
  155. <td>
  156.     <img src="face/qq/010.gif" /></td></tr></tbody></table></td>
  157. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/011.gif')">
  158. <table class="WHEEmotTableImagePanel" height="25" width="25">
  159. <tbody>
  160. <tr>
  161. <td>
  162.     <img src="face/qq/011.gif" /></td></tr></tbody></table></td>
  163. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/012.gif')">
  164. <table class="WHEEmotTableImagePanel" height="25" width="25">
  165. <tbody>
  166. <tr>
  167. <td>
  168.     <img src="face/qq/012.gif" /></td></tr></tbody></table></td>
  169. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/013.gif')">
  170. <table class="WHEEmotTableImagePanel" height="25" width="25">
  171. <tbody>
  172. <tr>
  173. <td>
  174.     <img src="face/qq/013.gif" /></td></tr></tbody></table></td>
  175. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/014.gif')">
  176. <table class="WHEEmotTableImagePanel" height="25" width="25">
  177. <tbody>
  178. <tr>
  179. <td>
  180.     <img src="face/qq/014.gif" /></td></tr></tbody></table></td>
  181. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/015.gif')">
  182. <table class="WHEEmotTableImagePanel" height="25" width="25">
  183. <tbody>
  184. <tr>
  185. <td>
  186.     <img src="face/qq/015.gif" /></td></tr></tbody></table></td>
  187. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/016.gif')">
  188. <table class="WHEEmotTableImagePanel" height="25" width="25">
  189. <tbody>
  190. <tr>
  191. <td>
  192.     <img src="face/qq/016.gif" /></td></tr></tbody></table></td>
  193. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/017.gif')">
  194. <table class="WHEEmotTableImagePanel" height="25" width="25">
  195. <tbody>
  196. <tr>
  197. <td style="width: 19px">
  198.     <img src="face/qq/017.gif" /></td></tr></tbody></table></td>
  199. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/018.gif')">
  200. <table class="WHEEmotTableImagePanel" height="25" width="25">
  201. <tbody>
  202. <tr>
  203. <td>
  204.     <img src="face/qq/018.gif" /></td></tr></tbody></table></td>
  205. </tr>
  206. <tr>
  207. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/019.gif')">
  208. <table class="WHEEmotTableImagePanel" height="25" width="25">
  209. <tbody>
  210. <tr>
  211. <td>
  212.     <img src="face/qq/019.gif" /></td></tr></tbody></table></td>
  213. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/020.gif')">
  214. <table class="WHEEmotTableImagePanel" height="25" width="25">
  215. <tbody>
  216. <tr>
  217. <td>
  218.     <img src="face/qq/020.gif" /></td></tr></tbody></table></td>
  219. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/021.gif')">
  220. <table class="WHEEmotTableImagePanel" height="25" width="25">
  221. <tbody>
  222. <tr>
  223. <td>
  224.     <img src="face/qq/021.gif" /></td></tr></tbody></table></td>
  225. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/022.gif')">
  226. <table class="WHEEmotTableImagePanel" height="25" width="25">
  227. <tbody>
  228. <tr>
  229. <td>
  230.     <img src="face/qq/022.gif" /></td></tr></tbody></table></td>
  231. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/023.gif')">
  232. <table class="WHEEmotTableImagePanel" height="25" width="25">
  233. <tbody>
  234. <tr>
  235. <td>
  236.     <img src="face/qq/023.gif" /></td></tr></tbody></table></td>
  237. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/024.gif')">
  238. <table class="WHEEmotTableImagePanel" height="25" width="25">
  239. <tbody>
  240. <tr>
  241. <td>
  242.     <img src="face/qq/024.gif" /></td></tr></tbody></table></td>
  243. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/025.gif')">
  244. <table class="WHEEmotTableImagePanel" height="25" width="25">
  245. <tbody>
  246. <tr>
  247. <td>
  248.     <img src="face/qq/025.gif" /></td></tr></tbody></table></td>
  249. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/026.gif')">
  250. <table class="WHEEmotTableImagePanel" height="25" width="25">
  251. <tbody>
  252. <tr>
  253. <td>
  254.     <img src="face/qq/026.gif" /></td></tr></tbody></table></td>
  255. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/027.gif')">
  256. <table class="WHEEmotTableImagePanel" height="25" width="25">
  257. <tbody>
  258. <tr>
  259. <td>
  260.     <img src="face/qq/027.gif" /></td></tr></tbody></table></td>
  261. </tr>
  262. <tr>
  263. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/028.gif')">
  264. <table class="WHEEmotTableImagePanel" height="25" width="25">
  265. <tbody>
  266. <tr>
  267. <td>
  268.     <img src="face/qq/028.gif" /></td></tr></tbody></table></td>
  269. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/029.gif')">
  270. <table class="WHEEmotTableImagePanel" height="25" width="25">
  271. <tbody>
  272. <tr>
  273. <td style="width: 19px">
  274.     <img src="face/qq/029.gif" /></td></tr></tbody></table></td>
  275. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/030.gif')">
  276. <table class="WHEEmotTableImagePanel" height="25" width="25">
  277. <tbody>
  278. <tr>
  279. <td>
  280.     <img src="face/qq/030.gif" /></td></tr></tbody></table></td>
  281. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/031.gif')">
  282. <table class="WHEEmotTableImagePanel" height="25" width="25">
  283. <tbody>
  284. <tr>
  285. <td>
  286.     <img src="face/qq/031.gif" /></td></tr></tbody></table></td>
  287. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/032.gif')">
  288. <table class="WHEEmotTableImagePanel" height="25" width="25">
  289. <tbody>
  290. <tr>
  291. <td>
  292.     <img src="face/qq/032.gif" /></td></tr></tbody></table></td>
  293. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/033.gif')">
  294. <table class="WHEEmotTableImagePanel" height="25" width="25">
  295. <tbody>
  296. <tr>
  297. <td>
  298.     <img src="face/qq/033.gif" /></td></tr></tbody></table></td>
  299. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/034.gif')">
  300. <table class="WHEEmotTableImagePanel" height="25" width="25">
  301. <tbody>
  302. <tr>
  303. <td>
  304.     <img src="face/qq/034.gif" /></td></tr></tbody></table></td>
  305. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/035.gif')">
  306. <table class="WHEEmotTableImagePanel" height="25" width="25">
  307. <tbody>
  308. <tr>
  309. <td style="width: 19px">
  310.     <img src="face/qq/035.gif" /></td></tr></tbody></table></td>
  311. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/036.gif')"">
  312. <table class="WHEEmotTableImagePanel" height="25" width="25">
  313. <tbody>
  314. <tr>
  315. <td>
  316.     <img src="face/qq/036.gif" /></td></tr></tbody></table></td>
  317. </tr>
  318. <tr>
  319. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/037.gif')">
  320. <table class="WHEEmotTableImagePanel" height="25" width="25">
  321. <tbody>
  322. <tr>
  323. <td>
  324.     <img src="face/qq/037.gif" /></td></tr></tbody></table></td>
  325. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/038.gif')">
  326. <table class="WHEEmotTableImagePanel" height="25" width="25">
  327. <tbody>
  328. <tr>
  329. <td>
  330.     <img src="face/qq/038.gif" /></td></tr></tbody></table></td>
  331. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/039.gif')">
  332. <table class="WHEEmotTableImagePanel" height="25" width="25">
  333. <tbody>
  334. <tr>
  335. <td>
  336.     <img src="face/qq/039.gif" /></td></tr></tbody></table></td>
  337. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/040.gif')">
  338. <table class="WHEEmotTableImagePanel" height="25" width="25">
  339. <tbody>
  340. <tr>
  341. <td>
  342.     <img src="face/qq/040.gif" /></td></tr></tbody></table></td>
  343. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/041.gif')">
  344. <table class="WHEEmotTableImagePanel" height="25" width="25">
  345. <tbody>
  346. <tr>
  347. <td>
  348.     <img src="face/qq/041.gif" /></td></tr></tbody></table></td>
  349. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/042.gif')">
  350. <table class="WHEEmotTableImagePanel" height="25" width="25">
  351. <tbody>
  352. <tr>
  353. <td>
  354.     <img src="face/qq/042.gif" /></td></tr></tbody></table></td>
  355. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/043.gif')">
  356. <table class="WHEEmotTableImagePanel" height="25" width="25">
  357. <tbody>
  358. <tr>
  359. <td>
  360.     <img src="face/qq/043.gif" /></td></tr></tbody></table></td>
  361. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/044.gif')">
  362. <table class="WHEEmotTableImagePanel" height="25" width="25">
  363. <tbody>
  364. <tr>
  365. <td>
  366.     <img src="face/qq/044.gif" /></td></tr></tbody></table></td>
  367. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/qq/045.gif')">
  368. <table class="WHEEmotTableImagePanel" height="25" width="25">
  369. <tbody>
  370. <tr>
  371. <td>
  372.     <img src="face/qq/045.gif" /></td></tr></tbody></table></td>
  373. </tr>
  374. </tbody></table>
  375. </asp:View>
  376. <asp:View ID="Tab2" runat="server">
  377. <table class="WHEEmotTablePicker" onselectstart="return false" ondragstart="return false" style="BORDER-RIGHT: red 0px solid; BORDER-TOP: red 0px solid; BORDER-LEFT: red 0px solid; WIDTH: 100%; CURSOR: default; BORDER-BOTTOM: red 0px solid" cellspacing="1" cellpadding="1" border="0">
  378. <tbody>
  379. <tr>
  380. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/001.gif')">
  381. <table class="WHEEmotTableImagePanel" height="25" width="25">
  382. <tbody>
  383. <tr>
  384. <td style="width: 19px">
  385.     <img src="face/other1/001.gif" /></td></tr></tbody></table></td>
  386. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/002.gif')">
  387. <table class="WHEEmotTableImagePanel" height="25" width="25">
  388. <tbody>
  389. <tr>
  390. <td>
  391.     <img src="face/other1/002.gif" /></td></tr></tbody></table></td>
  392. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/003.gif')">
  393. <table class="WHEEmotTableImagePanel" height="25" width="25">
  394. <tbody>
  395. <tr>
  396. <td>
  397.     <img src="face/other1/003.gif" /></td></tr></tbody></table></td>
  398. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/004.gif')">
  399. <table class="WHEEmotTableImagePanel" height="25" width="25">
  400. <tbody>
  401. <tr>
  402. <td>
  403.     <img src="face/other1/004.gif" /></td></tr></tbody></table></td>
  404. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/005.gif')">
  405. <table class="WHEEmotTableImagePanel" height="25" width="25">
  406. <tbody>
  407. <tr>
  408. <td style="width: 19px">
  409.     <img src="face/other1/005.gif" /></td></tr></tbody></table></td>
  410. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/006.gif')">
  411. <table class="WHEEmotTableImagePanel" height="25" width="25">
  412. <tbody>
  413. <tr>
  414. <td>
  415.     <img src="face/other1/006.gif" /></td></tr></tbody></table></td>
  416. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/007.gif')"">
  417. <table class="WHEEmotTableImagePanel" height="25" width="25">
  418. <tbody>
  419. <tr>
  420. <td>
  421.     <img src="face/other1/007.gif" /></td></tr></tbody></table></td>
  422. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/008.gif')">
  423. <table class="WHEEmotTableImagePanel" height="25" width="25">
  424. <tbody>
  425. <tr>
  426. <td>
  427.     <img src="face/other1/008.gif" /></td></tr></tbody></table></td>
  428. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/009.gif')">
  429. <table class="WHEEmotTableImagePanel" height="25" width="25">
  430. <tbody>
  431. <tr>
  432. <td>
  433.     <img src="face/other1/009.gif" /></td></tr></tbody></table></td>
  434. </tr>
  435. <tr>
  436. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/010.gif')">
  437. <table class="WHEEmotTableImagePanel" height="25" width="25">
  438. <tbody>
  439. <tr>
  440. <td>
  441.     <img src="face/other1/010.gif" /></td></tr></tbody></table></td>
  442. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/011.gif')">
  443. <table class="WHEEmotTableImagePanel" height="25" width="25">
  444. <tbody>
  445. <tr>
  446. <td>
  447.     <img src="face/other1/011.gif" /></td></tr></tbody></table></td>
  448. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/012.gif')">
  449. <table class="WHEEmotTableImagePanel" height="25" width="25">
  450. <tbody>
  451. <tr>
  452. <td>
  453.     <img src="face/other1/012.gif" /></td></tr></tbody></table></td>
  454. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/013.gif')">
  455. <table class="WHEEmotTableImagePanel" height="25" width="25">
  456. <tbody>
  457. <tr>
  458. <td>
  459.     <img src="face/other1/013.gif" /></td></tr></tbody></table></td>
  460. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/014.gif')">
  461. <table class="WHEEmotTableImagePanel" height="25" width="25">
  462. <tbody>
  463. <tr>
  464. <td>
  465.     <img src="face/other1/014.gif" /></td></tr></tbody></table></td>
  466. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/015.gif')">
  467. <table class="WHEEmotTableImagePanel" height="25" width="25">
  468. <tbody>
  469. <tr>
  470. <td>
  471.     <img src="face/other1/015.gif" /></td></tr></tbody></table></td>
  472. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/016.gif')">
  473. <table class="WHEEmotTableImagePanel" height="25" width="25">
  474. <tbody>
  475. <tr>
  476. <td>
  477.     <img src="face/other1/016.gif" /></td></tr></tbody></table></td>
  478. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/017.gif')">
  479. <table class="WHEEmotTableImagePanel" height="25" width="25">
  480. <tbody>
  481. <tr>
  482. <td style="width: 19px">
  483.     <img src="face/other1/017.gif" /></td></tr></tbody></table></td>
  484. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/018.gif')">
  485. <table class="WHEEmotTableImagePanel" height="25" width="25">
  486. <tbody>
  487. <tr>
  488. <td>
  489.     <img src="face/other1/018.gif" /></td></tr></tbody></table></td>
  490. </tr>
  491. <tr>
  492. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/019.gif')">
  493. <table class="WHEEmotTableImagePanel" height="25" width="25">
  494. <tbody>
  495. <tr>
  496. <td>
  497.     <img src="face/other1/019.gif" /></td></tr></tbody></table></td>
  498. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/020.gif')">
  499. <table class="WHEEmotTableImagePanel" height="25" width="25">
  500. <tbody>
  501. <tr>
  502. <td>
  503.     <img src="face/other1/020.gif" /></td></tr></tbody></table></td>
  504. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/021.gif')">
  505. <table class="WHEEmotTableImagePanel" height="25" width="25">
  506. <tbody>
  507. <tr>
  508. <td>
  509.     <img src="face/other1/021.gif" /></td></tr></tbody></table></td>
  510. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/022.gif')">
  511. <table class="WHEEmotTableImagePanel" height="25" width="25">
  512. <tbody>
  513. <tr>
  514. <td>
  515.     <img src="face/other1/022.gif" /></td></tr></tbody></table></td>
  516. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/023.gif')">
  517. <table class="WHEEmotTableImagePanel" height="25" width="25">
  518. <tbody>
  519. <tr>
  520. <td>
  521.     <img src="face/other1/023.gif" /></td></tr></tbody></table></td>
  522. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/024.gif')">
  523. <table class="WHEEmotTableImagePanel" height="25" width="25">
  524. <tbody>
  525. <tr>
  526. <td>
  527.     <img src="face/other1/024.gif" /></td></tr></tbody></table></td>
  528. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/025.gif')">
  529. <table class="WHEEmotTableImagePanel" height="25" width="25">
  530. <tbody>
  531. <tr>
  532. <td>
  533.     <img src="face/other1/025.gif" /></td></tr></tbody></table></td>
  534. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/026.gif')">
  535. <table class="WHEEmotTableImagePanel" height="25" width="25">
  536. <tbody>
  537. <tr>
  538. <td>
  539.     <img src="face/other1/026.gif" /></td></tr></tbody></table></td>
  540. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/027.gif')">
  541. <table class="WHEEmotTableImagePanel" height="25" width="25">
  542. <tbody>
  543. <tr>
  544. <td>
  545.     <img src="face/other1/027.gif" /></td></tr></tbody></table></td>
  546. </tr>
  547. <tr>
  548. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/028.gif')">
  549. <table class="WHEEmotTableImagePanel" height="25" width="25">
  550. <tbody>
  551. <tr>
  552. <td>
  553.     <img src="face/other1/028.gif" /></td></tr></tbody></table></td>
  554. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/029.gif')">
  555. <table class="WHEEmotTableImagePanel" height="25" width="25">
  556. <tbody>
  557. <tr>
  558. <td style="width: 19px">
  559.     <img src="face/other1/029.gif" /></td></tr></tbody></table></td>
  560. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/030.gif')">
  561. <table class="WHEEmotTableImagePanel" height="25" width="25">
  562. <tbody>
  563. <tr>
  564. <td>
  565.     <img src="face/other1/030.gif" /></td></tr></tbody></table></td>
  566. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/031.gif')">
  567. <table class="WHEEmotTableImagePanel" height="25" width="25">
  568. <tbody>
  569. <tr>
  570. <td>
  571.     <img src="face/other1/031.gif" /></td></tr></tbody></table></td>
  572. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/032.gif')">
  573. <table class="WHEEmotTableImagePanel" height="25" width="25">
  574. <tbody>
  575. <tr>
  576. <td>
  577.     <img src="face/other1/032.gif" /></td></tr></tbody></table></td>
  578. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/033.gif')">
  579. <table class="WHEEmotTableImagePanel" height="25" width="25">
  580. <tbody>
  581. <tr>
  582. <td>
  583.     <img src="face/other1/033.gif" /></td></tr></tbody></table></td>
  584. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/034.gif')">
  585. <table class="WHEEmotTableImagePanel" height="25" width="25">
  586. <tbody>
  587. <tr>
  588. <td>
  589.     <img src="face/other1/034.gif" /></td></tr></tbody></table></td>
  590. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/035.gif')">
  591. <table class="WHEEmotTableImagePanel" height="25" width="25">
  592. <tbody>
  593. <tr>
  594. <td style="width: 19px">
  595.     <img src="face/other1/035.gif" /></td></tr></tbody></table></td>
  596. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/036.gif')"">
  597. <table class="WHEEmotTableImagePanel" height="25" width="25">
  598. <tbody>
  599. <tr>
  600. <td>
  601.     <img src="face/other1/036.gif" /></td></tr></tbody></table></td>
  602. </tr>
  603. <tr>
  604. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/037.gif')">
  605. <table class="WHEEmotTableImagePanel" height="25" width="25">
  606. <tbody>
  607. <tr>
  608. <td>
  609.     <img src="face/other1/037.gif" /></td></tr></tbody></table></td>
  610. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/038.gif')">
  611. <table class="WHEEmotTableImagePanel" height="25" width="25">
  612. <tbody>
  613. <tr>
  614. <td>
  615.     <img src="face/other1/038.gif" /></td></tr></tbody></table></td>
  616. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/039.gif')">
  617. <table class="WHEEmotTableImagePanel" height="25" width="25">
  618. <tbody>
  619. <tr>
  620. <td>
  621.     <img src="face/other1/039.gif" /></td></tr></tbody></table></td>
  622. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/040.gif')">
  623. <table class="WHEEmotTableImagePanel" height="25" width="25">
  624. <tbody>
  625. <tr>
  626. <td>
  627.     <img src="face/other1/040.gif" /></td></tr></tbody></table></td>
  628. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/041.gif')">
  629. <table class="WHEEmotTableImagePanel" height="25" width="25">
  630. <tbody>
  631. <tr>
  632. <td>
  633.     <img src="face/other1/041.gif" /></td></tr></tbody></table></td>
  634. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/042.gif')">
  635. <table class="WHEEmotTableImagePanel" height="25" width="25">
  636. <tbody>
  637. <tr>
  638. <td>
  639.     <img src="face/other1/042.gif" /></td></tr></tbody></table></td>
  640. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/043.gif')">
  641. <table class="WHEEmotTableImagePanel" height="25" width="25">
  642. <tbody>
  643. <tr>
  644. <td>
  645.     <img src="face/other1/043.gif" /></td></tr></tbody></table></td>
  646. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/044.gif')">
  647. <table class="WHEEmotTableImagePanel" height="25" width="25">
  648. <tbody>
  649. <tr>
  650. <td>
  651.     <img src="face/other1/044.gif" /></td></tr></tbody></table></td>
  652. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other1/045.gif')">
  653. <table class="WHEEmotTableImagePanel" height="25" width="25">
  654. <tbody>
  655. <tr>
  656. <td>
  657.     <img src="face/other1/045.gif" /></td></tr></tbody></table></td>
  658. </tr>
  659. </tbody></table>
  660. </asp:View>
  661. <asp:View ID="Tab3" runat="server">
  662. <table class="WHEEmotTablePicker" onselectstart="return false" ondragstart="return false" style="BORDER-RIGHT: red 0px solid; BORDER-TOP: red 0px solid; BORDER-LEFT: red 0px solid; WIDTH: 100%; CURSOR: default; BORDER-BOTTOM: red 0px solid" cellspacing="1" cellpadding="1" border="0">
  663. <tbody>
  664. <tr>
  665. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/001.gif')">
  666. <table class="WHEEmotTableImagePanel" height="25" width="25">
  667. <tbody>
  668. <tr>
  669. <td style="width: 19px">
  670.     <img width="19px" src="face/other2/001.gif" /></td></tr></tbody></table></td>
  671. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/002.gif')">
  672. <table class="WHEEmotTableImagePanel" height="25" width="25">
  673. <tbody>
  674. <tr>
  675. <td>
  676.     <img width="19px" src="face/other2/002.gif" /></td></tr></tbody></table></td>
  677. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/003.gif')">
  678. <table class="WHEEmotTableImagePanel" height="25" width="25">
  679. <tbody>
  680. <tr>
  681. <td>
  682.     <img width="19px" src="face/other2/003.gif" /></td></tr></tbody></table></td>
  683. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/004.gif')">
  684. <table class="WHEEmotTableImagePanel" height="25" width="25">
  685. <tbody>
  686. <tr>
  687. <td>
  688.     <img width="19px" src="face/other2/004.gif" /></td></tr></tbody></table></td>
  689. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/005.gif')">
  690. <table class="WHEEmotTableImagePanel" height="25" width="25">
  691. <tbody>
  692. <tr>
  693. <td style="width: 19px">
  694.     <img width="19px" src="face/other2/005.gif" /></td></tr></tbody></table></td>
  695. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/006.gif')">
  696. <table class="WHEEmotTableImagePanel" height="25" width="25">
  697. <tbody>
  698. <tr>
  699. <td>
  700.     <img width="19px" src="face/other2/006.gif" /></td></tr></tbody></table></td>
  701. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/007.gif')"">
  702. <table class="WHEEmotTableImagePanel" height="25" width="25">
  703. <tbody>
  704. <tr>
  705. <td>
  706.     <img width="19px" src="face/other2/007.gif" /></td></tr></tbody></table></td>
  707. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/008.gif')">
  708. <table class="WHEEmotTableImagePanel" height="25" width="25">
  709. <tbody>
  710. <tr>
  711. <td>
  712.     <img width="19px" src="face/other2/008.gif" /></td></tr></tbody></table></td>
  713. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/009.gif')">
  714. <table class="WHEEmotTableImagePanel" height="25" width="25">
  715. <tbody>
  716. <tr>
  717. <td>
  718.     <img width="19px" src="face/other2/009.gif" /></td></tr></tbody></table></td>
  719. </tr>
  720. <tr>
  721. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/010.gif')">
  722. <table class="WHEEmotTableImagePanel" height="25" width="25">
  723. <tbody>
  724. <tr>
  725. <td>
  726.     <img width="19px" src="face/other2/010.gif" /></td></tr></tbody></table></td>
  727. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/011.gif')">
  728. <table class="WHEEmotTableImagePanel" height="25" width="25">
  729. <tbody>
  730. <tr>
  731. <td>
  732.     <img width="19px" src="face/other2/011.gif" /></td></tr></tbody></table></td>
  733. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/012.gif')">
  734. <table class="WHEEmotTableImagePanel" height="25" width="25">
  735. <tbody>
  736. <tr>
  737. <td>
  738.     <img width="19px" src="face/other2/012.gif" /></td></tr></tbody></table></td>
  739. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/013.gif')">
  740. <table class="WHEEmotTableImagePanel" height="25" width="25">
  741. <tbody>
  742. <tr>
  743. <td>
  744.     <img width="19px" src="face/other2/013.gif" /></td></tr></tbody></table></td>
  745. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/014.gif')">
  746. <table class="WHEEmotTableImagePanel" height="25" width="25">
  747. <tbody>
  748. <tr>
  749. <td>
  750.     <img width="19px" src="face/other2/014.gif" /></td></tr></tbody></table></td>
  751. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/015.gif')">
  752. <table class="WHEEmotTableImagePanel" height="25" width="25">
  753. <tbody>
  754. <tr>
  755. <td>
  756.     <img width="19px" src="face/other2/015.gif" /></td></tr></tbody></table></td>
  757. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/016.gif')">
  758. <table class="WHEEmotTableImagePanel" height="25" width="25">
  759. <tbody>
  760. <tr>
  761. <td>
  762.     <img width="19px" src="face/other2/016.gif" /></td></tr></tbody></table></td>
  763. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/017.gif')">
  764. <table class="WHEEmotTableImagePanel" height="25" width="25">
  765. <tbody>
  766. <tr>
  767. <td style="width: 19px">
  768.     <img width="19px" src="face/other2/017.gif" /></td></tr></tbody></table></td>
  769. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/018.gif')">
  770. <table class="WHEEmotTableImagePanel" height="25" width="25">
  771. <tbody>
  772. <tr>
  773. <td>
  774.     <img width="19px" src="face/other2/018.gif" /></td></tr></tbody></table></td>
  775. </tr>
  776. <tr>
  777. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/019.gif')">
  778. <table class="WHEEmotTableImagePanel" height="25" width="25">
  779. <tbody>
  780. <tr>
  781. <td>
  782.     <img width="19px" src="face/other2/019.gif" /></td></tr></tbody></table></td>
  783. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/020.gif')">
  784. <table class="WHEEmotTableImagePanel" height="25" width="25">
  785. <tbody>
  786. <tr>
  787. <td>
  788.     <img width="19px" src="face/other2/020.gif" /></td></tr></tbody></table></td>
  789. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/021.gif')">
  790. <table class="WHEEmotTableImagePanel" height="25" width="25">
  791. <tbody>
  792. <tr>
  793. <td>
  794.     <img width="19px" src="face/other2/021.gif" /></td></tr></tbody></table></td>
  795. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/022.gif')">
  796. <table class="WHEEmotTableImagePanel" height="25" width="25">
  797. <tbody>
  798. <tr>
  799. <td>
  800.     <img width="19px" src="face/other2/022.gif" /></td></tr></tbody></table></td>
  801. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/023.gif')">
  802. <table class="WHEEmotTableImagePanel" height="25" width="25">
  803. <tbody>
  804. <tr>
  805. <td>
  806.     <img width="19px" src="face/other2/023.gif" /></td></tr></tbody></table></td>
  807. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/024.gif')">
  808. <table class="WHEEmotTableImagePanel" height="25" width="25">
  809. <tbody>
  810. <tr>
  811. <td>
  812.     <img width="19px" src="face/other2/024.gif" /></td></tr></tbody></table></td>
  813. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/025.gif')">
  814. <table class="WHEEmotTableImagePanel" height="25" width="25">
  815. <tbody>
  816. <tr>
  817. <td>
  818.     <img width="19px" src="face/other2/025.gif" /></td></tr></tbody></table></td>
  819. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/026.gif')">
  820. <table class="WHEEmotTableImagePanel" height="25" width="25">
  821. <tbody>
  822. <tr>
  823. <td>
  824.     <img width="19px" src="face/other2/026.gif" /></td></tr></tbody></table></td>
  825. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/027.gif')">
  826. <table class="WHEEmotTableImagePanel" height="25" width="25">
  827. <tbody>
  828. <tr>
  829. <td>
  830.     <img width="19px" src="face/other2/027.gif" /></td></tr></tbody></table></td>
  831. </tr>
  832. <tr>
  833. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/028.gif')">
  834. <table class="WHEEmotTableImagePanel" height="25" width="25">
  835. <tbody>
  836. <tr>
  837. <td>
  838.     <img width="19px" src="face/other2/028.gif" /></td></tr></tbody></table></td>
  839. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/029.gif')">
  840. <table class="WHEEmotTableImagePanel" height="25" width="25">
  841. <tbody>
  842. <tr>
  843. <td style="width: 19px">
  844.     <img width="19px" src="face/other2/029.gif" /></td></tr></tbody></table></td>
  845. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/030.gif')">
  846. <table class="WHEEmotTableImagePanel" height="25" width="25">
  847. <tbody>
  848. <tr>
  849. <td>
  850.     <img width="19px" src="face/other2/030.gif" /></td></tr></tbody></table></td>
  851. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/031.gif')">
  852. <table class="WHEEmotTableImagePanel" height="25" width="25">
  853. <tbody>
  854. <tr>
  855. <td>
  856.     <img width="19px" src="face/other2/031.gif" /></td></tr></tbody></table></td>
  857. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/032.gif')">
  858. <table class="WHEEmotTableImagePanel" height="25" width="25">
  859. <tbody>
  860. <tr>
  861. <td>
  862.     <img width="19px" src="face/other2/032.gif" /></td></tr></tbody></table></td>
  863. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/033.gif')">
  864. <table class="WHEEmotTableImagePanel" height="25" width="25">
  865. <tbody>
  866. <tr>
  867. <td>
  868.     <img width="19px" src="face/other2/033.gif" /></td></tr></tbody></table></td>
  869. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/034.gif')">
  870. <table class="WHEEmotTableImagePanel" height="25" width="25">
  871. <tbody>
  872. <tr>
  873. <td>
  874.     <img width="19px" src="face/other2/034.gif" /></td></tr></tbody></table></td>
  875. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/035.gif')">
  876. <table class="WHEEmotTableImagePanel" height="25" width="25">
  877. <tbody>
  878. <tr>
  879. <td style="width: 19px">
  880.     <img width="19px" src="face/other2/035.gif" /></td></tr></tbody></table></td>
  881. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/036.gif')"">
  882. <table class="WHEEmotTableImagePanel" height="25" width="25">
  883. <tbody>
  884. <tr>
  885. <td>
  886.     <img width="19px" src="face/other2/036.gif" /></td></tr></tbody></table></td>
  887. </tr>
  888. <tr>
  889. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/037.gif')">
  890. <table class="WHEEmotTableImagePanel" height="25" width="25">
  891. <tbody>
  892. <tr>
  893. <td>
  894.     <img width="19px" src="face/other2/037.gif" /></td></tr></tbody></table></td>
  895. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/038.gif')">
  896. <table class="WHEEmotTableImagePanel" height="25" width="25">
  897. <tbody>
  898. <tr>
  899. <td>
  900.     <img width="19px" src="face/other2/038.gif" /></td></tr></tbody></table></td>
  901. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/039.gif')">
  902. <table class="WHEEmotTableImagePanel" height="25" width="25">
  903. <tbody>
  904. <tr>
  905. <td>
  906.     <img width="19px" src="face/other2/039.gif" /></td></tr></tbody></table></td>
  907. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/040.gif')">
  908. <table class="WHEEmotTableImagePanel" height="25" width="25">
  909. <tbody>
  910. <tr>
  911. <td>
  912.     <img width="19px" src="face/other2/040.gif" /></td></tr></tbody></table></td>
  913. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/041.gif')">
  914. <table class="WHEEmotTableImagePanel" height="25" width="25">
  915. <tbody>
  916. <tr>
  917. <td>
  918.     <img width="19px" src="face/other2/041.gif" /></td></tr></tbody></table></td>
  919. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/042.gif')">
  920. <table class="WHEEmotTableImagePanel" height="25" width="25">
  921. <tbody>
  922. <tr>
  923. <td>
  924.     <img width="19px" src="face/other2/042.gif" /></td></tr></tbody></table></td>
  925. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/043.gif')">
  926. <table class="WHEEmotTableImagePanel" height="25" width="25">
  927. <tbody>
  928. <tr>
  929. <td>
  930.     <img width="19px" src="face/other2/043.gif" /></td></tr></tbody></table></td>
  931. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/044.gif')">
  932. <table class="WHEEmotTableImagePanel" height="25" width="25">
  933. <tbody>
  934. <tr>
  935. <td>
  936.     <img width="19px" src="face/other2/044.gif" /></td></tr></tbody></table></td>
  937. <td onmouseover="this.className='over'" onmouseout="this.className=null" onclick="insertEmot('face/other2/045.gif')">
  938. <table class="WHEEmotTableImagePanel" height="25" width="25">
  939. <tbody>
  940. <tr>
  941. <td>
  942.     <img width="19px" src="face/other2/045.gif" /></td></tr></tbody></table></td>
  943. </tr>
  944. </tbody></table>
  945. </asp:View>
  946. </asp:MultiView>
  947.     <table width="100%">
  948.         <tr>
  949.             <td style="width: 50%">&gt;<a onclick="parent.popupmenu.hide();parent.openDialog(parent.document.getElementById(Request.QueryString('name')).contentWindow,parent.functionstr+'custom.aspx','250','95','emot');"
  950.         style="cursor: pointer" unselectable="on">&gt;<%=ResourceManager.GetString("insertcustomize")%></a>&nbsp;&nbsp;
  951.     &nbsp;
  952.             </td>
  953.             <td style="width:50%" align=right><asp:Menu ID="Menu1" Width="70px" runat="server" Orientation="Horizontal" StaticEnableDefaultPopOutImage="False"  OnMenuItemClick="Menu1_MenuItemClick" >
  954. <Items>
  955. <asp:MenuItem Text="[1]" Value="0" Selectable=false></asp:MenuItem>
  956. <asp:MenuItem Text="[2]" Value="1"></asp:MenuItem>
  957. <asp:MenuItem Text="[3]" Value="2"></asp:MenuItem>
  958. </Items>
  959. </asp:Menu></td>
  960.         </tr>
  961.     </table></form>
  962. </body></html>