📄 gonggong.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="gonggong, App_Web_y6kibw5n" %>
<!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 id="Head1" runat="server">
<title></title>
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<style type ="text/css" >
.text2 {
color: #666666;
font-size: 14px;
}
A:link{text-decoration:none ; font-size : 14px ; color: #1f3a87;}
A:visited{text-decoration:none ; font-size : 14px ; color: #1f3a87;}
A:hover {color: #1f3a87;text-decoration:underline ; font-size : 14px}
.buttstyle0
{
border-top-style: none; border-right-style: none; border-left-style: none; background-color: transparent; border-bottom-style: none
}
-->
</style>
<script type="text/javascript" >
function jiaruover(src,i)
{
if(!src.contains(event.fromElement))
{src.style.cursor='hand';
src.bgColor =i;}
}
function jiaruout(src,i)
{
if(!src.contains(event.toElement))
{src.style.cursor='default';
src.bgColor=i;}
}
function shanchuwenjian(id,name)
{
document.getElementById('shanchuwenjian').style.display ='block';
document.getElementById('TextBox3').value=id;
shanchuwenjian_tishi.innerHTML='你确定要删除文件'+name+'吗?';
}
</script>
</head>
<body style =" margin : 0px">
<form id="form1" runat="server">
<div id="shanchuwenjian" style="position:absolute ; left : 30% ; top : 30%; width : 200px ; background-color : #ffffff ; border : #dddddd thin solid ; display : none">
<table border ="0" cellpadding ="0" cellspacing ="0">
<tr><td style=" display : none ">
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
</td></tr>
<tr><td id="shanchuwenjian_tishi"></td></tr>
<tr><td align ="center">
<asp:Button ID="Button4" runat="server" Text="确定" OnClick ="Button4_Click"/><input type="button" onclick ="document.getElementById('shanchuwenjian').style.display ='none';"
value="取消" /></td></tr>
</table>
</div>
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label><br />
<table border ="0" cellpadding ="0" cellspacing ="0" style =" width : 100% ; text-align : center ; ">
<tr>
<td class="text1" style=" width : 50% ; text-align : center">名称</td>
<td class="text1" style=" width : 20% ; text-align : center">上传者</td>
<td class="text1" style=" width : 20% ; text-align : center">容量(MB)</td>
<td class="text1" style=" width : 10% ; text-align : center">操作</td>
</tr>
</table>
<asp:Table ID="Table1" runat="server" cellpadding="0" cellspacing="0" style="width :100% ; border : 0px">
</asp:Table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -