Subversion Repositories DevTools

Rev

Rev 5514 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5514 Rev 5962
Line 856... Line 856...
856
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
856
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
857
	<td valign="bottom" background="images/bg_lightgreen.gif" align="center"><img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30"></td>
857
	<td valign="bottom" background="images/bg_lightgreen.gif" align="center"><img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30"></td>
858
  </tr>
858
  </tr>
859
</table>
859
</table>
860
</form>
860
</form>
861
<!-- FOOTER -->
-
 
862
<!--#include file="_footer.asp"-->
-
 
863
<%
861
<%
864
	'If email Then
862
	'If email Then
865
	
863
	
866
		'Dim myMail, LocalPath
864
		'Dim myMail, LocalPath
867
		'Set myMail=Server.CreateObject("Persits.MailSender")
865
		'Set myMail=Server.CreateObject("Persits.MailSender")
Line 878... Line 876...
878
		
876
		
879
	'	set myMail=nothing
877
	'	set myMail=nothing
880
		
878
		
881
	'End If
879
	'End If
882
%>
880
%>
-
 
881
<!-- FOOTER -->
-
 
882
<!--#include file="_footer.asp"-->
883
</body>
883
</body>
884
</html>
884
</html>
885
<%
-
 
886
Call Destroy_All_Objects
-
 
887
%>
-
 
888
<!--#include file="common/globals_destructor.asp"-->
-
 
889
885