📄 index.jsp
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ page import="com.cyberway.info.info.web.InfoForm"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%
String contextPath = request.getContextPath();
%>
<html>
<HEAD>
<TITLE>eWebEditor - {*[EWebSoft online editor]*}飞鱼{*[Modify]*}版 - {*[Sample]*}</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<style>
body,td,input,textarea {font-size:9pt}
</style>
</HEAD>
<BODY>
<html:form action="/info/info/eweb.do" styleId="formItem" method="post">
<TABLE border="0" cellpadding="2" cellspacing="1">
<TR>
<TD>{*[Edit content]*}:</TD>
<TD>
<INPUT type="hidden" name="content1" value="<p> </p><p><font color=#ff0000>本样式为自带默认样式,最佳调用宽度650px,高度350px!</font></p><p>下面为一些{*[Advanced]*}调用功能的例子,你可以用脚本方便的编辑进行一些操作。</p><p>{*[Congratulations! Once you saw this without error message, your installation is completed successfully.]*}!</p><p>您现在使用的{*[Yes]*}飞鱼{*[Modify]*}版,有什么问题请到http://www.fiyu.net提出!</p>">
<IFRAME ID="eWebEditor1" src="eWebEditor.jsp?id=content1&style=standard" frameborder="0" scrolling="no" width="650" height="350"></IFRAME>
</TD>
</TR>
<TR>
<TD colspan=2 align=right>
<INPUT type=submit name=b1 value="提交">
<INPUT type=reset name=b2 value="重填">
<INPUT type=button name=b3 value="查看源文件" onclick="location.replace('view-source:'+location)">
</TD>
</TR>
<TR>
<TD>{*[Contents got]*}:</TD>
<TD><TEXTAREA cols=60 rows=5 id=myTextArea style="width:550px">{*[Click "Get Value" button, see what happened!]*}!</TEXTAREA></TD>
</TR>
<TR>
<TD colspan=2 align=right>
<INPUT type=button name=b4 value="{*[GetValue]*}" onclick="myTextArea.value=eWebEditor1.getHTML()">
<INPUT type=button name=b5 value="{*[SetValue]*}" onclick="eWebEditor1.setHTML('<b>{*[SetValue]*}成功!</b>')">
<INPUT type=button name=b6 value="{*[Status-Coding]*}" onclick="eWebEditor1.setMode('CODE')">
<INPUT type=button name=b7 value="{*[Status-Editing]*}" onclick="eWebEditor1.setMode('EDIT')">
<INPUT type=button name=b8 value="{*[Preview]*}{*[Status]*}" onclick="eWebEditor1.setMode('VIEW')">
<INPUT type=button name=b9 value="{*[Insert here]*}" onclick="eWebEditor1.insertHTML('这{*[Yes]*}{*[Insert]*}的内容!')">
<INPUT type=button name=b10 value="{*[Append to end]*}" onclick="eWebEditor1.appendHTML('这{*[Yes]*}在{*[Append to end]*}的内容!')">
</TD>
</TR>
</TABLE>
</html:form>
</BODY>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -