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 19... Line 19...
19
<!--#include file="common/common_subs.asp"-->
19
<!--#include file="common/common_subs.asp"-->
20
<!--#include file="_tabs.asp"-->
20
<!--#include file="_tabs.asp"-->
21
<%
21
<%
22
' Make sure rtag_id is always present
22
' Make sure rtag_id is always present
23
If Request("pv_id") = "" Then
23
If Request("pv_id") = "" Then
-
 
24
    Call Destroy_All_Objects
24
	Response.Redirect("index.asp")
25
	Response.Redirect("index.asp")
25
End If
26
End If
26
%>
27
%>
27
<%
28
<%
28
'------------ ACCESS CONTROL ------------------
29
'------------ ACCESS CONTROL ------------------
Line 198... Line 199...
198
			  </tr>
199
			  </tr>
199
			</table>
200
			</table>
200
			
201
			
201
	</td>
202
	</td>
202
  </tr>
203
  </tr>
203
  <tr>
-
 
204
    <td valign="bottom" background="images/bg_lght_gray.gif">
-
 
205
	<!-- FOOTER -->
-
 
206
	<!--#include file="_footer.asp"-->
-
 
207
	</td>
-
 
208
  </tr>
-
 
209
</table>
204
</table>
-
 
205
<!-- FOOTER -->
-
 
206
<!--#include file="_footer.asp"-->
210
</body>
207
</body>
211
</html>
208
</html>
212
<%
-
 
213
Call Destroy_All_Objects
-
 
214
%>
-
 
215
209