﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template name="ExceptionDetail">
        <xsl:param name="TemplatePathURL" select="'N/A'"></xsl:param>
        <div id="divExceptionContent">
            <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                    <td>
                        <div id="imgExceptionSummary" style="display: none;">
                            <img id="imgException" src="{$TemplatePathURL}Web/Images/Error.gif" />
                            <img id="imgExceptionSummary" src="{$TemplatePathURL}Web/Images/Error.gif" />
                        </div>
                    </td>
                    <td>
                        <div id="divExceptionSummary" class="labelError" style="display: inline;">
                        </div>
                    </td>
                </tr>
            </table>
        </div>
    </xsl:template>
</xsl:stylesheet>
