gw_selectlike.aspx

来自「OA自动化办公系统,就是OA自动化办公系统」· ASPX 代码 · 共 43 行

ASPX
43
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="gw_selectlike.aspx.cs" Inherits="gw_gw_selectlike" %>

<!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 + =
减小字号Ctrl + -
显示快捷键?