Subversion Repositories DevTools

Rev

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

Rev 5860 Rev 5957
Line 16... Line 16...
16
<!--#include file="common/qstr.asp"-->
16
<!--#include file="common/qstr.asp"-->
17
<!--#include file="common/common_subs.asp"-->
17
<!--#include file="common/common_subs.asp"-->
18
<%
18
<%
19
'' Make sure rtag_id is always present
19
'' Make sure rtag_id is always present
20
'If Request("proj_id") = "" Then
20
'If Request("proj_id") = "" Then
-
 
21
'   Call Destroy_All_Objects
21
'   Response.Redirect("index.asp")
22
'   Response.Redirect("index.asp")
22
'End If
23
'End If
23
'------------ ACCESS CONTROL ------------------
24
'------------ ACCESS CONTROL ------------------
24
%>
25
%>
25
<!--#include file="_access_control_general.asp"-->
26
<!--#include file="_access_control_general.asp"-->
Line 124... Line 125...
124
</table>
125
</table>
125
<!-- FOOTER -->
126
<!-- FOOTER -->
126
<!--#include file="_footer.asp"-->
127
<!--#include file="_footer.asp"-->
127
</body>
128
</body>
128
</html>
129
</html>
129
<%Call Destroy_All_Objects%>
-