📄 edit_layout
字号:
<?xml version="1.0"?>
<WORKPLACE>
<TEMPLATE>
<![CDATA[
<html>
<head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<title>]]><LABEL value="label.wptitle" /><![CDATA[ ]]><METHOD name="userName" /><![CDATA[</title>
<link rel=stylesheet type="text/css" href="../css/format.css">
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!-- Sets the Document Source-Code for later including into the text editor -->
var text="]]><METHOD name="setText"/><![CDATA[";
<!-- URL for pictures -->
var pfad="]]><METHOD name="picsUrl"/><![CDATA[";
<!-- Filename -->
var filename="]]><PROCESS>file</PROCESS><![CDATA[";
<!-- Needed space for additional toolbar -->
var space=0;
var NS = null;
var IE = null;
NS = (document.layers)? true:false;
IE = (document.all)? true:false;
var LANG_CUT = "]]><LABEL value="editor.context.cut"/><![CDATA[";
var LANG_COPY = "]]><LABEL value="editor.context.copy"/><![CDATA[";
var LANG_PASTE = "]]><LABEL value="editor.context.paste"/><![CDATA[";
var LANG_INSERTROW = "]]><LABEL value="editor.context.insertrow"/><![CDATA[";
var LANG_DELETEROW = "]]><LABEL value="editor.context.deleterow"/><![CDATA[";
var LANG_INSERTCOL = "]]><LABEL value="editor.context.insertcol"/><![CDATA[";
var LANG_DELETECOL = "]]><LABEL value="editor.context.deletecol"/><![CDATA[";
var LANG_INSERTCELL = "]]><LABEL value="editor.context.insertcell"/><![CDATA[";
var LANG_DELETECELL = "]]><LABEL value="editor.context.deletecell"/><![CDATA[";
var LANG_MERGECELL = "]]><LABEL value="editor.context.mergecell"/><![CDATA[";
var LANG_SPLITCELL = "]]><LABEL value="editor.context.splitcell"/><![CDATA[";
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="../templates/js/opencms.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="../templates/js/]]><PROCESS>jsfile</PROCESS><![CDATA["></SCRIPT>
<!-- Update the Font display on change -->
<SCRIPT LANGUAGE="javascript" FOR="EDIT_HTML" EVENT="DisplayChanged">
<!--
function displayChangedHandle()
{
if (IE==true) return DisplayChanged();
}
displayChangedHandle();
//-->
</script>
<!-- Show a context menu if the right mousebutton is clicked -->
<script LANGUAGE="javascript" FOR="EDIT_HTML" EVENT="ShowContextMenu">
<!--
function showContextMenuHandle()
{
if (IE==true) return ShowContextMenu();
}
showContextMenuHandle();
//-->
</script>
<!-- Invoke a context menu action -->
<script LANGUAGE="javascript" FOR="EDIT_HTML" EVENT="ContextMenuAction(itemIndex)">
<!--
function contextMenuActionHandle()
{
if (IE==true) return ContextMenuAction(itemIndex);
}
contextMenuActionHandle();
//-->
</script>
</head>
<body background="]]><METHOD name="picsUrl">bg_grau.gif</METHOD><![CDATA[" scroll=no onLoad="setText();" leftmargin=5 topmargin=5 marginwidth = 5 marginheight = 5>
<table cellspacing=0 cellpadding=0 border=0 width="100%" height="100%"> <tr> <td valign="top">
<form
name=EDITOR
id=EDITOR
METHOD=POST>
]]><ELEMENT name="editor"/> <![CDATA[
<INPUT TYPE=HIDDEN NAME="content">
<INPUT TYPE=HIDDEN NAME="action">
<INPUT TYPE=HIDDEN NAME="file" value="]]><PROCESS>file</PROCESS><![CDATA[">
</form>
</td> </tr> </table>
</body>
</html>
]]>
</TEMPLATE>
<TEMPLATE name="errorsave">
<ERRORPAGE title="error.title.editorsave" message="error.message.editorsave" reason="error.reason.editorsave" suggestion="error.suggestion.editorsave" ref="" ><process>errordetail</process><process>errorlasturl</process></ERRORPAGE>
</TEMPLATE>
</WORKPLACE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -