rc_selectlike.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:1k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="rc_selectlike.aspx.cs" Inherits="rc_rc_selectlike" validateRequest="false"%>
- <!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 runat="server">
- <title>无标题页</title>
- <link href="../css/textarea.css" rel="stylesheet" type="text/css"/>
- <style type="text/css">
- .style1 {
- font-size: 13px;
- color: #FFFFFF;
- font-weight: bold;
- }
- </style>
- <style type="text/css">
- <!--
- body {
- margin-top: 2px;
- }
- -->
- </style>
- </head>
- <body>
- <%
- COM.OA.Entity.users loginuser =Session["loginuser"] as COM.OA.Entity.users;
- if (loginuser == null)
- {
- Response.Write("<script language='javascript'>parent.document.location.href='../login.aspx'</script>");
- }
- %>
- <form id="form1" runat="server">
- <div>
- </div>
- </form>
- <div align="center">
- <img alt="" src="../images/sj/up.gif" width="17" height="12"/><a href="javascript:history.go(-1)">返 回</a><br />
- </div>
- </body>
- </html>