?? ie5editor.tpl
字號:
<table id="##name##_load_message" style="display:block; position:absolute; z-index:1000" 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>
<!-- begin 1st instance only -->
<script language="JavaScript" type="text/javascript" src="##directory##js/IE5script.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 -->
document.createStyleSheet('##directory##editor_theme.css');
//<!-- begin ie50_remove -->
if (!wp_oPopUp) {var wp_oPopUp = window.createPopup()}
//<!-- end ie50_remove -->
var wp_directory = '##directory##';
var wp_is_ie50 = ##is_ie50##;
<!-- 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##.imagewindow = "##imgwindow##";
config_##name##.links = ##links##;
config_##name##.custom_inserts = ##custom_objects##;
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##.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);
}
// End -->
</script>
<table id="##name##_container" width="##width##" height="##absheight##" class="wpContainer" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="bottom">
<div id="##name##_tab_one" style="display:block;">
<table id="##name##_toolbar1" 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="wp_callFormatting(##name##,'Print');" alt="##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="##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 cut -->
<td><img cid="cut" class="wpReady" width="22" height="22" onClick="wp_callFormatting(##name##,'Cut');" alt="##cut##" src="##directory##images/cut.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 cut -->
<!-- begin copy -->
<td><img cid="cut" class="wpReady" width="22" height="22" onClick="wp_callFormatting(##name##,'Copy');" alt="##copy##" src="##directory##images/copy.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 copy -->
<!-- begin paste -->
<td><img cid="paste" class="wpReady" width="22" height="22" onClick="wp_callFormatting(##name##,'Paste');" alt="##paste##" src="##directory##images/paste.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 paste -->
<!-- begin pasteword -->
<td><img cid="redo" class="wpReady" width="22" height="22" onClick="wp_paste_word_html(##name##,this);" alt="##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="##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="##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="##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="##table_properties##" onClick="wp_open_table_editor(##name##,this);" 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="##add_row##" onClick="wp_processRow(##name##,'choose',this);" 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="##delete_row##" onClick="wp_processRow(##name##,'remove',this);" 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="##insert_column##" onClick="wp_processColumn(##name##,'choose',this);" 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="##delete_column##" onClick="wp_processColumn(##name##,'remove',this);" 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="##merge_cell##" onClick="wp_mergeCell(##name##,this);" 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="##unmerge_cell##" onClick="wp_splitCell(##name##,this);" 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="##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="##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="##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="##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="##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="##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="##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="##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 id="##name##_toolbar2" 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="wpFrameDropBorder"></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="wpFrameDropBorder"></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>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -