Subversion Repositories DevTools

Rev

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

Rev 119 Rev 121
Line 1... Line 1...
1
<%@LANGUAGE="VBSCRIPT"%>
1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
2
<%
3
'=====================================================
3
'=====================================================
4
'|                                                   |
4
'|                                                   |
5
'|				       SEARCH 					     |
5
'|                 SEARCH                            |
6
'|					  PACKAGES					     |
6
'|               PACKAGES                            |
7
'|                                                   |
7
'|                                                   |
8
'=====================================================
8
'=====================================================
9
%>
9
%>
10
<%
10
<%
11
Option explicit
11
Option explicit
12
' Good idea to set when using redirect
12
' Good idea to set when using redirect
13
Response.Expires = 0	' always load the page, dont store
13
Response.Expires = 0   ' always load the page, dont store
14
%>
14
%>
15
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/conf.asp"-->
16
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/globals.asp"-->
17
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/formating.asp"-->
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
	Response.Redirect("index.asp")
23
   Response.Redirect("index.asp")
24
End If
24
End If
25
 
25
 
26
objPMod.PersistInQryString ( aPersistList(enumPAR_ADD_TYPE) )
26
objPMod.PersistInQryString ( aPersistList(enumPAR_ADD_TYPE) )
27
%>
27
%>
28
<%
28
<%
Line 41... Line 41...
41
parPv_id = Request("pv_id")
41
parPv_id = Request("pv_id")
42
'----------------------------------------------
42
'----------------------------------------------
43
%>
43
%>
44
<%
44
<%
45
Function Page_Title ( NNadd_type )
45
Function Page_Title ( NNadd_type )
46
	If NNadd_type = Cstr(enum_ADD_PACKAGES) Then
46
   If NNadd_type = Cstr(enum_ADD_PACKAGES) Then
47
		Page_Title = "ADD package"
47
      Page_Title = "ADD package"
48
		
48
 
49
	ElseIf NNadd_type = Cstr(enum_ADD_DEPENDENCIES) Then
49
   ElseIf NNadd_type = Cstr(enum_ADD_DEPENDENCIES) Then
50
		Page_Title = "ADD dependency"
50
      Page_Title = "ADD dependency"
51
		
51
 
52
	ElseIf NNadd_type = Cstr(enum_ADD_RUNTIME_DEPENDENCIES) Then
52
   ElseIf NNadd_type = Cstr(enum_ADD_RUNTIME_DEPENDENCIES) Then
53
		Page_Title = "ADD Runtime Dependency"
53
      Page_Title = "ADD Runtime Dependency"
54
		
54
 
55
	Else
55
   Else
56
		Page_Title = ""
56
      Page_Title = ""
57
		
57
 
58
	End If
58
   End If
59
End Function
59
End Function
60
%>
60
%>
61
<html>
61
<html>
62
<head>
62
<head>
63
<title>Release Manager</title>
63
<title>Release Manager</title>
Line 71... Line 71...
71
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
71
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
72
 
72
 
73
</head>
73
</head>
74
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onLoad="window.document.findpkg.pkgfind.focus();">
74
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onLoad="window.document.findpkg.pkgfind.focus();">
75
<!-- MENU LAYERS -------------------------------------->
75
<!-- MENU LAYERS -------------------------------------->
76
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"> 
76
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
77
</div>
77
</div>
78
<!-- TIPS LAYERS -------------------------------------->
78
<!-- TIPS LAYERS -------------------------------------->
79
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
79
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
80
<!----------------------------------------------------->
80
<!----------------------------------------------------->
81
<!-- HEADER -->
81
<!-- HEADER -->
82
<!--#include file="_header.asp"-->
82
<!--#include file="_header.asp"-->
83
<!-- BODY ---->
83
<!-- BODY ---->
84
<table width="100%" height="80%" border="0" cellpadding="0" cellspacing="0">
84
<table width="100%" height="80%" border="0" cellpadding="0" cellspacing="0">
85
  <tr>
85
   <tr>
86
    <td align="center" valign="top" background="images/bg_lght_gray.gif">
86
      <td align="center" valign="top" background="images/bg_lght_gray.gif">
87
	<!-- MIDDLE ---------------------------------------->
87
         <!-- MIDDLE ---------------------------------------->
88
	<table width="650" border="0" cellspacing="0" cellpadding="0">
88
         <table width="650" border="0" cellspacing="0" cellpadding="0">
89
	  <tr> 
89
            <tr>
90
	    <td> 
90
               <td>
91
	      <table width="100%" border="0" cellspacing="0" cellpadding="0">
91
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
92
	        <tr> 
92
                     <tr>
93
	          <td width="1%"></td>
93
                        <td width="1%"></td>
94
	          <td align="right"><img src="images/h_trsp_dot.gif" width="30" height="30"></td>
94
                        <td align="right"><img src="images/h_trsp_dot.gif" width="30" height="30"></td>
95
	          <td width="1%"></td>
95
                        <td width="1%"></td>
96
	        </tr>
96
                     </tr>
97
	        <tr> 
97
                     <tr>
98
	          <td width="1%"></td>
98
                        <td width="1%"></td>
99
	          <td> 
99
                        <td>
100
	            <table width="100%" border="0" cellspacing="0" cellpadding="0">
100
                           <table width="100%" border="0" cellspacing="0" cellpadding="0">
101
	              <tr> 
101
                              <tr>
102
	                  <td nowrap class="form_ttl"><%=Page_Title ( parAdd_type )%></td>
102
                                 <td nowrap class="form_ttl"><%=Page_Title ( parAdd_type )%></td>
103
	                <td align="right" valign="bottom"></td>
103
                                 <td align="right" valign="bottom"></td>
104
	              </tr>
104
                              </tr>
105
	            </table>
105
                           </table>
106
	          </td>
106
                        </td>
107
	          <td width="1%"></td>
107
                        <td width="1%"></td>
108
	        </tr>
108
                     </tr>
109
	        <tr> 
109
                     <tr>
110
	          <td align="left" valign="top" width="1%" background="images/lbox_bg_blue.gif"><img src="images/lbox_tl_cnr_b.gif" width="13" height="13"></td>
110
                        <td align="left" valign="top" width="1%" background="images/lbox_bg_blue.gif">
-
 
111
                           <img src="images/lbox_tl_cnr_b.gif" width="13" height="13">
-
 
112
                        </td>
-
 
113
                        <td background="images/lbox_bg_blue.gif" class="lbox_ttl_w">
111
	          <td background="images/lbox_bg_blue.gif" class="lbox_ttl_w"><!-- Heading --><img src="images/h_trsp_dot.gif" width="1" height="20"><!-- END Heading --></td>
114
                           <!-- Heading --><img src="images/h_trsp_dot.gif" width="1" height="20"><!-- END Heading -->
-
 
115
                        </td>
112
	          <td align="right" valign="top" width="1%" background="images/lbox_bg_blue.gif"><img src="images/lbox_tr_cnr_b.gif" width="13" height="13"></td>
116
                        <td align="right" valign="top" width="1%" background="images/lbox_bg_blue.gif">
-
 
117
                           <img src="images/lbox_tr_cnr_b.gif" width="13" height="13">
-
 
118
                        </td>
113
	        </tr>
119
                     </tr>
114
	        <tr> 
120
                     <tr>
115
	          <td width="1%" bgcolor="#FFFFFF"><img src="images/h_trsp_dot.gif" width="10" height="100"></td>
121
                        <td width="1%" bgcolor="#FFFFFF"><img src="images/h_trsp_dot.gif" width="10" height="100"></td>
116
	          <td bgcolor="#FFFFFF" valign="top"> 
122
                        <td bgcolor="#FFFFFF" valign="top">
117
	            <!-- Body -->
123
                           <!-- Body -->
118
	           <table width="100%" border="0" cellspacing="1" cellpadding="2">
124
                           <table width="100%" border="0" cellspacing="1" cellpadding="2">
119
				<form name="findpkg" method="post" action="form_search_result_pkgs.asp">
125
                              <form name="findpkg" method="post" action="form_search_result_pkgs.asp?rtag_id=<%=parRtag_id%>&add_type=<%=parAdd_type%>">
120
	              <tr> 
126
                                 <tr>
121
				      <td width="1%"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
127
                                    <td width="1%"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
122
				        <td width="1%" nowrap class="form_group" valign="bottom">FIND PACKAGE NAME</td>
128
                                    <td width="1%" nowrap class="form_group" valign="bottom">FIND PACKAGE NAME</td>
123
                        <td nowrap width="100%" align="right" class="form_step">&nbsp;</td>
129
                                    <td nowrap width="100%" align="right" class="form_step">&nbsp;</td>
124
	              </tr>
130
                                 </tr>
125
	              <tr> 
131
                                 <tr>
126
	                <td width="1%">&nbsp;</td>
132
                                    <td width="1%">&nbsp;</td>
127
	                <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">&nbsp;</td>
133
                                    <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">&nbsp;</td>
-
 
134
                                    <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="body_txt">Enter
128
				        <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="body_txt">Enter <%If parAdd_type = Cstr(enum_ADD_DEPENDENCIES) Then%>dependency <%End If%>package name(s)<br> 
135
                                       <%If parAdd_type = Cstr(enum_ADD_DEPENDENCIES) Then%>dependency <%End If%>package name(s)<br>
129
                            <input name="pkgfind" type="text" class="form_item" id="pkgfind" size="40"><br><br>
136
                                       <input name="pkgfind" type="text" class="form_item" id="pkgfind" size="40"><br><br>
130
                            <span class="body_txt">HINTS:<br>
137
                                       <span class="body_txt">HINTS:<br>
131
                            - Entering 'abc' results in all package names starting 
138
                                          - Entering 'abc' results in all package names starting
132
                            with '*abc*'<br>
139
                                          with '*abc*'<br>
133
                            - Separate names with spaces for multiple name search.<br>
140
                                          - Separate names with spaces for multiple name search.<br>
134
                            - Leave blank results in display of all available package 
141
                                          - Leave blank results in display of all available package
135
                            names.<br>
142
                                          names.<br>
136
                            </span> 
143
                                       </span>
137
                          </p>
144
                                    </td>
138
                          </td>
145
                                 </tr>
139
	              </tr>
-
 
140
	              <tr> 
146
                                 <tr>
141
	                <td width="1%">&nbsp;</td>
147
                                    <td width="1%">&nbsp;</td>
142
	      			<td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
148
                                    <td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
143
	                <td nowrap width="100%"> 
149
                                    <td nowrap width="100%">
144
	        		  <input type="submit" name="btn" value="Find &raquo;" class="form_btn">
150
                                       <input type="submit" name="btn" value="Find &raquo;" class="form_btn">
145
	                  <input type="reset" name="btn" value="Cancel" class="form_btn" onClick="history.back();">
151
                                       <input type="reset" name="btn" value="Cancel" class="form_btn" onClick="history.back();">
146
					  <br><br>
152
                                       <br><br>
147
	                </td>
153
                                    </td>
148
	              </tr>
154
                                 </tr>
149
				  <input type="hidden" name="pv_id" value="<%=parPv_id%>">
155
                                 <input type="hidden" name="pv_id" value="<%=parPv_id%>">
150
				  <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
156
                                 <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
151
				  <input type="hidden" name="add_type" value="<%=parAdd_type%>">
157
                                 <input type="hidden" name="add_type" value="<%=parAdd_type%>">
152
				</form>
158
                              </form>
153
	            </table>
159
                           </table>
154
	            <!-- END Body-->
160
                           <!-- END Body-->
155
	          </td>
161
                        </td>
156
	          <td width="1%" background="images/lbox_bgside_white.gif">&nbsp;</td>
162
                        <td width="1%" background="images/lbox_bgside_white.gif">&nbsp;</td>
157
	        </tr>
163
                     </tr>
158
	        <tr> 
164
                     <tr>
-
 
165
                        <td width="1%" background="images/lbox_bg_blue.gif" valign="bottom">
159
	          <td width="1%" background="images/lbox_bg_blue.gif" valign="bottom"><img src="images/lbox_bl_cnr_b.gif" width="13" height="13"></td>
166
                           <img src="images/lbox_bl_cnr_b.gif" width="13" height="13">
-
 
167
                        </td>
160
	          <td background="images/lbox_bg_blue.gif"></td>
168
                        <td background="images/lbox_bg_blue.gif"></td>
161
	          <td width="1%" background="images/lbox_bg_blue.gif" valign="bottom" align="right"><img src="images/lbox_br_cnr_b.gif" width="13" height="13"></td>
169
                        <td width="1%" background="images/lbox_bg_blue.gif" valign="bottom" align="right">
-
 
170
                           <img src="images/lbox_br_cnr_b.gif" width="13" height="13">
-
 
171
                        </td>
162
	        </tr>
172
                     </tr>
163
	      </table>
173
                  </table>
164
	    </td>
174
               </td>
165
	  </tr>
175
            </tr>
166
	</table>
176
         </table>
167
	<!-------------------------------------------------->
177
         <!-------------------------------------------------->
168
	</td>
178
      </td>
169
  </tr>
179
   </tr>
170
  <tr>
180
   <tr>
171
    <td valign="bottom" background="images/bg_lght_gray.gif">
181
      <td valign="bottom" background="images/bg_lght_gray.gif">
172
	<!-- FOOTER -->
182
         <!-- FOOTER -->
173
	<!--#include file="_footer.asp"-->
183
         <!--#include file="_footer.asp"-->
174
	</td>
184
      </td>
175
  </tr>
185
   </tr>
176
</table>
186
</table>
177
</body>
187
</body>
178
</html>
188
</html>
179
<%
189
<%
180
Call Destroy_All_Objects
190
Call Destroy_All_Objects
181
%>
-
 
182
191
%>
-
 
192