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

239 lines
14 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.

<%@ Page Language="C#" MasterPageFile="~/SuperMap_Client/MasterPage/v4_0/SizeBox.Master"
AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="SuperMap.RealEstate.WebResources.Default"
Trace="false" %>
<%@ Register Assembly="RealEstate.Web" Namespace="SuperMap.RealEstate.Web.UI.WebControls"
TagPrefix="smwc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HTMLHead" runat="server">
<script type="text/javascript">
function validaaaaa()
{
alert(this.value);
return true;
}
function validbbbbb(element)
{
alert(element.value + "_validbbbbb");
return true;
}
</script>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="B" runat="server">
页头栏【中间区域】
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="B_L" runat="server">
页头栏【左侧区域】
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="B_R" runat="server">
页头栏【右侧区域】
</asp:Content>
<asp:Content ID="Content5" ContentPlaceHolderID="T" runat="server">
工具栏【中间区域】
</asp:Content>
<asp:Content ID="Content6" ContentPlaceHolderID="T_L" runat="server">
工具栏【左侧区域】
</asp:Content>
<asp:Content ID="Content7" ContentPlaceHolderID="T_R" runat="server">
工具栏【右侧区域】
<smwc:layoutbutton id="LayoutButton3" runat="server" text="排序">
<ul style="min-width:200px" class="ListItem Col1">
<li>
<asp:RadioButtonList ID="RadioButtonList2" runat="server" Width="100%" RepeatLayout="UnorderedList">
<asp:ListItem Value="PayBill_BankName">支付银行</asp:ListItem>
<asp:ListItem Value="PayBill_BankConnect">银行网点</asp:ListItem>
<asp:ListItem Value="PayBill_BankStaff">银行职员</asp:ListItem>
<asp:ListItem Value="PaymentBill_ID">应支付内码</asp:ListItem>
<asp:ListItem Value="PaymentInfo_ID">支付信息内码</asp:ListItem>
<asp:ListItem Value="ProjectCompact_ID">项目合同内码</asp:ListItem>
<asp:ListItem Value="PaymentBill_Number">应支付编号</asp:ListItem>
<asp:ListItem Value="PaymentBill_Type">应支付类型</asp:ListItem>
</asp:RadioButtonList>
</li>
<li>
<asp:DropDownList ID="DropDownList2" runat="server" Width="100%">
<asp:ListItem Value="asc">顺序[A→Z]</asp:ListItem>
<asp:ListItem Value="desc">逆序[Z→A]</asp:ListItem>
</asp:DropDownList>
</li>
</ul>
</smwc:layoutbutton>
<asp:TextBox ID="TextBox_Search" CssClass="TextBoxSearch" runat="server"></asp:TextBox>
<asp:Button ID="ButtonSearch" runat="server" Text="搜索" />
<smwc:layoutbutton id="LayoutButton1" runat="server" text="搜索条件">
<ul>
<li>
<asp:CheckBox ID="CheckBox_Search_PayBill_BankName" runat="server" Checked="true"
Text="搜索“支付银行”" />
</li>
<li>
<asp:CheckBox ID="CheckBox_Search_PayBill_BankConnect" runat="server" Checked="true"
Text="搜索“银行网点”" />
</li>
<li>
<asp:CheckBox ID="CheckBox_Search_PayBill_BankStaff" runat="server" Checked="true"
Text="搜索“银行职员”" />
</li>
<li>
<asp:CheckBox ID="CheckBox_Search_PayBill_Money" runat="server" Checked="true" Text="搜索“支付金额”" />
</li>
<li>
<asp:CheckBox ID="CheckBox_Search_PayBill_Date" runat="server" Checked="true" Text="搜索“支付时间”" />
</li>
<li>
<smwc:layoutbutton id="LayoutButton2" runat="server" text="排序">
<ul style="min-width:200px" class="ListItem Col1">
<li>
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Width="100%" RepeatLayout="UnorderedList">
<asp:ListItem Value="PayBill_BankName">支付银行</asp:ListItem>
<asp:ListItem Value="PayBill_BankConnect">银行网点</asp:ListItem>
<asp:ListItem Value="PayBill_BankStaff">银行职员</asp:ListItem>
<asp:ListItem Value="PaymentBill_ID">应支付内码</asp:ListItem>
<asp:ListItem Value="PaymentInfo_ID">支付信息内码</asp:ListItem>
<asp:ListItem Value="ProjectCompact_ID">项目合同内码</asp:ListItem>
<asp:ListItem Value="PaymentBill_Number">应支付编号</asp:ListItem>
<asp:ListItem Value="PaymentBill_Type">应支付类型</asp:ListItem>
</asp:RadioButtonList>
</li>
<li>
<asp:DropDownList ID="DropDownList1" runat="server" Width="100%">
<asp:ListItem Value="asc">顺序[A→Z]</asp:ListItem>
<asp:ListItem Value="desc">逆序[Z→A]</asp:ListItem>
</asp:DropDownList>
</li>
</ul>
</smwc:layoutbutton>
</li>
</ul>
</smwc:layoutbutton>
</asp:Content>
<asp:Content ID="Content8" ContentPlaceHolderID="S_T" runat="server">
侧栏【页头区域】
</asp:Content>
<asp:Content ID="Content9" ContentPlaceHolderID="S" runat="server">
<div>
<fieldset class="cssGroupBox">
<legend>侧栏【中间区域】</legend>
<div>
组容器使用风格
</div>
<fieldset class="cssGroupBar">
<legend>组容器1.1</legend>此区域用于放置主体内容2
</fieldset>
<fieldset class="cssGroupBar">
<legend>组容器1.1</legend>此区域用于放置主体内容2
</fieldset>
</fieldset>
</div>
<div>
<fieldset class="cssGroupBar">
<legend>组容器1.1</legend>此区域用于放置主体内容2
</fieldset>
</div>
</asp:Content>
<asp:Content ID="Content10" ContentPlaceHolderID="S_B" runat="server">
侧栏【页脚区域】
</asp:Content>
<asp:Content ID="Content11" ContentPlaceHolderID="M_T" runat="server">
主工作区域【头部】
</asp:Content>
<asp:Content ID="Content12" ContentPlaceHolderID="M" runat="server">
<div class="tipBar">
一般信息各个区域级别容器不要设置width100%,可padding,margin,否则会撑出
</div>
<div class="tipBarAlert">
重要信息各个区域级别容器不要设置width100%,可padding,margin,否则会撑出
</div>
<div class="tipBarOk">
成功信息各个区域级别容器不要设置width100%,可padding,margin,否则会撑出
</div>
<div class="tipBarError">
失败信息各个区域级别容器不要设置width100%,可padding,margin,否则会撑出
</div>
<input type="button" value="AjaxSearchBox 范例" onclick="window.location.href = 'AjaxSearchBox.aspx';" />
<smwc:textboxex id="TextBoxEx7" runat="server" allowempty="false" validtype="JavaScriptFunction" javascriptfunction="return validbbbbb(this);" captiontext="正则验证:"></smwc:textboxex>
<asp:Button ID="Button1" runat="server" Text="Button" />
<smwc:textboxex id="TextBoxEx111" runat="server" captiontext="asdfas"></smwc:textboxex>
<smwc:textboxex id="TextBoxEx1" runat="server" captiontext="asdfas" enabled="false"></smwc:textboxex>
<smwc:textboxex id="TextBoxEx2" runat="server" captiontext="asdfas"></smwc:textboxex>
<smwc:dropdownlistex id="DropDownListEx111" captiontext="只有赋值模式" disablesearch="true" showmask="false" width="300px" runat="server">
<Groups>
<smwc:ListGroupEx>1</smwc:ListGroupEx>
<smwc:ListGroupEx>2</smwc:ListGroupEx>
<smwc:ListGroupEx>2</smwc:ListGroupEx>
<smwc:ListGroupEx>3</smwc:ListGroupEx>
<smwc:ListGroupEx>4</smwc:ListGroupEx>
<smwc:ListGroupEx>5</smwc:ListGroupEx>
</Groups>
<Items>
<smwc:ListItemEx Selected="True"></smwc:ListItemEx>
<smwc:ListItemEx GroupIndex="0"></smwc:ListItemEx>
<smwc:ListItemEx Value="1" GroupIndex="0">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="2" GroupIndex="0" Level="1">标签标签标签标签标签标签标签标签标签标签标签标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="3" GroupIndex="0" Level="2">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="4" Selected="true" GroupIndex="0" Level="3">标签标签标签标签true</smwc:ListItemEx>
<smwc:ListItemEx Value="5" GroupIndex="0" Level="4">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="6">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="7" Level="1">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="8" Level="2">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="9" Level="3">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="10" GroupIndex="1">11</smwc:ListItemEx>
<smwc:ListItemEx Value="11" GroupIndex="1">12</smwc:ListItemEx>
<smwc:ListItemEx Value="12" GroupIndex="1">13</smwc:ListItemEx>
<smwc:ListItemEx Value="13" GroupIndex="1">14</smwc:ListItemEx>
</Items>
</smwc:dropdownlistex>
<smwc:textboxex id="TextBoxEx8" runat="server" captiontext="asdfas"></smwc:textboxex>
<smwc:dropdownlistex id="DropDownListEx2" captiontext="只有赋值模式" showmask="false" width="300px" allowempty="false" runat="server">
<Groups>
<smwc:ListGroupEx>1</smwc:ListGroupEx>
<smwc:ListGroupEx>2</smwc:ListGroupEx>
<smwc:ListGroupEx>2</smwc:ListGroupEx>
<smwc:ListGroupEx>3</smwc:ListGroupEx>
<smwc:ListGroupEx>4</smwc:ListGroupEx>
<smwc:ListGroupEx>5</smwc:ListGroupEx>
</Groups>
<Items>
<smwc:ListItemEx Selected="True"></smwc:ListItemEx>
<smwc:ListItemEx GroupIndex="0"></smwc:ListItemEx>
<smwc:ListItemEx Value="1" GroupIndex="0">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="2" GroupIndex="0" Level="1">标签标签标签标签标签标签标签标签标签标签标签标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="3" GroupIndex="0" Level="2">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="4" Selected="true" GroupIndex="0" Level="3">标签标签标签标签true</smwc:ListItemEx>
<smwc:ListItemEx Value="5" GroupIndex="0" Level="4">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="6">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="7" Level="1">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="8" Level="2">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="9" Level="3">标签标签标签标签</smwc:ListItemEx>
<smwc:ListItemEx Value="10" GroupIndex="1">11</smwc:ListItemEx>
<smwc:ListItemEx Value="11" GroupIndex="1">12</smwc:ListItemEx>
<smwc:ListItemEx Value="12" GroupIndex="1">13</smwc:ListItemEx>
<smwc:ListItemEx Value="13" GroupIndex="1">14</smwc:ListItemEx>
</Items>
</smwc:dropdownlistex>
<smwc:textboxex id="TextBoxEx3" runat="server" captiontext="asdfas"></smwc:textboxex>
<smwc:textboxex id="TextBoxEx4" runat="server" captiontext="asdfas"></smwc:textboxex>
<smwc:callbackbutton id="ButtonSave" runat="server" text="选择合同" cssclass="ButtonSave" causesvalidation="false" oncallbackclick="ButtonSave_CallBackClick" />
<smwc:callbackbutton id="ButtonDelete" runat="server" text="删除合同" cssclass="ButtonDelete" causesvalidation="false" oncallbackclick="ButtonDelete_CallBackClick" />
<smwc:callbackbutton id="CallBackButton1" runat="server" text="检查状态" cssclass="ButtonDelete" causesvalidation="false" oncallbackclick="CallBackButton1_CallBackClick" />
<asp:Button ID="button11" runat="server" text="检查状态" />
</asp:Content>
<asp:Content ID="Content13" ContentPlaceHolderID="M_B" runat="server">
主工作区域【底部】
</asp:Content>
<asp:Content ID="Content14" ContentPlaceHolderID="F" runat="server">
中下
</asp:Content>
<asp:Content ID="Content15" ContentPlaceHolderID="F_L" runat="server">
左下
</asp:Content>
<asp:Content ID="Content16" ContentPlaceHolderID="F_R" runat="server">
右下
</asp:Content>