<?xml version="1.0" ?> 

<jump-container type="dialog">

<Composite name="PhaseErrorMessage" title="Phase Error Report" description="Review the error report information and troubleshoot the problem">

<InfoText name="Info"><![CDATA[<html>
An error has occurred during the execution of the <i>$(ACTION)</i> phase.<br> 

<div style="background-color: #dde8ef"><font face="Helvetica, Arial">
$(ERROR_TEXT)<br>
</font></div>
]]>
 <if test="'$(HAS_HINT)' == 'true'">
   <![CDATA[
   <div>
    <font face="Helvetica, Arial"><br>Possible reason: <br>
      $(HINT_TEXT)
    </font>
   </div>
   ]]>
 </if>
 <![CDATA[
<p>You can find more information in the log file <b>$(LOG_FILE)</b>.

<p>Use the information provided to troubleshoot the problem. An SAP Note may provide a solution to this problem. Search for <b><a href="http://service.sap.com/notes">SAP Notes</a></b> with the following key words:
<font face="Helvetica, Arial">
$(SEARCH_TERMS)
</font>

<p>When reporting problems to SAP Support, attach the trouble ticket file <b>$(TROUBLE_TICKET)</b> to your message.<br> 
</html>]]></InfoText>

<NavigationButtonGroup name="Buttons" default="Continue"> 
  <BUTTON name="Continue" enabled="true">#Continue</BUTTON>
  <VARIABLE>BUTTON</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>
