tijian_tieying/web/Web/SystemManage/signation2.aspx
2025-02-20 12:14:39 +08:00

49 lines
1.8 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="signation2.aspx.cs" Inherits="SystemManage_signation2" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>图片上传和显示</title>
<style type="text/css">
.pic_text {
color: Red;
}
.pic_label {
color: Gray;
margin-top: 5px;
margin-bottom: 5px;
}
.pic_image {
margin: 5px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<table id="PrintHide" style="width: 100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">&nbsp;<img src="../images/BanKuaiJianTou.gif" />
<a class="hei" href="../Main/MyDesk.aspx">桌面</a>&nbsp;>>&nbsp;系统管理&nbsp;>>&nbsp;用户签名
</td>
<td align="right" valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">
<img class="HerCss" onclick="javascript:window.history.go(-1)" src="../images/Button/BtnExit.jpg" />&nbsp;</td>
</tr>
<tr>
<td height="3px" colspan="2" style="background-color: #ffffff"></td>
</tr>
</table>
<div class="pic_image">
<asp:Image ID="pic" runat="server" /></div>
<div>
<asp:FileUpload ID="pic_upload" runat="server" /><asp:Label ID="lbl_pic" runat="server" class="pic_text"></asp:Label></div>
<div class="pic_label">上传图片格式为.jpg, .gif, .bmp,.png,图片大小不得超过8M</div>
<div>
<asp:Button ID="btn_upload" runat="server" Text="上传" OnClick="btn_upload_Click" /></div>
</form>
</body>
</html>