|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: |
<?xml version="1.0" encoding="UTF-8"?><!-- DWXMLSource="https://www.eway.com.au/gateway/xmltest/testpage.asp" -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="UTF-8"/>
<xsl:template match="ewayResponse"><style type="text/css">
<xsl:comment>
#ewayCCresults {
text-align: center;
}
</xsl:comment>
</style>
<form action="http://127.0.0.1:1533/import" method="post" id="ewayCCresults">
<input type="hidden" name="importmap" value="ewayCCresults">
<table width="898" border="0" align="center" cellpadding="0">
<tr>
<td width="224">Transaction Status:</td>
<td width="660">
<xsl:if test="ewayTrxnStatus='True'">
<label>
<input name="txtewayTrxnStatus" class="texboxresultspos" type="text" id="txtewayTrxnStatus" value="Approved" />
</label>
</xsl:if>
<xsl:if test="ewayTrxnStatus='False'">
<label>
<input name="txtewayTrxnStatus" type="text" class="texboxresultsneg" id="txtewayTrxnStatus" value="Declined" />
</label>
</xsl:if></td>
</tr>
<tr>
<td>Transaction Number:</td>
<td><input type="text" class="texboxresults" size="50" readonly="readonly" id="box"><xsl:attribute name="value"><xsl:value-of select="ewayTrxnNumber"/></xsl:attribute></input></td>
</tr>
<tr>
<td>Transaction Reference:</td>
<td><input type="text" class="texboxresults" size="50" readonly="readonly" id="box"><xsl:attribute name="value"><xsl:value-of select="ewayTrxnReference"/></xsl:attribute></input></td>
</tr>
<tr>
<td>Authorisation Code:</td>
<td><input type="text" class="texboxresults" size="50" readonly="readonly" id="box"><xsl:attribute name="value"><xsl:value-of select="ewayAuthCode"/></xsl:attribute></input></td>
</tr>
<tr>
<td>Money Paid (in cents):</td>
<td><input type="text" class="texboxresults" size="50" readonly="readonly" id="box"><xsl:attribute name="value"><xsl:value-of select="ewayReturnAmount"/></xsl:attribute></input></td>
</tr>
<tr>
<td>Transaction Error/Details:</td>
<td><input type="text" size="110" class="texboxresults" readonly="readonly" id="box"><xsl:attribute name="value"><xsl:value-of select="ewayTrxnError"/></xsl:attribute></input></td>
</tr>
<tr>
<td>Customer Invoice Reference:</td>
<td><input type="text" size="110" class="texboxresults" readonly="readonly" id="box"><xsl:attribute name="value"><xsl:value-of select="ewayTrxnOption1"/></xsl:attribute></input></td>
</tr>
</table>
<label>
<input type="submit" name="submit" id="submit" value="Submit to Collect" />
</label>
</form>
</xsl:template>
</xsl:stylesheet>
|
Advertisement
| Hall of Fame |