about.htm
来自「学校智能办公系统 1、系统包含成绩学籍管理、公文管理、电子备课、教职工管理、」· HTM 代码 · 共 80 行
HTM
80 行
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="dialog.js" type="text/javascript"></script>
<script type="text/javascript">
document.write ("<link href='../language/" + AvailableLangs["Active"] + ".css' type='text/css' rel='stylesheet'>");
document.write ("<link href='dialog.css' type='text/css' rel='stylesheet'>");
document.write ("<TITLE>" + lang["DlgAbout"] + "</TITLE>");
function InitDocument(){
AvailableLangs.TranslatePage(document);
adjustDialog();
}
</script>
<style type="text/css">
<!--
a:link {
color: #0000FF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0000FF;
}
a:hover {
text-decoration: underline;
color: #0000FF;
}
a:active {
text-decoration: none;
color: #0000FF;
}
body,td,th {
font-family: Tahoma, 瀹嬩綋, sans-serif;
font-size: 12px;
color: #000000;
}
body {
background-color: #FFFFFF;
margin-left: 2px;
margin-top: 2px;
margin-right: 2px;
margin-bottom: 2px;
}
-->
</style></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="nowrap"><img alt="" border="0" src="../sysimage/ewebeditor.gif" width="230" height="45" /></td>
<td nowrap="nowrap" align="right" valign="bottom"><b><span lang="DlgAboutVersion" xml:lang="DlgAboutVersion"></span>: Trial 3.7</b><br /><b>Rebuild By Guidy , 2005-11-11</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="nowrap"><span lang="DlgAboutInfo" xml:lang="DlgAboutInfo"></span><br /><a href="http://www.ewebeditor.com/" target="_blank">http://www.eWebEditor.com/</a><br /><a href="http://www.ixuer.net/" target="_blank">http://www.iXuEr.Net/</a>(Guidy's Site)</td></tr>
<tr><td nowrap="nowrap">© 2003-2005 <a href="http://www.ewebeditor.com" target="_blank">eWebEditor.com</a>. <span lang="DlgAboutLicense" xml:lang="DlgAboutLicense"></span>.</td></tr>
<tr><td nowrap="nowrap" align="right"><input type="button" lang="DlgBtnClose" onclick="window.close()" value="" xml:lang="DlgBtnClose" /></td></tr>
</table> </td>
</tr>
</table>
</td></tr></table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?