Subversion Repositories DevTools

Rev

Rev 7286 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7286 Rev 7287
Line 161... Line 161...
161
$(document).ready(function () {
161
$(document).ready(function () {
162
    //  Cancel button must close this iFrame using a function provided by the parent
162
    //  Cancel button must close this iFrame using a function provided by the parent
163
    $('#btn_cancel').on('click', function (e) {parent.closeIFrame()});
163
    $('#btn_cancel').on('click', function (e) {parent.closeIFrame()});
164
 
164
 
165
    // Kill the progress spinner
165
    // Kill the progress spinner
166
	$('#progressBar').hide();
166
	$('#ProgressBar').hide();
167
});
167
});
168
</script>
168
</script>
169
</head>
169
</head>
170
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
170
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
171
<!----------------------------------------------------->
171
<!----------------------------------------------------->
172
<!-- BODY ---->
172
<!-- BODY ---->
173
<div class="panel tight">
173
<div class="panel tight">
174
	<div id='progressBar' class='vixSpinner' ></div>
174
	<div id='ProgressBar' class='vixSpinner' ></div>
175
	<div class='controlPanel'>
175
	<div class='controlPanel'>
176
	<!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
176
	<!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
177
	<%Call Messenger ( sMessage , 1, "100%" )%>
177
	<%Call Messenger ( sMessage , 1, "100%" )%>
178
	<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
178
	<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
179
	</div>
179
	</div>