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

📄 lb_upload.aspx

📁 OA自动化办公系统,就是OA自动化办公系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="lb_upload.aspx.cs" Inherits="lb_upload" %>

<!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>
<title></title>
<link href="../css/link.css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/><style type="text/css">
<!--
body {
	margin-top: 2px;
}
-->
</style>
<script type="text/javascript">
function yz()
{
    var fileID = document.getElementById("file1");
    if(fileID.value==""||fileID.value==null)
    {
        alert("文件路径不能为空");
        fileID.focus();
        return false;
    }
}

</script>
<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>
</head>

<body><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="87%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="221" align="right">&nbsp;</td>
        <td width="316" align="right"><form name="form11" method="post" action="">
              <div align="right">
                <input name="c" type="text" id="c" value=""/>
                <input name="submit" type="submit" id="submit" style="FONT-SIZE: 12px; HEIGHT: 27px"  value= " 查 询 " onclick="btnClick()"/>
&nbsp;&nbsp;
              </div>
        </form></td>
        <td width="89" valign="top"><img src="../images/gx/code.gif" width="21" height="21"><a href="lb_adminupload.aspx"> 管理共享</a></td>
        <td width="102" valign="top"><img src="../images/gx/sharing.gif" width="21" height="21"><a href="lb_selectFile.aspx"> 共享列表</a></td>
      </tr>
    </table></td>
  </tr>
</table>
<div align="center">
  <table width="70%" border="0" cellpadding="0" cellspacing="0" bgcolor="#5AAE18">
    <tr>
      <td height="22"><div class="RoundedCorner"> 
    <div align="center"><b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b> <span class="style1">上 传 共 享</span></div>
  </div>
       <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#5AAE18">
         <tr>
           <td bgcolor="#FFFFFF">
           <form action="lb_upload.aspx" method="post" enctype="multipart/form-data" name="form1" runat="server" onsubmit="return yz();">
               <table width="99%" border="0" cellpadding="3" cellspacing="0">
                       <tr bgcolor="#FFFFFF">
                         <td width="17%" rowspan="7" valign="bottom"><p align="center">                           <img src="../images/gx/share.jpg" width="46" height="53"/>                           <br>
                       </p>
                         <p>&nbsp;</p></td>
                         <td height="8"></td>
                       </tr>
                  <tr bgcolor="#FFFFFF">
                   <td height="12">
                       <asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="ObjectDataSource1"
                           DataTextField="ftype_filetype" DataValueField="ftype_id">
                       </asp:DropDownList><asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="Select"
                           TypeName="COM.OA.BLL.filetypeBLL"></asp:ObjectDataSource>
                   </td>
                 </tr>
                 <tr bgcolor="#FFFFFF">
                   <td width="83%"><input id="file1" type="file" name="file1" style="width:397" value="" size="20"/></td>
                 </tr>
                 <tr bgcolor="#FFFFFF">
                   <td></td>
                 </tr>
                 <tr bgcolor="#FFFFFF">
                   <td></td>
                 </tr>
                 <tr bgcolor="#FFFFFF">
                   <td></td>
                 </tr>
                 <tr bgcolor="#FFFFFF">
                   <td></td>
                 </tr>
                 <tr bgcolor="#FFFFFF">
                   <td>&nbsp;</td>
                   <td></td>              
				 </tr>
                 <tr bgcolor="#FFFFFF">
                   <td>&nbsp;</td>
                   <td> <div id="his" style="display:none" ><a href="javascript:SummaryFromText()"></a><br>&nbsp;<a href="javascript:change(document.all.fuyan,-20)"></a>&nbsp;&nbsp;</div>
                 
                 </tr>
                 <tr bgcolor="#FFFFFF">
                   <td width="17%">
                       &nbsp; &nbsp;
                   </td>
                   <td>  
                     <input name="upSubmit" type="submit" id="upSubmit" style="FONT-SIZE: 12px; HEIGHT: 27px" value= " 上 传 "/>
  
<input name="按钮" type="button" style="FONT-SIZE: 12px; HEIGHT: 27px"   onClick="javascript:history.go(-1)" value= " 取 消 "/> </td>
</tr>
               </table>
           </form></td>
         </tr>
      </table></td>
    </tr>
  </table>
</div>
</body>
</html>

⌨️ 快捷键说明

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