Subversion Repositories DevTools

Rev

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

Rev 5590 Rev 5957
Line 20... Line 20...
20
<!--#include file="common/common_dbedit.asp"-->
20
<!--#include file="common/common_dbedit.asp"-->
21
 
21
 
22
<%
22
<%
23
' Make sure rtag_id is always present
23
' Make sure rtag_id is always present
24
If Request("rtag_id") = "" Then
24
If Request("rtag_id") = "" Then
-
 
25
    Call Destroy_All_Objects
25
	Response.Redirect("index.asp")
26
	Response.Redirect("index.asp")
26
End If
27
End If
27
%>
28
%>
28
<%
29
<%
29
' Set rfile parameter. This is a return page after Login
30
' Set rfile parameter. This is a return page after Login
Line 71... Line 72...
71
    <td align="center" valign="top" background="images/bg_lght_gray.gif">
72
    <td align="center" valign="top" background="images/bg_lght_gray.gif">
72
	<!-- MIDDLE -->
73
	<!-- MIDDLE -->
73
	<!--#include file="_form_new_version_page.asp"-->
74
	<!--#include file="_form_new_version_page.asp"-->
74
	</td>
75
	</td>
75
  </tr>
76
  </tr>
76
  <tr>
-
 
77
    <td valign="bottom" background="images/bg_lght_gray.gif">
-
 
78
	<!-- FOOTER -->
-
 
79
	<!--#include file="_footer.asp"-->
-
 
80
	</td>
-
 
81
  </tr>
-
 
82
</table>
77
</table>
-
 
78
<!-- FOOTER -->
-
 
79
<!--#include file="_footer.asp"-->
83
</body>
80
</body>
84
</html>
81
</html>
85
<%
-
 
86
Call Destroy_All_Objects
-
 
87
%>
-