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 18... Line 18...
18
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/qstr.asp"-->
19
<!--#include file="common/common_subs.asp"-->
19
<!--#include file="common/common_subs.asp"-->
20
<%
20
<%
21
' Make sure rtag_id is always present
21
' Make sure rtag_id is always present
22
If Request("pv_id") = "" AND Request("rtag_id") = "" Then
22
If Request("pv_id") = "" AND Request("rtag_id") = "" Then
-
 
23
   Call Destroy_All_Objects
23
   Response.Redirect("index.asp")
24
   Response.Redirect("index.asp")
24
End If
25
End If
25
 
26
 
26
objPMod.PersistInQryString ( aPersistList(enumPAR_ADD_TYPE) )
27
objPMod.PersistInQryString ( aPersistList(enumPAR_ADD_TYPE) )
27
%>
28
%>
Line 176... Line 177...
176
            </tr>
177
            </tr>
177
         </table>
178
         </table>
178
         <!-------------------------------------------------->
179
         <!-------------------------------------------------->
179
      </td>
180
      </td>
180
   </tr>
181
   </tr>
181
   <tr>
-
 
182
      <td valign="bottom" background="images/bg_lght_gray.gif">
-
 
183
         <!-- FOOTER -->
-
 
184
         <!--#include file="_footer.asp"-->
-
 
185
      </td>
-
 
186
   </tr>
-
 
187
</table>
182
</table>
-
 
183
<!-- FOOTER -->
-
 
184
<!--#include file="_footer.asp"-->
188
</body>
185
</body>
189
</html>
186
</html>
190
<%
-
 
191
Call Destroy_All_Objects
-
 
192
%>
-