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

📄 activitydetailinfo.aspx

📁 一个研究生管理系统 具体的情况自己看了
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="activitydetailinfo.aspx.cs" Inherits="student_activitydetailinfo" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<link href="inc/list.css" rel="stylesheet" type="text/css" />
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<style>
@import url("print.css");
.m2_1 {
	FONT-FAMILY: 宋体; FONT-SIZE: 14px; FONT-WEIGHT: bold
}

TABLE.tab1 {
	BACKGROUND-COLOR: #d4d0c8; BORDER-BOTTOM: #808080 2px solid; BORDER-LEFT: #d4d0c8 2px solid; BORDER-RIGHT: #808080 2px solid; BORDER-TOP: #d4d0c8 2px solid
}

TD {
	FONT-FAMILY: 宋体, Verdana, Helvetica, sans-serif; FONT-SIZE: 12px
}
TD.mode4 {
	BACKGROUND-COLOR: #eeeee0; BORDER-BOTTOM: #cccc99 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #cccc99 1px solid; BORDER-TOP: #ffffff 1px solid; HEIGHT: 23px
}
TD.mode5 {
	BACKGROUND-COLOR: #ffffff;word-break: break-all; BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #ffffff 1px solid; HEIGHT: 23px
}
TD.Bartitle2 {
	BACKGROUND-COLOR: #4065B1; BORDER-BOTTOM: #000033 1px solid; BORDER-LEFT: #669999 1px solid; BORDER-RIGHT: #000033 1px solid; BORDER-TOP: #669999 1px solid; COLOR: #ffffff; PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 0px
}
DIV.h20 {
	LINE-HEIGHT: 20px; PADDING-LEFT: 2em
}
.cl2ipt3 {

	BACKGROUND-COLOR: #eeeee0; BACKGROUND-IMAGE: url(../images/common/cl2.gif); BORDER-BOTTOM: #a0a0a0 1px solid; BORDER-LEFT: #a0a0a0 1px solid; BORDER-RIGHT: #a0a0a0 1px solid; BORDER-TOP: #a0a0a0 1px solid; COLOR: #003030; FONT-SIZE: 12px; HEIGHT: 19px; LINE-HEIGHT: 100%; PADDING-BOTTOM: 0px; PADDING-TOP: 2px; TEXT-ALIGN: center; WIDTH: 120px
}
.background_img {
	BACKGROUND-REPEAT: no-repeat
}
INPUT.cl2_ipt2 {
	BACKGROUND-COLOR: #eeeee0; BACKGROUND-IMAGE: url(../images/common/cl2.gif); BORDER-BOTTOM: #a0a0a0 1px solid; BORDER-LEFT: #a0a0a0 1px solid; BORDER-RIGHT: #a0a0a0 1px solid; BORDER-TOP: #a0a0a0 1px solid; COLOR: #003030; FONT-SIZE: 12px; HEIGHT: 19px; LINE-HEIGHT: 100%; PADDING-BOTTOM: 0px; PADDING-TOP: 2px; TEXT-ALIGN: center; WIDTH: 60px
}
</style>
<title>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
 
<body background=images/bianbg5.gif bgColor=#ffffff class=background_img>
<center>
  <br>
  <br>
  <table id="tab1" style="class=m2_1" align=center width=600 cellpadding=0 cellspacing=0 border=0>
    <tr> 
      <td class="Bartitle2" align="center" colspan="2" style="height: 30px"><font class=m2_1>学生活动记录册</font></td>
    </tr>
	
    <tr> 
      <td width=5% align=center class=Bartitle2 style="height: 129px"><b>活动情况</b></td>
      <td align=left width=95% style="height: 129px">
	    <table width=100% cellspacing=0 cellpadding=0 border=0 align=center>
          <tr> 
            <td width="28%" align=right class=mode4 style="height: 23px">
                活动名称:</td>
            <td width="72%" align=left class=mode5 style="height: 23px"><div align="center">
            -
            <% ShowActivityName(); %>
            
            </div></td>
            
          </tr>
         <tr> 
            <td width="28%" align=right class=mode4 style="height: 23px">活动类型:</td>
            <td width="72%" align=left class=mode5 style="height: 23px"><div align="center">-
            <% ShowActivityType(); %>
            </div></td>
            
          </tr>
           <tr> 
            <td width="28%" align=right class=mode4 style="height: 23px">活动时间:</td>
            <td width="72%" align=left class=mode5 style="height: 23px"><div align="center">
            -
            <% ShowActivityTime(); %>
            </div></td>
            
          </tr>
          <tr> 
            <td width="28%" align=right class=mode4 style="height: 23px">活动地点:</td>
            <td width="72%" align=left class=mode5 style="height: 23px"><div align="center">-
            <% ShowActivityAddr(); %>
            </div></td>
            
          </tr>
          <tr> 
            <td width="28%" align=right class=mode4 style="height: 23px">活动经费:</td>
            <td width="72%" align=left class=mode5 style="height: 23px"><div align="center">-
            <% ShowActivityOutlay(); %>
            </div></td>
            
          </tr>
          <tr> 
            <td width="28%" align=right class=mode4 style="height: 23px">活动内容:</td>
            <td width="72%" align=left class=mode5 style="height: 23px"><div align="center">-
            <% ShowActivityContent(); %>
            </div></td>
            
          </tr>
          <tr> 
            <td width="28%" align=right class=mode4 style="height: 23px">备注:</td>
            <td width="72%" align=left class=mode5 style="height: 23px"><div align="center">-
            <% ShowActivityRemark(); %>
            </div></td>
            
          </tr>
        </table></td>
      
    </tr>	
    <tr> 
      <td colspan=2><img src=images/blank.gif height=6></td>
    </tr>
 
        </table>
  <br>
  <input id="Button1" type="button" value="关闭" onclick=" self.close();" class="cl2_ipt2" /><br>
  <br>
  <br>
</center>
</body>
</html>

⌨️ 快捷键说明

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