xw_lookOneNews.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:3k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="xw_lookOneNews.aspx.cs" Inherits="linminchao_xw_lookOneNews" validateRequest="false" %>
- <%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %>
- <!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>
- <style type="text/css">
- div.RoundedCorner{background: #5AAE18}
- b.rtop, b.rbottom{display:block;background: #FFF}
- b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18}
- b.r1{margin: 0 4px}
- b.r2{margin: 0 3px}
- b.r3{margin: 0 2px}
- b.rtop b.r4, {margin: 0 1px;height: 1px}
- .style1 {
- font-size: 13px;
- color: #FFFFFF;
- font-weight: bold;
- }
- </style>
- <style type="text/css">
- <!--
- a:link {
- font-size: 12px;
- color: #5C9948;
- text-decoration: none;
- }
- a:visited {
- font-size: 12px;
- color: #5C9948;
- text-decoration: none;
- }
- a:hover {
- color: #6699FF;
- }
- BODY {
- font-size: 12px;
- margin-top: 2px;
- }
- td {
- font-size: 12px;
- line-height: 15px;
- }
- .style2 { font-size: 13px;
- color: #FFFFFF;
- font-weight: bold;
- }
- .style2 {color: #FFFFFF}
- .style9 {color: #FFFFFF; font-size: 13px;}
- .style10 {color: #FF0000}
- -->
- <script type="text/javascript" language="JavaScript">
- <!--
- function check() {
- if (document.form1.zhuti.value=="") {
- window.alert ("请您输入主题 !")
- document.form1.zhuti.focus()
- return false
- }
- if (document.form1.zhuti.value.length>30) {
- window.alert ("主题需要30位以内字符 !")
- document.form1.zhuti.focus()
- return false
- }
- return true
- }
- //-->
- </script>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
- <link href="../css/link.css" rel="stylesheet" type="text/css"/>
- <link href="../css/input.css" rel="stylesheet" type="text/css"/>
- <style type="text/css">
- <!--
- .style2 {
- color: #CC6633;
- font-weight: bold;
- }
- .style1 {
- color: #FFFFFF;
- font-weight: bold;
- }
- .style6 {font-size: 12px}
- .style9 {color: #000000}
- body {
- margin-top: 2px;
- }
- -->
- </style>
- <script type="text/javascript" language="JavaScript">
- <!--
- function dis()
- {
- document.form1.submit.value=' 发布..'
- document.form1.submit.disabled=true;
- return true;
- }
- //-->
- </script>
- <script type="text/javascript" language="JavaScript">
- <!--
- function dis1()
- {
- document.form11.submit.value=' 查询..'
- document.form11.submit.disabled=true;
- return true;
- }
- //-->
- </script>
- </head>
- <body>
- </body>
- </html>