Subversion Repositories DevTools

Rev

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

Rev 5893 Rev 5957
Line 19... Line 19...
19
<!--#include file="common/common_subs.asp"-->
19
<!--#include file="common/common_subs.asp"-->
20
 
20
 
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 72... Line 73...
72
    <td align="center" valign="top" background="images/bg_lght_gray.gif">
73
    <td align="center" valign="top" background="images/bg_lght_gray.gif">
73
    <!-- MIDDLE -->
74
    <!-- MIDDLE -->
74
    <!--#include file="_form_update_jats_dependencies_page.asp"-->
75
    <!--#include file="_form_update_jats_dependencies_page.asp"-->
75
    </td>
76
    </td>
76
  </tr>
77
  </tr>
77
  <tr>
-
 
78
    <td valign="bottom" background="images/bg_lght_gray.gif">
-
 
79
    <!-- FOOTER -->
-
 
80
    <!--#include file="_footer.asp"-->
-
 
81
    </td>
-
 
82
  </tr>
-
 
83
</table>
78
</table>
-
 
79
<!-- FOOTER -->
-
 
80
<!--#include file="_footer.asp"-->
84
</body>
81
</body>
85
</html>
82
</html>
86
<%
-
 
87
Call Destroy_All_Objects
-
 
88
%>
-