<?xml version="1.0" ?> 
<!-- <!DOCTYPE jump-container SYSTEM "Dialog.dtd"> -->
<jump-container type="dialog">

<Composite name="OSCredentials" title="Provide OS Credentials" description="Provide necessary credentials to control the SAP system">

<SingleTextInput name="UserName" expert="false">
  <HEADING>Provide credentials for OS user with permissions to start/stop $(SYSTEM_NAME) system.</HEADING>
  <LABEL>User Name</LABEL>
  <VARIABLE>USER</VARIABLE>
</SingleTextInput>

<PasswordInput name="PasswordInput" retype="false">
  <LABEL>Password</LABEL>
  <VARIABLE>PASS</VARIABLE>
</PasswordInput> 

<InfoText name="ExtraInfo">
<![CDATA[<html>
This user should have permissions to start/stop any instance in the cluster.
Usually you have to enter here the credentials for <i>sid</i>adm user. On Windows you may need to specify the domain as <i>domain</i>\<i>user</i>.
Check <a href="http://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=DISPL_TXT&_NNUM=927637">SAP Note 927637</a> for details.
</html>]]>
</InfoText>

<InfoText name="ErrorInfo">
<![CDATA[<html><em>$(ERROR_MESSAGE)</em></html>]]>
</InfoText>

<NavigationButtonGroup name="NavigationButtonGroup" default="Next"> 
	<BUTTON name="Back" enabled="$(BACK_ENABLED)">#Back</BUTTON>
	<BUTTON name="Next" enabled="true">#Proceed</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Cancel</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>
