Subversion Repositories DevTools

Rev

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

Rev 5513 Rev 5958
Line 313... Line 313...
313
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>
313
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>
314
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>
314
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>
315
    <td bgcolor="#FFFFFF">&nbsp;</td>
315
    <td bgcolor="#FFFFFF">&nbsp;</td>
316
  </tr>
316
  </tr>
317
</table>
317
</table>
318
 
-
 
319
		
-
 
320
<!-- FOOTER ++++++++++++++++ -->
-
 
321
<!--#include file="_footer.asp"-->
-
 
322
<!-- +++++++++++++++++++++++ -->
-
 
323
</body>
-
 
324
</html>
-
 
325
<%
318
<%
326
'------------ RUN AFTER PAGE RENDER -----------
-
 
327
rsQry.Close()
319
rsQry.Close()
328
rsTemp.Close()
320
rsTemp.Close()
329
Set rsQry = nothing
321
Set rsQry = nothing
330
Set rsTemp = nothing
322
Set rsTemp = nothing
331
Set objPMod = Nothing
-
 
332
Set objCrumbs = Nothing
-
 
333
Set objTabControl = Nothing
-
 
334
'----------------------------------------------
-
 
335
%><!--#include file="common/globals_destructor.asp"-->
-
 
336
323
%>		
-
 
324
<!-- FOOTER ++++++++++++++++ -->
-
 
325
<!--#include file="_footer.asp"-->
-
 
326
<!-- +++++++++++++++++++++++ -->
-
 
327
</body>
-
 
328
</html>
-
 
329
 
-
 
330