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