default.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:5k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page CodeBehind="default.aspx.vb" Language="vb" AutoEventWireup="false" Inherits="ioffice.Cdefault" %>
- <HTML>
- <HEAD>
- <title>关于 iOffice.net</title>
- <% @ Import Namespace="System.Web.Security " %>
- <meta http-equiv="Content-Language" content="zh-cn">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <meta content="Microsoft FrontPage 5.0" name="GENERATOR">
- <meta content="FrontPage.Editor.Document" name="ProgId">
- <LINK href="css/login.css" type="text/css" rel="stylesheet">
- <script language="jscript">
- function closeabout()
- {
- if (parent.frames.length>0)
- {
- history.back()
- }else{
- window.close()
- }
- }
- function openioffice()
- {
- if (parent.frames.length==0)
- {
- winioffice=window.open("ioffice.aspx","ioffice","toolbar=yes,status=yes,resizable=yes")
- winioffice.moveTo(0,0)
- winioffice.resizeTo(window.screen.availWidth,window.screen.availHeight)
- //winioffice.resizeTo(800,575)
- }
- }
- function openthank()
- {
- winthank=window.open("thank/thank.htm","thank","toolbar=no")
- winthank.moveTo((window.screen.availWidth-520)/2,window.screen.availHeight-500)
- winthank.resizeTo(520,500)
- }
- </script>
- </HEAD>
- <body onload="openioffice()">
- <form runat="server">
- <CENTER>
- <table id="AutoNumber1" style="BORDER-COLLAPSE: collapse" borderColor="#111111" height="100%" cellSpacing="0" cellPadding="0" width="1" border="0">
- <tr>
- <td width="453" height="284">
- <table class="box" style="BORDER-COLLAPSE: collapse" borderColor="#111111" height="209" cellSpacing="0" cellPadding="0" width="440" border="0">
- <tr>
- <td width="1" colSpan="3" vAlign="top">
- <IMG alt="" src="img/about2.jpg" align="absBottom">
- <TABLE cellSpacing="0" cellPadding="0" width="300" border="0">
- <TR>
- <TD noWrap>
- <IMG alt="" src="img/earth.gif" align="absBottom">
- </TD>
- <TD noWrap>
- <IMG alt="" src="img/about1.jpg" align="absBottom">
- </TD>
- </TR>
- </TABLE>
- <IMG alt="" src="img/about3.jpg" align="top">
- </td>
- </tr>
- <tr>
- <td width="78" height="99" rowSpan="6">
- <p align="left">
- </p>
- <p align="left">
- <FONT face="宋体"></FONT>
- </p>
- </td>
- <td width="385" height="16">
- <FONT face="宋体"></FONT>
- </td>
- <td width="33" height="99" rowSpan="6">
- <FONT face="宋体"></FONT>
- </td>
- </tr>
- <tr>
- <td class="td" width="383" height="20">
- 版本:2.50.86
- </td>
- </tr>
- <tr>
- <td class="td" width="383" height="12">
- 产品 ID:
- <asp:Label id="lblGuid" runat="server"></asp:Label>
- </td>
- </tr>
- <tr>
- <td class="td" width="383" height="6">
- 注册使用:<asp:label id="lblBName" runat="server" CssClass="td"></asp:label>
- </td>
- </tr>
- <tr>
- <td class="td" width="383" height="6">
- 许可证数:<asp:Label id="lblLicence" runat="server" CssClass="td"></asp:Label>
- </td>
- </tr>
- <tr>
- <td class="td" style="BORDER-RIGHT: #777777 2px solid; BORDER-TOP: #777777 1px solid; BORDER-LEFT: #777777 1px solid; BORDER-BOTTOM: #777777 2px solid" width="383" bgColor="#ffffff" height="39">
- 警告:
- 本计算机程序受著作权法和国际公约的保护,未经授权擅自复制或散布本程序的部分或全部,将承受严厉的民事和刑事处罚,对已知的违反者将给予法律范围内的全面制裁。
- </td>
- </tr>
- <tr>
- <td width="440" colSpan="3">
- <table id="AutoNumber2" style="BORDER-COLLAPSE: collapse" borderColor="#111111" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="WIDTH: 65px" height="5">
- <FONT face="宋体"></FONT>
- </TD>
- <TD height="5">
- </TD>
- </TR>
- <tr>
- <td style="WIDTH: 70px">
- <FONT face="宋体"></FONT>
- </td>
- <td class="td">
- <a href="http://www.hongfan.com.cn" target="_blank" style="COLOR: black">版权所有 (C)
- 2000-2001 广州红帆电脑科技有限公司</a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="440" colSpan="3" height="37">
- <TABLE height="24" cellSpacing="1" cellPadding="1" width="409" border="0">
- <TR>
- <TD>
- <P align="right">
- <FONT face="宋体"><A href="javascript:closeabout();"><IMG border="0" alt="" src="img/button/ok.gif"></A></FONT>
- </P>
- </TD>
- </TR>
- <TR>
- <TD class="td">
- <P>
-
- <A href="#" style="TEXT-DECORATION: underline" onclick="openthank()"><IMG alt="" src="img/thank.gif" align="absBottom" border="0">
- 感谢......</A>
- </P>
- </TD>
- </TR>
- <TR>
- <TD class="td" height="10">
- </TD>
- </TR>
- </TABLE>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </CENTER>
- </form>
- </body>
- </HTML>