Subversion Repositories DevTools

Rev

Rev 3929 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3929 Rev 3930
Line 26... Line 26...
26
'------------ Variable Definition -------------
26
'------------ Variable Definition -------------
27
Dim rsTemp
27
Dim rsTemp
28
Dim parProjId
28
Dim parProjId
29
'------------ Constants Declaration -----------
29
'------------ Constants Declaration -----------
30
'------------ Variable Init -------------------
30
'------------ Variable Init -------------------
31
Set pkgInfoHash = CreateObject("Scripting.Dictionary")
-
 
32
parProjId = Request("proj_id")
31
parProjId = Request("proj_id")
33
objPMod.PersistInQryString("proj_id")
32
objPMod.PersistInQryString("proj_id")
34
If parProjId = "" then parProjId = 0
33
If parProjId = "" then parProjId = 0
35
'----------------------------------------------
34
'----------------------------------------------
36
 
35
 
Line 50... Line 49...
50
	"   AND rc.pv_id = pv.pv_id"&_
49
	"   AND rc.pv_id = pv.pv_id"&_
51
	"   AND rc.rtag_id = rt.rtag_id"&_
50
	"   AND rc.rtag_id = rt.rtag_id"&_
52
	"   AND rt.proj_id = proj.proj_id "&_
51
	"   AND rt.proj_id = proj.proj_id "&_
53
	"   AND rt.official = 'N'"&_
52
	"   AND rt.official = 'N'"&_
54
	"   AND pv.owner_id = "& NNuser_id &_
53
	"   AND pv.owner_id = "& NNuser_id &_
55
	" ORDER BY UPPER(pkg.pkg_name), UPPER(proj.proj_name) "
54
	" ORDER BY UPPER(pkg.pkg_name),pv.pv_id, UPPER(proj.proj_name) "
56
End Function
55
End Function
57
 
-
 
58
%>
56
%>
59
<html>
57
<html>
60
<head>
58
<head>
61
<title>Release Manager</title>
59
<title>Release Manager</title>
62
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
60
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">