You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
klintersrv/editor/dialog/about.htm

43 lines
1.3 KiB

<HTML>
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<script language="javascript" src="dialog.js"></script>
<link href='dialog.css' type='text/css' rel='stylesheet'>
<TITLE>关于 - eWebEditor</TITLE>
<script language=javascript>
function InitDocument(){
adjustDialog();
}
</script>
</HEAD>
<BODY onload="InitDocument()">
<table border=0 cellpadding=0 cellspacing=0 id=tabDialogSize><tr><td>
<table border=0 cellpadding=0 cellspacing=0 width=400>
<tr>
<td height=60 bgcolor=#FFFFFF>
<table border=0 cellpadding=0 cellspacing=10 width="100%">
<tr>
<td noWrap><img border=0 src="../sysimage/ewebeditor.gif" width=230 height=45></td>
<td noWrap align=right valign=bottom><b>版本: 4.60精简版</b><br><b></b><br><b></b></td>
</tr>
</table>
</td>
</tr>
<tr><td height=1 bgcolor=#000000></td></tr>
<tr>
<td>
<table border=0 cellpadding=0 cellspacing=10 width="100%">
<tr><td noWrap>更多关于eWebEditor在线编辑器的信息,请访问:<br><a href="http://www.eWebEditor.net/" target="_blank">http://www.eWebEditor.net/</a></td></tr>
<tr><td noWrap>&copy; 2003-2007 <a href="http://www.ewebsoft.com" target="_blank">eWebSoft.com</a>. 版权所有.</td></tr>
<tr><td noWrap align=right><input type=button value="关闭" onclick="window.close()"></td></tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
</BODY>
</HTML>