Download this file

preserve.html.svn-base    41 lines (38 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 preserve business process screen
  * 
  * Created by Sridhar Voorakkara (sridhar.voorakkara@intel.com)
  *
 */
 -->
 <img src='resources/images/preserve.png'>
<br>
Select Business Process : 
<select id='bpPreserve'><option value='bpSAP00001'>bpSAP00001</option></select>
<input type='button' value='Start' id='startPreserve'>
<br><br>
<div style="text-align:left;width:90%">Progress : </div>
<textarea rows="10" cols="120" id = 'txtProgress' style='font-family:courier new;'>
Starting preservation...
hdpinstaller............................100%
nodeinstaller...........................100%
Silverlight.............................100%
Preservation complete.
</textarea>