Subversion Repositories DevTools

Rev

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

Rev 5513 Rev 5958
Line 1235... Line 1235...
1235
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
1235
    <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
1236
	<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>
1236
	<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>
1237
  </tr>
1237
  </tr>
1238
</table>
1238
</table>
1239
</form>
1239
</form>
1240
<!-- FOOTER -->
-
 
1241
<!--#include file="_footer.asp"-->
-
 
1242
<%
1240
<%
1243
	If email Then
1241
	If email Then
1244
	
1242
	
1245
		Dim myMail, LocalPath
1243
		Dim myMail, LocalPath
1246
		Set myMail=Server.CreateObject("Persits.MailSender")
1244
		Set myMail=Server.CreateObject("Persits.MailSender")
Line 1257... Line 1255...
1257
		
1255
		
1258
		set myMail=nothing
1256
		set myMail=nothing
1259
		
1257
		
1260
	End If
1258
	End If
1261
%>
1259
%>
-
 
1260
<!-- FOOTER -->
-
 
1261
<!--#include file="_footer.asp"-->
1262
</body>
1262
</body>
1263
</html>
1263
</html>
1264
<%
-
 
1265
Call Destroy_All_Objects
-
 
1266
%>
-
 
1267
<!--#include file="common/globals_destructor.asp"-->
-
 
1268
1264