Download this file
download.html.svn-base
40 lines (39 with data), 1.5 kB
<!--
/**
* Copyright (c) 2013/2014, Intel Performance Learning Solutions Ltd, Intel Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*
**/
/**
* Contains markup for download business process screen
*
* Created by Sridhar Voorakkara (sridhar.voorakkara@intel.com)
*
*/
-->
<label class="" >Search Repository by Business Process name or ID</label>
<input value="bpSAP00001">
<br><br>
Select Business Process :
<select id='bpPreserve'><option value='bpSAP00001'>bpSAP00001</option></select>
<input type='button' value='Start' id='startDownload'>
<br><br>
<div style="text-align:left;width:90%">Progress : </div>
<textarea rows="10" cols="120" id = 'txtProgress' style='font-family:courier new;'>
Starting download...
HDP Installer............................100%
Node installer...........................100%
Silverlight..............................100%
Download complete.
</textarea>