Файл: siteadmin/editor_files/templates/MozEditor.tpl
Строк: 1557
<!-- begin 1st instance only -->
<link rel="stylesheet"
href="##directory##editor_theme.css" type="text/css"
/>
<!-- end 1st instance only -->
<div
id="##name##_load_message" style="display:block;
position:absolute; z-index:1000;">
<table
width="##width##"
height="##height2##">
<tr>
<td
valign="middle" style="text-align: center"><div
style="margin: auto; background-color:#666666; border:1px solid
#333333; padding: 10px; width: 100px; color:#FFFFFF;
font-family:verdana,arial,helvetica,sans-serif; font-size:12px;
font-weight:bold">##please_wait## </div></td>
</tr>
</table>
</div>
<!--
begin 1st instance only -->
<script language="JavaScript"
type="text/javascript"
src="##directory##js/MozScript.js"></script>
<script
language="JavaScript" type="text/javascript"
src="##directory##js/editorShared.js"></script>
<script
language="JavaScript" type="text/javascript"
src="##directory##js/dialogEditorShared.js"></script>
<!--
end 1st instance only -->
<script language="JavaScript"
type="text/javascript">
<!--// Hide
<!-- begin 1st
instance only -->
var wp_directory = '##directory##';
<!-- end 1st
instance only -->
var config_##name## = new wp_config();
config_##name##.name = '##name##';
config_##name##.instance_lang =
'##instance_lang##';
config_##name##.encoding =
'##encoding##';
config_##name##.xhtml_lang =
'##xhtml_lang##';
config_##name##.useXHTML =
##usexhtml##;
config_##name##.baseURLurl =
'##baseURLurl##';
config_##name##.baseURL =
'##baseURL##';
config_##name##.instance_img_dir =
'##instance_img_dir##';
config_##name##.instance_doc_dir =
'##instance_doc_dir##';
//<!-- begin removeserver
-->
config_##name##.domain1 = new
RegExp('(href=|src=|action=)"##domain##',"gi");
config_##name##.domain2
= new
RegExp('(href=|src=|action=)"##domain2##',"gi");
//<!--
end removeserver -->
config_##name##.stylesheet =
##stylesheet##
config_##name##.imenu_height =
##imenu_height##;
config_##name##.bmenu_height =
##bmenu_height##;
config_##name##.smenu_height =
##smenu_height##;
config_##name##.tmenu_height =
##tmenu_height##;
config_##name##.imagewindow =
"##imgwindow##";
config_##name##.links =
##links##;
config_##name##.custom_inserts =
##custom_objects##;
config_##name##.directory =
'##directory##';
config_##name##.usep =
##usep##;
config_##name##.showbookmarkmngr =
##showbookmarkmngr##;
config_##name##.subsequent =
##subsequent##;
config_##name##.color_swatches =
'##color_swatches##';
config_##name##.border_visible =
##guidelines##;
config_##name##.doctype =
'##doctype##';
config_##name##.charset = '##charset##';
//
lang
config_##name##.lang['guidelines_hidden'] =
'##guidelines_hidden##';
config_##name##.lang['guidelines_visible'] =
'##guidelines_visible##';
config_##name##.lang['place_cursor_in_table'] =
'##place_cursor_in_table##';
config_##name##.lang['only_split_merged_cells']
= '##only_split_merged_cells##';
config_##name##.lang['no_cell_right'] =
'##no_cell_right##';
config_##name##.lang['different_row_spans'] =
'##different_row_spans##';
config_##name##.lang['no_cell_below'] =
'##no_cell_below##';
config_##name##.lang['different_column_spans'] =
'##different_column_spans##';
config_##name##.lang['select_hyperlink_text']
= '##select_hyperlink_text##';
config_##name##.lang['upgrade'] =
'##upgrade##';
config_##name##.lang['format'] =
'##format##';
config_##name##.lang['font'] =
'##font##';
config_##name##.lang['class'] =
'##class##';
config_##name##.lang['size'] = '##size##';
function
wp_##name##_mouseUpHandler (evt) {
wp_mouseUpHandler(##name##,
evt);
}
function wp_##name##_keyHandler (evt) {
wp_keyHandler(##name##,
evt);
}
function wp_##name##_contextHandler (evt)
{
wp_context(##name##, evt)
}
// End -->
</script>
<table
id="##name##_container" width="##width##"
height="##absheight##" class="wpContainer"
border="0" cellpadding="0"
cellspacing="0">
<tr valign="bottom">
<td> <div id="##name##_tab_one"
style="display:block;">
<table
class="wpToolbar" style="##toolbar1_style##"
border="0" cellpadding="0"
cellspacing="0">
<tr> ##savebutton##
<!-- begin print -->
<td><img
cid="forecolor" class="wpReady" width="22"
height="22" onClick="##name##.edit_object.print()"
alt="" title="##print##"
src="##directory##images/print.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end print -->
<!-- begin find
-->
<td><img cid="forecolor"
class="wpReady" width="22" height="22"
onClick="wp_findit(##name##);" alt=""
title="##find_and_replace##"
src="##directory##images/find.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end find -->
<!-- begin
spacer1 -->
<td><img class="wpSpacer"
width="1" height="22"
src="##directory##images/spacer.gif" alt=""
/></td>
<!-- end spacer1 -->
<!-- begin
pasteword -->
<td><img cid="forecolor"
class="wpReady" width="22" height="22"
onClick="wp_paste_word_html(##name##);" alt=""
title="##paste_word##"
src="##directory##images/pasteword.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end pasteword -->
<!-- begin
spacer2 -->
<td><img class="wpSpacer"
width="1" height="22"
src="##directory##images/spacer.gif" alt=""
/></td>
<!-- end spacer2 -->
<!-- begin
undo -->
<td><img cid="undo"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'undo');" alt=""
title="##undo##" src="##directory##images/undo.gif"
type="btn" onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end undo -->
<!-- begin redo
-->
<td><img cid="redo"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'redo');" alt=""
title="##redo##" src="##directory##images/redo.gif"
type="btn" onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end redo -->
<!-- begin
spacer3 -->
<td><img class="wpSpacer"
width="1" height="22"
src="##directory##images/spacer.gif" alt=""
/></td>
<!-- end spacer3 -->
<!-- begin tbl
-->
<td><img cid="forecolor"
class="wpReady" width="22" height="22"
onClick="wp_open_table_window(##name##,this);" alt=""
title="##insert_table##"
src="##directory##images/instable.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- begin edittable
-->
<td><img cid="edittable"
class="wpReady" src="##directory##images/edittable.gif"
width="22" height="22" alt=""
title="##table_properties##"
onClick="wp_open_table_editor(##name##);" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<td><img cid="edittable"
class="wpReady" src="##directory##images/insrow.gif"
width="22" height="22" alt=""
title="##add_row##"
onClick="wp_processRow(##name##,'choose');" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<td><img cid="edittable"
class="wpReady" src="##directory##images/delrow.gif"
width="22" height="22" alt=""
title="##delete_row##"
onClick="wp_processRow(##name##,'remove');" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<td><img cid="edittable"
class="wpReady" src="##directory##images/inscol.gif"
width="22" height="22" alt=""
title="##insert_column##"
onClick="wp_processColumn(##name##,'choose');"
type="btn" onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<td><img cid="edittable"
class="wpReady" src="##directory##images/delcol.gif"
width="22" height="22" alt=""
title="##delete_column##"
onClick="wp_processColumn(##name##,'remove');"
type="btn" onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<td><img cid="edittable"
class="wpReady" src="##directory##images/mrgcell.gif"
width="22" height="22" alt=""
title="##merge_cell##"
onClick="wp_mergeCell(##name##);" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<td><img cid="splitcell"
class="wpReady" src="##directory##images/spltcell.gif"
width="22" height="22" alt=""
title="##unmerge_cell##"
onClick="wp_splitCell(##name##);" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end edittable -->
<!-- end tbl
-->
<!-- begin spacer4 -->
<td><img
class="wpSpacer" width="1" height="22"
src="##directory##images/spacer.gif" alt=""
/></td>
<!-- end spacer4 -->
<!-- begin
image -->
<td><img cid="insertimage"
class="wpReady" width="22" height="22"
onClick="wp_open_image_window(##name##,this);" alt=""
title="##insert_image##"
src="##directory##images/image.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end image -->
<!-- begin
smiley -->
<td><img cid="insertimage"
class="wpReady" width="22" height="22"
onClick="wp_insert_smiley(##name##,this);" alt=""
title="##insert_emoticon##"
src="##directory##images/smiley.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end smiley -->
<!-- begin
ruler -->
<td><img cid="inserthorizontalrule"
class="wpReady" width="22" height="22"
onClick="wp_open_horizontal_rule_window(##name##,this);"
alt="" title="##horizontal_line##"
src="##directory##images/icon_rule.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end ruler -->
<!-- begin link
-->
<td><img cid="createlink"
class="wpReady" width="22" height="22"
onClick="wp_##hyperlink_function##;" alt=""
title="##insert_hyperlink##"
src="##directory##images/link.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end link -->
<!-- begin
document -->
<td><img cid="createlink"
class="wpReady" width="22" height="22"
onClick="wp_open_document_window(##name##,this);"
alt="" title="##document_link##"
src="##directory##images/doc_link.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end document -->
<!-- begin
bookmark -->
<td><img cid="insertimage"
class="wpReady" width="22" height="22"
onClick="wp_open_bookmark_window(##name##,this);"
alt="" title="##insert_bookmark##"
src="##directory##images/bookmark.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end bookmark -->
<!-- begin
special -->
<td><img
cid="inserthorizontalrule" class="wpReady"
width="22" height="22"
onClick="wp_open_special_characters_window(##name##,this);"
alt="" title="##special_characters##"
src="##directory##images/specialchar.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end special -->
<!-- begin
custom -->
<td><img cid="inserthorizontalrule"
class="wpReady" width="22" height="22"
onClick="wp_custom_object(##name##,this);" alt=""
title="##insert_object##"
src="##directory##images/custom.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end custom
-->
</tr>
</table>
<table
class="wpToolbar" style="##toolbar2_style##"
border="0" cellpadding="0"
cellspacing="0">
<tr>
<td> <table
id="##name##_format_list" class="wpDropBorderWide"
style="##format_list_style##"
onClick="wp_show_menu(##name##,'format', this)"
border="0" cellpadding="0" cellspacing="1"
onMouseOver="this.style.backgroundColor = 'highlight';"
onMouseOut="this.style.backgroundColor = '#ffffff';"
title="##paragraph_format##">
<tr>
<td width="70"><div
id="##name##_format_list-text">##format##</div></td>
<td
width="10"><img unselectable="on"
src="##directory##images/down_arrow.gif" width="10"
height="14" alt=""
/></td>
</tr>
</table>
<iframe
##secure##width="272" height="202"
id="##name##_format_frame" frameborder="0"
class="wpMozFrameDropBorder"></iframe></td>
<td>
<table id="##name##_class_menu"
class="wpDropBorderWide" style="##class_list_style##"
onClick="wp_show_menu(##name##,'class', this)"
border="0" cellpadding="0" cellspacing="1"
onMouseOver="this.style.backgroundColor = 'highlight';"
onMouseOut="this.style.backgroundColor = '#ffffff';"
title="##style_class##">
<tr>
<td
width="70"><div
id="##name##_class_menu-text">##class##</div></td>
<td
width="10"><img
src="##directory##images/down_arrow.gif" width="10"
height="14" alt=""
/></td>
</tr>
</table>
<iframe
##secure##width="272" height="141"
id="##name##_class_frame" frameborder="0"
class="wpMozFrameDropBorder"></iframe></td>
<td>
<table id="##name##_font-face"
class="wpDropBorderWide" style="##font_list_style##"
onClick="wp_show_menu(##name##,'font', this)"
border="0" cellpadding="0" cellspacing="1"
onMouseOver="this.style.backgroundColor = 'highlight';"
onMouseOut="this.style.backgroundColor = '#ffffff';"
title="##font_face##">
<tr>
<td
width="70"><div
id="##name##_font-face-text">##font##</div></td>
<td
width="10"><img
src="##directory##images/down_arrow.gif" width="10"
height="14" alt=""
/></td>
</tr>
</table>
<iframe
##secure##width="272" height="141"
id="##name##_font_frame" frameborder="0"
class="wpMozFrameDropBorder"></iframe></td>
<td>
<table id="##name##_font_size"
class="wpDropBorderNarrow" style="##size_list_style##"
onClick="wp_show_menu(##name##,'size', this)"
border="0" cellpadding="0" cellspacing="1"
onMouseOver="this.style.backgroundColor = 'highlight';"
onMouseOut="this.style.backgroundColor = '#ffffff';"
title="##font_size##">
<tr>
<td
width="30"><div
id="##name##_font_size-text">##size##</div></td>
<td
width="10"><img
src="##directory##images/down_arrow.gif" width="10"
height="14" alt=""
/></td>
</tr>
</table>
<iframe
##secure##width="112" height="202"
id="##name##_size_frame" frameborder="0"
class="wpMozFrameDropBorder"></iframe></td>
<!--
begin spacer5 -->
<td><img class="wpSpacer"
width="1" height="22"
src="##directory##images/spacer.gif" alt=""
/></td>
<!-- end spacer5 -->
<!-- begin
bold -->
<td><img cid="bold"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'bold');" alt=""
title="##bold##" src="##directory##images/bold.gif"
type="btn" onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end bold -->
<!-- begin italic
-->
<td><img cid="italic"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'italic');" alt=""
title="##italic##" src="##directory##images/italic.gif"
type="btn" onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end italic -->
<!-- begin
underline -->
<td><img cid="underline"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'underline');"
alt="" title="##underline##"
src="##directory##images/under.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end underline -->
<!-- begin
spacer6 -->
<td><img class="wpSpacer"
width="1" height="22"
src="##directory##images/spacer.gif" alt=""
/></td>
<!-- end spacer6 -->
<!-- begin
left -->
<td><img cid="justifyleft"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'justifyleft');"
alt="" title="##align_left##"
src="##directory##images/left.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end left -->
<!-- begin center
-->
<td><img cid="justifycenter"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'justifycenter');"
alt="" title="##align_center##"
src="##directory##images/center.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end center -->
<!-- begin
right -->
<td><img cid="justifyright"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'justifyright');"
alt="" title="##align_right##"
src="##directory##images/right.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end right -->
<!-- begin full
-->
<td><img cid="justifyfull"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'justifyfull');"
alt="" title="##justify##"
src="##directory##images/justify.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end full -->
<!-- begin
spacer7 -->
<td><img class="wpSpacer"
width="1" height="22"
src="##directory##images/spacer.gif" alt=""
/></td>
<!-- end spacer7 -->
<!-- begin ol
-->
<td><img cid="insertorderedlist"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'insertorderedlist');"
alt="" title="##numbering##"
src="##directory##images/numlist.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end ol -->
<!-- begin ul
-->
<td><img cid="insertunorderedlist"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'insertunorderedlist');"
alt="" title="##bullets##"
src="##directory##images/bullist.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end ul -->
<!-- begin outdent
-->
<td><img cid="outdent"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'outdent');" alt=""
title="##decrease_indent##"
src="##directory##images/deindent.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end outdent -->
<!-- begin
indent -->
<td><img cid="indent"
class="wpReady" width="22" height="22"
onClick="wp_callFormatting(##name##,'indent');" alt=""
title="##increase_indent##"
src="##directory##images/inindent.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end indent -->
<!-- begin
spacer8 -->
<td><img class="wpSpacer"
width="1" height="22"
src="##directory##images/spacer.gif" alt=""
/></td>
<!-- end spacer8 -->
<!-- begin
color -->
<td><img cid="forecolor"
class="wpReady" width="22" height="22"
onClick="wp_colordialog(##name##,this,'forecolor')" alt=""
title="##font_color##"
src="##directory##images/fontcolor.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end color -->
<!-- begin
highlight -->
<td><img cid="hilitecolor"
class="wpReady" width="22" height="22"
onClick="wp_colordialog(##name##,this,'hilitecolor')"
alt="" title="##highlight##"
src="##directory##images/bgcolor.gif" type="btn"
onMouseOver="wp_m_over(this, ##name##);"
onMouseOut="wp_m_out(this, ##name##);"
onMouseDown="wp_m_down(this, ##name##);"
onMouseUp="wp_m_up(this, ##name##);"
/></td>
<!-- end highlight
-->
</tr>
</table>
<iframe
id="##name##_editFrame" class="wpEditFrame"
height="##height##"
frameborder="0"></iframe>
</div>
<div
id="##name##_tab_two" style="display:none;">
<textarea class="wpHtmlEditArea"
style="height:##height2##px;" id="##name##"
name="##original_name##"
wrap="off">##htmlCode##</textarea>
</div>
<div
id="##name##_tab_three" style="display:none;">
<iframe id="##name##_previewFrame"
class="wpHtmlEditArea" style="height:##height3##px;"
frameborder="0"></iframe>
</div>
<table
id="##name##_tab_table" class="wpTabHolder"
width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td
width="7" class="wpTabNoTab"><img
src="##directory##images/spacer.gif" width="1"
height="1" alt="" /></td>
<!-- begin
tab -->
<!-- begin design -->
<td
id="##name##_designTab" class="wpTButtonUp"
onMouseDown="wp_on_mouse_down_tab(this, ##name##)"
onClick="##name##.showDesign();"> <img
src="##directory##images/normal.gif" width="10"
height="10" alt=""
/> ##design## </td>
<!-- end
design -->
<!-- begin html -->
<td
id="##name##_sourceTab" class="wpTButtonDown"
onMouseDown="wp_on_mouse_down_tab(this, ##name##)"
onClick="##name##.showCode();"> <img
src="##directory##images/html.gif" width="10"
height="10" alt=""
/> ##html_code## </td>
<!--
end html -->
<!-- begin preview -->
<td
id="##name##_previewTab" class="wpTButtonDown"
onMouseDown="wp_on_mouse_down_tab(this, ##name##)"
onClick="##name##.showPreview();"> <img
src="##directory##images/preview.gif" width="10"
height="10" alt=""
/> ##preview## </td>
<!-- end
preview -->
<!-- end tab -->
<td
width="100%" class="wpTabNoTab"><div
class="wpStyled" align="right"><span
id="##name##_moremessages">##br_tag##</span>
<span id="##name##_messages"
class="wpBorderMessage"
onClick="wp_toggle_table_borders(##name##,this);"
title="##toggle_guidelines##"
onMouseOver="this.style.textDecoration='underline'"
onMouseOut="this.style.textDecoration='none'"></span></div></td>
</tr>
</table>
<!--
begin hidden stuff
---------------------------------------------------------------------------------------------------->
<div
id="##name##_hidden">
<!-- standard context menu
-->
<div id="##name##_standardMenu"
style="display:none">
<div
class="wpContextBorder">
<table
class="wpContextTable"
style="height:##smenu_height##px;" border="0"
cellpadding="0" cellspacing="0">
<!--
begin pasteword -->
<tr cid="insertimage"
onClick="wp_paste_word_html(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/pasteword.gif"
/></td>
<td
class="wpContextCellTwo"> ##paste_word##</td>
</tr>
<!--
end pasteword -->
<!-- begin link -->
<!-- begin
pasteword -->
<tr cid="forecolor">
<td class="wpContextCellOne"><img
src="##directory##images/spacer.gif" width="1"
height="1" alt="" /></td>
<td
align="right"><img
style="background-color:threedshadow; margin: 3px 0px"
src="##directory##images/spacer.gif" width="200"
height="1" alt=""
/></td>
</tr>
<!-- end pasteword
-->
<tr cid="createlink"
onClick="wp_##hyperlink_function2##"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/link.gif"
/></td>
<td
class="wpContextCellTwo"> ##insert_hyperlink##</td>
</tr>
<!--
end link -->
<!-- begin document -->
<tr
cid="createlink"
onClick="wp_open_document_window(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/doc_link.gif"
/></td>
<td
class="wpContextCellTwo"> ##document_link##</td>
</tr>
<!--
end document
-->
</table>
</div>
</div>
<!--
image context menu -->
<div id="##name##_imageMenu"
style="display:none">
<div
class="wpContextBorder">
<table
class="wpContextTable"
style="height:##imenu_height##px;" border="0"
cellpadding="0" cellspacing="0">
<!--
begin pasteword -->
<tr cid="insertimage"
onClick="wp_paste_word_html(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/pasteword.gif"
/></td>
<td
class="wpContextCellTwo"> ##paste_word##</td>
</tr>
<!--
end pasteword -->
<!-- begin image -->
<!-- begin
pasteword -->
<tr cid="forecolor">
<td class="wpContextCellOne"><img
src="##directory##images/spacer.gif" width="1"
height="1" alt="" /></td>
<td
align="right"><img
style="background-color:threedshadow; margin: 3px 0px"
src="##directory##images/spacer.gif" width="200"
height="1" alt=""
/></td>
</tr>
<!-- end pasteword
-->
<tr cid="insertimage"
onClick="wp_open_image_window(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img class="wpDisabled"
width="22" height="22" alt=""
src="##directory##images/image.gif"
/></td>
<td
class="wpContextCellTwo"> ##image_properties##</td>
</tr>
<!--
end image -->
<!-- begin link -->
<tr
cid="forecolor">
<td
class="wpContextCellOne"><img
src="##directory##images/spacer.gif" width="1"
height="1" alt="" /></td>
<td
align="right"><img
style="background-color:threedshadow; margin: 3px 0px"
src="##directory##images/spacer.gif" width="200"
height="1" alt=""
/></td>
</tr>
<tr
cid="createlink" onClick="wp_##hyperlink_function2##"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/link.gif"
/></td>
<td
class="wpContextCellTwo"> ##insert_hyperlink##</td>
</tr>
<!--
end link -->
<!-- begin document -->
<tr
cid="createlink"
onClick="wp_open_document_window(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/doc_link.gif"
/></td>
<td
class="wpContextCellTwo"> ##document_link##</td>
</tr>
<!--
end document
-->
</table>
</div>
</div>
<!--
boomark context menu -->
<div
id="##name##_bookmarkMenu" style="display:none">
<div class="wpContextBorder">
<table
class="wpContextTable"
style="height:##bmenu_height##px;" border="0"
cellpadding="0" cellspacing="0">
<!--
begin pasteword -->
<tr cid="insertimage"
onClick="wp_paste_word_html(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/pasteword.gif"
/></td>
<td
class="wpContextCellTwo"> ##paste_word##</td>
</tr>
<!--
end pasteword -->
<!-- begin bookmark -->
<!--
begin pasteword -->
<tr cid="forecolor">
<td class="wpContextCellOne"><img
src="##directory##images/spacer.gif" width="1"
height="1" alt="" /></td>
<td
align="right"><img
style="background-color:threedshadow; margin: 3px 0px"
src="##directory##images/spacer.gif" width="200"
height="1" alt=""
/></td>
</tr>
<!-- end pasteword
-->
<tr cid="insertimage"
onClick="wp_open_bookmark_window(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img class="wpDisabled"
width="22" height="22" alt=""
src="##directory##images/bookmark.gif"
/></td>
<td
class="wpContextCellTwo"> ##bookmark_properties##</td>
</tr>
<!--
end bookmark
-->
</table>
</div>
</div>
<!--
table context menu -->
<div id="##name##_tableMenu"
style="display:none">
<div
class="wpContextBorder">
<table
class="wpContextTable"
style="height:##tmenu_height##px;" border="0"
cellpadding="0" cellspacing="0">
<!--
begin pasteword -->
<tr cid="forecolor"
onClick="wp_paste_word_html(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/pasteword.gif"
/></td>
<td
class="wpContextCellTwo"> ##paste_word##</td>
</tr>
<!--
end pasteword -->
<!-- begin tbl -->
<!-- begin
edittable -->
<!-- begin pasteword -->
<tr
cid="forecolor" >
<td
class="wpContextCellOne"><img
src="##directory##images/spacer.gif" width="1"
height="1" alt="" /></td>
<td
align="right"><img
style="background-color:threedshadow; margin: 3px 0px"
src="##directory##images/spacer.gif" width="240"
height="1" alt=""
/></td>
</tr>
<!-- end pasteword
-->
<tr cid="forecolor"
onClick="wp_open_table_editor(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/edittable.gif"
/></td>
<td
class="wpContextCellTwo"> ##table_properties##</td>
</tr>
<tr
cid="forecolor"
onClick="wp_processRow(wp_current_obj,'addabove',this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/insrowabove.gif"
/></td>
<td
class="wpContextCellTwo"> ##add_row_above##</td>
</tr>
<tr
cid="forecolor"
onClick="wp_processRow(wp_current_obj,'addbelow',this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/insrowbelow.gif"
/></td>
<td
class="wpContextCellTwo"> ##add_row_below##</td>
</tr>
<tr
cid="forecolor"
onClick="wp_processColumn(wp_current_obj,'addleft',this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/inscolleft.gif"
/></td>
<td
class="wpContextCellTwo"> ##add_column_left##</td>
</tr>
<tr
cid="forecolor"
onClick="wp_processColumn(wp_current_obj,'addright',this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/inscolright.gif"
/></td>
<td
class="wpContextCellTwo"> ##add_column_right##</td>
</tr>
<tr
cid="forecolor"
onClick="wp_processRow(wp_current_obj,'remove',this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/delrow.gif"
/></td>
<td
class="wpContextCellTwo"> ##delete_row##</td>
</tr>
<tr
cid="forecolor"
onClick="wp_processColumn(wp_current_obj,'remove',this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/delcol.gif"
/></td>
<td
class="wpContextCellTwo"> ##delete_column##</td>
</tr>
<tr
cid="mergeright"
onClick="wp_mergeRight(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/mrgcellh.gif"
/></td>
<td
class="wpContextCellTwo"> ##merge_right##</td>
</tr>
<tr
cid="mergebelow"
onClick="wp_mergeDown(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/mrgcelld.gif"
/></td>
<td
class="wpContextCellTwo"> ##merge_below##</td>
</tr>
<tr
cid="unmergeright"
onClick="wp_unMergeRight(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/spltcellh.gif"
/></td>
<td
class="wpContextCellTwo"> ##unmerge_right##</td>
</tr>
<tr
cid="unmergebelow"
onClick="wp_unMergeDown(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/unmrgcelld.gif"
/></td>
<td
class="wpContextCellTwo"> ##unmerge_below##</td>
</tr>
<!--
end edittable -->
<!-- end tbl -->
<!-- begin
link -->
<tr cid="forecolor" >
<td
class="wpContextCellOne"><img
src="##directory##images/spacer.gif" width="1"
height="1" alt="" /></td>
<td
align="right"><img
style="background-color:threedshadow; margin: 3px 0px"
src="##directory##images/spacer.gif" width="240"
height="1" alt=""
/></td>
</tr>
<tr
cid="createlink" onClick="wp_##hyperlink_function2##"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/link.gif"
/></td>
<td
class="wpContextCellTwo"> ##insert_hyperlink##</td>
</tr>
<!--
end link -->
<!-- begin document -->
<tr
cid="createlink"
onClick="wp_open_document_window(wp_current_obj,this)"
onMouseOver="wp_menuover(this)"
onMouseOut="wp_menuout(this)">
<td
class="wpContextCellOne"><img width="22"
height="22" alt=""
src="##directory##images/doc_link.gif"
/></td>
<td
class="wpContextCellTwo"> ##document_link##</td>
</tr>
<!--
end document
-->
</table>
</div>
</div>
<!--
drop-down menus -->
<div id="##name##_font-menu"
style="display:none; border: 1px solid #000000">
<div class="off"
onClick="parent.wp_change_font(parent.wp_current_obj,'null');off(this)"
onMouseOver="on(this)"
onMouseOut="off(this)">##default##</div>
##font_menu##
</div>
<div id="##name##_size-menu"
style="display:none; border: 1px solid #000000">
<div class="off"
onClick="parent.wp_change_font_size(parent.wp_current_obj,'null');off(this)"
onMouseOver="on(this)"
onMouseOut="off(this)">##default##</div>
##size_menu##
</div>
<div id="##name##_format-menu"
style="display:none; border: 1px solid #000000">
##format_menu## </div>
<div
id="##name##_class-menu" style="display:none">
<div class="off"
onClick="parent.wp_change_class(parent.wp_current_obj,'wp_none');off(this)"
onMouseOver="on(this)"
onMouseOut="off(this)">##clear_styles##</div>
##class_menu##
</div>
</div>
</td>
</tr>
</table>
<script
language="JavaScript"
type="text/javascript">
<!--//
var ##name## =
document.getElementById('##name##');
//-->
</script>
<noscript>
<p>##javascript_warning##</p>
</noscript>