2025-03-27 15:05:14 +08:00

80 lines
4.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Edit.ascx.cs"
Inherits="SuperMap.RealEstate.HighWay.Compents.OnlineEdit.Edit" %>
<%@ Register Assembly="RealEstate.Web" Namespace="SuperMap.RealEstate.Web.UI.WebControls" TagPrefix="smwc" %>
<html>
<head>
<title></title>
<script type="text/javascript" src="/HighWay/Resources/v1_0/uploadify/jquery.uploadify.min.js"></script>
<script type="text/javascript" src="/HighWay/Resources/v1_0/uploadify/upload.js"></script>
</head>
<body>
<table style="width: 100%;">
<tr>
<td>
<smwc:CallBackButton ID="Btn_Edit" runat="server" CssClass="ButtonSave" CausesValidation="false"
Text="选择模板" OnCallBackClick="Btn_Edit_CallBackClick" />
<smwc:CallBackButton ID="Btn_OnlineEdit" runat="server" CssClass="ButtonSave" CausesValidation="false"
Text="编辑合同" OnCallBackClick="Btn_OnlineEdit_CallBackClick" />
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" Text="合同列表" Font-Size="Larger" Font-Bold="true"></asp:Label>
<input type="hidden" value="<%=this.PROINST_ID.Text %>" id="hidden_proinst_id_reg" />
<input type="hidden" value="<%=this.CallBackButton1.ClientID %>" id="hidden_proinst_id_button" />
<div style="display: none;">
<asp:Button ID="CallBackButton1" runat="server" CausesValidation="false" Text="保存"
CssClass="ButtonNew" OnClick="CallBackButton1_Click" />
</div>
<div>
<ul class="ListItem" style="margin-top: 20px;" id="filecollection_Content">
<asp:Repeater ID="Repeater1" runat="server" OnItemDataBound="Repeater1_ItemDataBound">
<ItemTemplate>
<li style="width: 100%;">
<asp:LinkButton ID="DelButton" runat="server" OnClick="DelButton_Click"></asp:LinkButton>
<asp:LinkButton ID="LinkButton" runat="server" OnClick="LinkButton_Click"
CssClass="ButtonNew margin100"><span>测试文本</span></asp:LinkButton>
</li>
</ItemTemplate>
</asp:Repeater>
</ul>
</div>
</td>
</tr>
<tr>
<td id="td_upload" runat="server">
<div id="queue">
<asp:Label ID="Label2" runat="server" Text="合同附件" Font-Size="Larger" Font-Bold="true"></asp:Label><br />
<input id="file_upload" name="file_upload" type="file" multiple="multiple" />
<asp:Label ID="Label1" runat="server" ForeColor="Red" Text="注上传的每个文件大小小于4M。" Font-Size="Larger"></asp:Label>
</div>
</td>
</tr>
</table>
</body>
</html>
<ul style="display: none;">
<li>
<smwc:TextBoxEx ID="ATTACHMENT_ID" Width="100%" runat="server" CaptionText="内码:" ValidType="Integer" ReadOnly="True"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="ATTACHMENT_CONTENT" Width="100%" runat="server" CaptionText="附件内容:"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="ATTACHMENT_NAME" Width="100%" runat="server" CaptionText="附件名称:"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="ATTACHMENT_DESC" Width="100%" runat="server" CaptionText="附件说明:" TextMode="MultiLine" Rows="4"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="CREATEDATE" Width="100%" runat="server" CaptionText="上传日期:" ValidType="DateTime"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="PROINST_ID" Width="100%" runat="server" CaptionText="流程内码:" ValidType="Integer"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="PRESONNAME" Width="100%" runat="server" CaptionText="上传人:"></smwc:TextBoxEx>
</li>
</ul>