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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="xw_lookOneNews.aspx.cs" Inherits="linminchao_xw_lookOneNews" validateRequest="false" %>
  2. <%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" >
  5. <head runat="server">
  6.     <title>无标题页</title>
  7.     <style type="text/css"> 
  8. div.RoundedCorner{background: #5AAE18} 
  9. b.rtop, b.rbottom{display:block;background: #FFF} 
  10. b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18} 
  11. b.r1{margin: 0 4px} 
  12. b.r2{margin: 0 3px} 
  13. b.r3{margin: 0 2px} 
  14. b.rtop b.r4, {margin: 0 1px;height: 1px}
  15. .style1 {
  16. font-size: 13px;
  17. color: #FFFFFF;
  18. font-weight: bold;
  19. </style>
  20. <style type="text/css">
  21. <!--
  22. a:link {
  23. font-size: 12px;
  24. color: #5C9948;
  25. text-decoration: none;
  26. }
  27. a:visited {
  28. font-size: 12px;
  29. color: #5C9948;
  30. text-decoration: none;
  31. }
  32. a:hover {
  33. color: #6699FF;
  34. }
  35. BODY {
  36. font-size: 12px;
  37. margin-top: 2px;
  38. }
  39. td {
  40. font-size: 12px;
  41. line-height: 15px;
  42. }
  43. .style2 { font-size: 13px;
  44. color: #FFFFFF;
  45. font-weight: bold;
  46. }
  47. .style2 {color: #FFFFFF}
  48. .style9 {color: #FFFFFF; font-size: 13px;}
  49. .style10 {color: #FF0000}
  50. -->
  51. <script type="text/javascript" language="JavaScript">
  52. <!--
  53. function check() {
  54. if (document.form1.zhuti.value=="") {
  55. window.alert ("请您输入主题 !")
  56. document.form1.zhuti.focus()
  57. return false
  58. }
  59. if (document.form1.zhuti.value.length>30) {
  60. window.alert ("主题需要30位以内字符 !")
  61. document.form1.zhuti.focus()
  62. return false
  63. }
  64. return true
  65. }
  66. //-->
  67. </script>
  68. <meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
  69. <link href="../css/link.css" rel="stylesheet" type="text/css"/>
  70. <link href="../css/input.css" rel="stylesheet" type="text/css"/>
  71. <style type="text/css">
  72. <!--
  73. .style2 {
  74. color: #CC6633;
  75. font-weight: bold;
  76. }
  77. .style1 {
  78. color: #FFFFFF;
  79. font-weight: bold;
  80. }
  81. .style6 {font-size: 12px}
  82. .style9 {color: #000000}
  83. body {
  84. margin-top: 2px;
  85. }
  86. -->
  87. </style>
  88. <script  type="text/javascript" language="JavaScript">
  89. <!--
  90. function dis()
  91. {
  92. document.form1.submit.value=' 发布..'
  93. document.form1.submit.disabled=true;
  94. return true;
  95. }
  96. //-->
  97. </script>
  98. <script type="text/javascript" language="JavaScript">
  99. <!--
  100. function dis1()
  101. {
  102. document.form11.submit.value=' 查询..'
  103. document.form11.submit.disabled=true;
  104. return true;
  105. }
  106. //-->
  107. </script>
  108. </head>
  109. <body>
  110. </body>
  111. </html>