tijian_tieying/web/Web/eWebEditor/dialog/about.htm
2025-02-20 12:14:39 +08:00

44 lines
1.1 KiB
HTML

<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></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></td></tr>
<tr><td noWrap>&copy; 2003-2008 °æÈ¨ËùÓÐ.</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>