Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 18... Line 18...
18
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/qstr.asp"-->
19
<!--#include file="common/common_subs.asp"-->
19
<!--#include file="common/common_subs.asp"-->
20
<%
20
<%
21
' Make sure rtag_id is always present
21
' Make sure rtag_id is always present
22
If Request("rtag_id") = "" Then
22
If Request("rtag_id") = "" Then
-
 
23
    Call Destroy_All_Objects
23
	Response.Redirect("index.asp")
24
	Response.Redirect("index.asp")
24
End If
25
End If
25
%>
26
%>
26
<%
27
<%
27
'------------ ACCESS CONTROL ------------------
28
'------------ ACCESS CONTROL ------------------
Line 67... Line 68...
67
    <td align="center" valign="top" background="images/bg_lght_gray.gif">
68
    <td align="center" valign="top" background="images/bg_lght_gray.gif">
68
	<!-- MIDDLE -->
69
	<!-- MIDDLE -->
69
	<!--#include file="_form_remove_pkgs_page.asp"-->
70
	<!--#include file="_form_remove_pkgs_page.asp"-->
70
	</td>
71
	</td>
71
  </tr>
72
  </tr>
72
  <tr>
-
 
73
    <td valign="bottom" background="images/bg_lght_gray.gif">
-
 
74
	<!-- FOOTER -->
-
 
75
	<!--#include file="_footer.asp"-->
-
 
76
	</td>
-
 
77
  </tr>
-
 
78
</table>
73
</table>
-
 
74
<!-- FOOTER -->
-
 
75
<!--#include file="_footer.asp"-->
79
</body>
76
</body>
80
</html>
77
</html>
81
<%
-
 
82
Call Destroy_All_Objects
-
 
83
%>
-