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 76... Line 76...
76
'------------ Variable Init -------------------
76
'------------ Variable Init -------------------
77
'   Need either proj_id or rtag_id, for which we will calculate a project id
77
'   Need either proj_id or rtag_id, for which we will calculate a project id
78
parProjId = Request("proj_id")
78
parProjId = Request("proj_id")
79
If parProjId = "" Then parProjId = DB_PROJ_ID
79
If parProjId = "" Then parProjId = DB_PROJ_ID
80
If parProjId = ""  OR parProjId < 0 Then
80
If parProjId = ""  OR parProjId < 0 Then
-
 
81
   Call Destroy_All_Objects
81
   Response.Redirect("index.asp")
82
   Response.Redirect("index.asp")
82
End If
83
End If
83
Call objPMod.StoreParameter("proj_id", parProjId)
84
Call objPMod.StoreParameter("proj_id", parProjId)
84
 
85
 
85
 
86
 
Line 942... Line 943...
942
    <li id="select-menu-destroy" data-opr="delete", title="Delete the selected Release">Destroy Release</li>
943
    <li id="select-menu-destroy" data-opr="delete", title="Delete the selected Release">Destroy Release</li>
943
    <li>-</li>
944
    <li>-</li>
944
    <li>Close Menu</li>
945
    <li>Close Menu</li>
945
  </ul>
946
  </ul>
946
</div>
947
</div>
947
<!-- FOOTER -->
-
 
948
<!--#include file="_footer.asp"-->
-
 
949
<map name="mapviewtype">
948
<map name="mapviewtype">
950
  <area shape="rect" coords="2,2,69,23" href="<%=ScriptName%>?viewtype=1&<%=objPMod.ComposeURL()%>" title="Switch to List View">
949
  <area shape="rect" coords="2,2,69,23" href="<%=ScriptName%>?viewtype=1&<%=objPMod.ComposeURL()%>" title="Switch to List View">
951
  <area shape="rect" coords="73,2,143,23" href="<%=ScriptName%>?viewtype=2&<%=objPMod.ComposeURL()%>" title="Switch to Tree View">
950
  <area shape="rect" coords="73,2,143,23" href="<%=ScriptName%>?viewtype=2&<%=objPMod.ComposeURL()%>" title="Switch to Tree View">
952
</map>
951
</map>
-
 
952
<!-- FOOTER -->
-
 
953
<!--#include file="_footer.asp"-->
953
</body>
954
</body>
954
</html>
955
</html>
955
<%
-
 
956
Call Destroy_All_Objects
-
 
957
%>
-