Changeset 269
- Timestamp:
- 07/17/05 05:22:30 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/CharacterMap/popups/select_character.html
r239 r269 55 55 if (oldView) 56 56 oldView.className = oldView.className.replace(/\s+character-hilite/, ''); 57 document.getElementById( 'characterPreview' ).value = character; 58 document.getElementById( 'showCharacter' ).value = character; 57 59 58 if (td) 60 59 (oldView = td).className += " character-hilite"; … … 78 77 </head> 79 78 <body class="dialog" onload="Init();self.focus();"> 80 <form method="get" style="margin:2px; padding:2px" onSubmit="Set(document.getElementById('showCharacter').value); return false;">81 <table border="0" cellspacing="0" cellpadding="4" width="100%">82 <tr>83 <td style="background: Buttonface" valign="center"><div style="padding: 1px; white-space: nowrap; font-family: tahoma,arial,sans-serif; font-size: 11px; font-weight: normal;">HTML value:<div id="characterPreview"></div></div></td>84 <td style="background: Buttonface" valign="center"><input type="text" name="showcharacter" id="showCharacter" value="" size="15" style="background: #fff; font-size: 11px;" /></td>85 <td style="background: Buttonface" width="100%"></td>86 </tr>87 </table>88 </form>89 79 <table border="0" cellspacing="1" cellpadding="0" width="100%" style="cursor: pointer; background: #ADAD9C; border: 1px inset;"> 90 80 <tr>
