about.htm

来自「top-cms内容管理系统」· HTM 代码 · 共 65 行

HTM
65
字号
<!--
'###########################################################################################
'*  程序名称: Top-CMS
'*---------------------------------------------------------------------------------------
'*  系统版本: 1.0 0215
'*  版权所有: www.Net-Develop.com
'*  程序设计: 江南行客
'*  联系方式:
'*            OICQ:2503086
'*            EMAIL:net-oa@sohu.com
'*  网站地址: 
'*            http://www.net-develop.com  
'*            http://www.top-cms.com   
'*---------------------------------------------------------------------------------------
'*  Copyright 2004 www.net-develop.com - All Rights Reserved.
'###########################################################################################
-->
<html>
<head>
<title>关于</title>
<link rel="stylesheet" href="css/css.css" type="text/css">
</head>
<script>
function ol() {
	document.forms[0].ok.focus();
}
</script>
<body bgcolor="buttonface" onLoad="ol()" style="border:0;overflow:	hidden;">
<table width="96%" border="0" cellspacing="0" cellpadding="0" align="center" height="100%">
  <tr> 
    <td> <fieldset style="padding-bottom:5px"><legend disabled>关于</legend> 
      <table align="center" height="160" width="360">
        <tr> 
          <td  align="center" valign="top" width="132" height="42"> <a href="http://www.net-develop.com/" target="_blank"> 
            <img src="../IMAGES/LOGO.gif" width="86" height="42" border="0"> </a> 
          </td>
          <td valign="top" width="216" height="42" disabled> Net-Develop Editor 
            <br>
            Version: 1.0 </td>
        </tr>
        <tr> 
          <td valign="top" colspan="2"><br>
            Email:<a href="mailto:Net-OA@sohu.com">Net-OA@sohu.com</a><br>
            URL:<a href="http://www.Net-Develop.com" target="_blank">http://www.Net-Develop.com</a><br>
          </td>
        </tr>
        <tr align="right" valign="bottom"> 
          <td colspan="2"><span disabled>Copyright &copy;2003</span> <a href="http://www.net-develop.com" target="_blank"><font color="#DB0000">Net-Develop.com</font></a></td>
        </tr>
      </table>
      </fieldset> </td>
  </tr>
  <tr><form name="theaboutform">
      <td height="28" valign="top" align="right"> 
        
          <input name="ok" type="button" value=" 确定 " style="width:64px;" onClick="self.close();">
        &nbsp;&nbsp;&nbsp; </td>
    </form>
  </tr>
</table>


</body>
</html>
      

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?