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 173... Line 174...
173
			      </table>
174
			      </table>
174
			    </td>
175
			    </td>
175
			  </tr>
176
			  </tr>
176
			</table>
177
			</table>
177
		<!-- END DETAILS ------------------------------------------------------------->
178
		<!-- END DETAILS ------------------------------------------------------------->
178
		
-
 
179
		
-
 
180
		</td>
179
		</td>
181
  </tr>
180
  </tr>
182
  <tr>
-
 
183
    <td valign="bottom" background="images/bg_lght_gray.gif">
-
 
184
	<!-- FOOTER -->
-
 
185
	<!--#include file="_footer.asp"-->
-
 
186
	</td>
-
 
187
  </tr>
-
 
188
</table>
181
</table>
-
 
182
<!-- FOOTER -->
-
 
183
<!--#include file="_footer.asp"-->
189
</body>
184
</body>
190
</html>
185
</html>
191
<%
-
 
192
Call Destroy_All_Objects
-
 
193
%>
-
 
194
186