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 1245... Line 1245...
1245
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
1245
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
1246
	<td valign="bottom" background="images/bg_lite_blue.gif" align="center"><img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30"></td>
1246
	<td valign="bottom" background="images/bg_lite_blue.gif" align="center"><img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30"></td>
1247
  </tr>
1247
  </tr>
1248
</table>
1248
</table>
1249
</form>
1249
</form>
1250
<!-- FOOTER -->
-
 
1251
<!--#include file="_footer.asp"-->
-
 
1252
<%
1250
<%
1253
	If email Then
1251
	If email Then
1254
	
1252
	
1255
		Dim myMail, LocalPath
1253
		Dim myMail, LocalPath
1256
		Set myMail=Server.CreateObject("Persits.MailSender")
1254
		Set myMail=Server.CreateObject("Persits.MailSender")
Line 1267... Line 1265...
1267
		
1265
		
1268
		set myMail=nothing
1266
		set myMail=nothing
1269
		
1267
		
1270
	End If
1268
	End If
1271
%>
1269
%>
-
 
1270
<!-- FOOTER -->
-
 
1271
<!--#include file="_footer.asp"-->
1272
</body>
1272
</body>
1273
</html>
1273
</html>
1274
<%
-
 
1275
Call Destroy_All_Objects
-
 
1276
%>
-
 
1277
<!--#include file="common/globals_destructor.asp"-->
-
 
1278
1274