Subversion Repositories DevTools

Rev

Rev 5506 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 7458
Line 1... Line 1...
1
<%If NOT objEH.Finally Then%>
1
<%If NOT objEH.Finally Then%>
2
<table width="100%"  border="0" cellspacing="3" cellpadding="0">
2
<table width="100%"  border="0" cellspacing="3" cellpadding="0">
3
   <tr>
3
   <tr>
4
     <td width="100%">
4
     <td width="100%">
5
	 <%objEH.DisplayMessage()%>
5
       <%objEH.DisplayMessage()%>
6
	 </td>
6
       </td>
7
   </tr>
7
   </tr>
8
</table>
8
</table>
9
<%End If%>
9
<%End If%>
10
10