Subversion Repositories DevTools

Rev

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

Rev 5924 Rev 5958
Line 1121... Line 1121...
1121
                <img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30">
1121
                <img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30">
1122
            </td>
1122
            </td>
1123
        </tr>
1123
        </tr>
1124
    </table>
1124
    </table>
1125
</form>
1125
</form>
1126
<!-- FOOTER -->
-
 
1127
<!--#include file="_footer.asp"-->
-
 
1128
<%
1126
<%
1129
If email Then
1127
If email Then
1130
 
1128
 
1131
    Dim myMail, LocalPath
1129
    Dim myMail, LocalPath
1132
    Set myMail=Server.CreateObject("Persits.MailSender")
1130
    Set myMail=Server.CreateObject("Persits.MailSender")
Line 1143... Line 1141...
1143
 
1141
 
1144
    set myMail=nothing
1142
    set myMail=nothing
1145
 
1143
 
1146
End If
1144
End If
1147
%>
1145
%>
-
 
1146
<!-- FOOTER -->
-
 
1147
<!--#include file="_footer.asp"-->
1148
</body>
1148
</body>
1149
</html>
1149
</html>
1150
<%
-
 
1151
Call Destroy_All_Objects
-
 
1152
%>
-
 
1153
<!--#include file="common/globals_destructor.asp"-->
-
 
1154
1150