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 192... Line 193...
192
			  </tr>
193
			  </tr>
193
			</table>
194
			</table>
194
 
195
 
195
		</td>
196
		</td>
196
  </tr>
197
  </tr>
197
  <tr>
-
 
198
    <td valign="bottom" background="images/bg_lght_gray.gif">
-
 
199
	<!-- FOOTER -->
-
 
200
	<!--#include file="_footer.asp"-->
-
 
201
	</td>
-
 
202
  </tr>
-
 
203
</table>
198
</table>
-
 
199
<!-- FOOTER -->
-
 
200
<!--#include file="_footer.asp"-->
204
</body>
201
</body>
205
</html>
202
</html>
206
<%
-
 
207
Call Destroy_All_Objects
-
 
208
%>
-
 
209
203