185 lines
7.3 KiB
Plaintext
185 lines
7.3 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BatchMsgTree.aspx.cs"
|
|
MasterPageFile="~/SuperMap_Client/MasterPage/v4_0/SizeBox.Master"
|
|
Inherits="SuperMap.RealEstate.ExchangeData.Modules.ControlVersion.BatchMsgTree" %>
|
|
|
|
|
|
<%@ 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 onTreeViewClick(evt) {
|
|
evt = evt || window.event;
|
|
var obj = (evt.target) ? evt.target : evt.srcElement;
|
|
if (obj.tagName == "INPUT" && obj.type == "checkbox") {
|
|
var node = document.getElementById(obj.id.replace("CheckBox", "Nodes"));
|
|
var nodes;
|
|
if (node) {
|
|
nodes = node.getElementsByTagName("INPUT");
|
|
for (var j = 0 ; j < nodes.length ; j++) {
|
|
if (nodes[j].type == "checkbox") {
|
|
nodes[j].checked = obj.checked;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style type="text/css">
|
|
.Body_SizeBox .Form_SideBar {
|
|
width: 50%;
|
|
}
|
|
</style>
|
|
|
|
<script src="/HighWay/Resources/v1_0/Style/JavaScript/HiiShe.Core.js"></script>
|
|
<script src="/HighWay/Resources/v1_0/Style/JavaScript/json_parse.js"></script>
|
|
<style type="text/css">
|
|
.showresult td {
|
|
height: 20px;
|
|
}
|
|
|
|
div.WorkFlowDialogMark {
|
|
display: none;
|
|
text-align: center;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 101;
|
|
background-color: #000;
|
|
filter: Alpha(Opacity=55);
|
|
opacity: 0.55;
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
|
|
div.WorkFlowDialogTable {
|
|
display: none;
|
|
text-align: center;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 102;
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
|
|
div.WorkFlowDialogCell {
|
|
vertical-align: middle;
|
|
display: table-cell;
|
|
}
|
|
|
|
div.WorkFlowDialogBox {
|
|
display: none;
|
|
/*top: 40%;*/
|
|
padding: 30px 20px 20px 20px;
|
|
/*background-color: #ededed;*/
|
|
background-color: #fff;
|
|
width: 450px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
position: relative;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
div.WorkFlowDialogBox > div {
|
|
left: 50%;
|
|
width: 400px;
|
|
margin-left: -150px;
|
|
position: relative;
|
|
text-align: left;
|
|
line-height: 30px;
|
|
}
|
|
|
|
div.WorkFlowDialogBox > div.ToolBar {
|
|
padding: 20px 0px 10px 0px;
|
|
text-align: right;
|
|
margin-left: -50px;
|
|
width: 200px;
|
|
}
|
|
</style>
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="B" runat="server">
|
|
<asp:Button ID="ButtonSave" runat="server" Text="选择>>" OnClick="ButtonSave_Click" />
|
|
<asp:Button ID="ButtonRemove" runat="server" Text="<<移除" OnClick="ButtonRemove_Click" />
|
|
</asp:Content>
|
|
<asp:Content ID="Content3" ContentPlaceHolderID="B_L" runat="server">
|
|
选择服务区门店
|
|
<asp:Button ID="Expand" Text="收起↑" runat="server" OnClick="Expand_Click" />
|
|
</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">
|
|
</asp:Content>
|
|
<asp:Content ID="Content8" ContentPlaceHolderID="S_T" runat="server">
|
|
</asp:Content>
|
|
<asp:Content ID="Content9" ContentPlaceHolderID="S" runat="server">
|
|
<asp:TreeView ID="TreeViewAutoType" runat="server" SkipLinkText="" CollapseImageToolTip=""
|
|
ExpandImageToolTip="" NodeIndent="10" ShowLines="True" ShowCheckBoxes="All" onclick="onTreeViewClick(event);"
|
|
OnTreeNodeCheckChanged="TreeViewAutoType_TreeNodeCheckChanged">
|
|
</asp:TreeView>
|
|
</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">
|
|
<asp:TreeView ID="MyTreeView" runat="server" SkipLinkText="" CollapseImageToolTip="" ExpandImageToolTip=""
|
|
NodeIndent="10" ShowLines="True" ShowCheckBoxes="All" onclick="onTreeViewClick(event);"
|
|
OnTreeNodeCheckChanged="TreeViewAutoType_TreeNodeCheckChanged">
|
|
</asp:TreeView>
|
|
</asp:Content>
|
|
<asp:Content ID="Content13" ContentPlaceHolderID="M_B" runat="server">
|
|
</asp:Content>
|
|
<asp:Content ID="Content14" ContentPlaceHolderID="F" runat="server">
|
|
<asp:Panel ID="WorkFlowDialogMark" runat="server" CssClass="WorkFlowDialogMark">
|
|
</asp:Panel>
|
|
<asp:Panel ID="WorkFlowDialogTable" runat="server" CssClass="WorkFlowDialogTable">
|
|
<div class="WorkFlowDialogCell">
|
|
<%--软件版本--%>
|
|
<asp:Panel ID="PanelPass" runat="server" CssClass="WorkFlowDialogBox">
|
|
<div style="padding-left: 5px;">
|
|
您确认要批量设置软件版本号?
|
|
</div>
|
|
<br />
|
|
<div>
|
|
<smwc:DropDownListEx ID="SOFTUPDATE_VERSION" runat="server" CaptionText="软件版本:" DisableSearch="true" />
|
|
</div>
|
|
<div class="ToolBar">
|
|
<asp:Button ID="ButtonOk" runat="server" Text="确认设置" CssClass="ButtonSearch"
|
|
ValidationGroup="PassProinst" OnClick="ButtonOk_Click" />
|
|
<asp:Button ID="ButtonCencel02" runat="server" CausesValidation="false" Text="取消"
|
|
OnClientClick="$('.WorkFlowDialogMark,.WorkFlowDialogTable,.WorkFlowDialogBox').css('display','none');return false;" />
|
|
</div>
|
|
<div>
|
|
「注:操作期间请不要关闭窗口,完成后自动关闭」
|
|
</div>
|
|
</asp:Panel>
|
|
</div>
|
|
</asp:Panel>
|
|
</asp:Content>
|
|
<asp:Content ID="Content15" ContentPlaceHolderID="F_L" runat="server">
|
|
<table style="width: 30%">
|
|
<tr>
|
|
<td>
|
|
<asp:TextBox ID="TextBoxSearch" runat="server" CssClass="TextBoxSearch" Width="100%"></asp:TextBox>
|
|
</td>
|
|
<td>
|
|
<asp:Button ID="ButtonSearch" runat="server" Text="查询" CssClass="ButtonSearch" OnClick="ButtonSearch_Click" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</asp:Content>
|
|
<asp:Content ID="Content16" ContentPlaceHolderID="F_R" runat="server">
|
|
<smwc:CallBackButton ID="ButtonPass" CssClass="ButtonDelete" CausesValidation="false" runat="server" Text="确定"
|
|
OnCallBackClick="ButtonPass_CallBackClick" />
|
|
<asp:Button ID="ButtonClose" runat="server" Text="关闭" CssClass="ButtonClose" OnClick="buttonClose_Click" />
|
|
</asp:Content>
|