⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rc_selectlike.aspx

📁 OA自动化办公系统,就是OA自动化办公系统
💻 ASPX
字号:
<%@ 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>

⌨️ 快捷键说明

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