rc_selectlike.aspx
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:1k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="rc_selectlike.aspx.cs" Inherits="rc_rc_selectlike" validateRequest="false"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6.     <link href="../css/textarea.css" rel="stylesheet" type="text/css"/>
  7.     <style type="text/css"> 
  8. .style1 {
  9. font-size: 13px;
  10. color: #FFFFFF;
  11.     font-weight: bold;
  12. </style>
  13. <style type="text/css">
  14. <!--
  15. body {
  16. margin-top: 2px;
  17. }
  18. -->
  19. </style>
  20. </head>
  21. <body>
  22.     <%
  23.                 COM.OA.Entity.users loginuser =Session["loginuser"] as COM.OA.Entity.users;
  24.                 if (loginuser == null)
  25.                 {
  26.                     Response.Write("<script language='javascript'>parent.document.location.href='../login.aspx'</script>");
  27.                 }
  28.          %>
  29.     <form id="form1" runat="server">
  30.     <div>
  31.     
  32.     </div>
  33.     </form>
  34.     <div align="center">
  35.         <img alt=""  src="../images/sj/up.gif" width="17" height="12"/><a href="javascript:history.go(-1)">返 回</a><br />
  36.         </div>
  37. </body>
  38. </html>