Subversion Repositories DevTools

Rev

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

Rev 6181 Rev 6543
Line 95... Line 95...
95
				  OraDatabase.Parameters.Remove "KEYWORD"
95
				  OraDatabase.Parameters.Remove "KEYWORD"
96
				  OraDatabase.Parameters.Remove "BROWSE"
96
				  OraDatabase.Parameters.Remove "BROWSE"
97
				%>
97
				%>
98
				
98
				
99
				<table width="100%"  border="0" cellspacing="0" cellpadding="5">
99
				<table width="100%"  border="0" cellspacing="0" cellpadding="5">
100
				  <tr>
-
 
101
                    <td><span class="body_sect">Package Names</span><img src="images/spacer.gif" width="600" height="1"></td>
-
 
102
                  </tr>
-
 
103
                  <tr>
100
                  <tr>
104
                    <td nowrap bgcolor="#E4E9EC" class="body_txt">
101
                    <td nowrap bgcolor="#E4E9EC" class="body_txt">Search by Package&nbsp;
105
					<%If parBrowse <> "" Then%>
102
					<%If parBrowse <> "" Then%>
106
						Index <b><%=parBrowse%></b>
103
						Index <b><%=parBrowse%></b>
107
					<%Else%>
104
					<%Else%>
108
						Results for <b><%=parKeyword%></b> 
105
						Results for <b><%=parKeyword%></b> 
109
					<%End If%>
106
					<%End If%>
Line 116... Line 113...
116
				<table width="100%" border="0" cellspacing="1" cellpadding="5">
113
				<table width="100%" border="0" cellspacing="1" cellpadding="5">
117
				  <%
114
				  <%
118
				  If rsRep.RecordCount = 0 Then
115
				  If rsRep.RecordCount = 0 Then
119
					With Response
116
					With Response
120
						.write "<tr>"
117
						.write "<tr>"
121
						.write "<td class='body_row'>Your search <b>"& parKeyword &"</b> did not match any packages.</td>"
118
						.write "<td class='body_row nowrap'>Your search <b>"& parKeyword &"</b> did not match any packages.</td>"
122
						.write "</tr>"
119
						.write "</tr>"
123
					End With
120
					End With
-
 
121
                  Else %>
-
 
122
				  <tr class="form_field_bg">
-
 
123
                    <td style="min-width:500px" class="body_txt">Package Name</td>
-
 
124
                  </tr>
-
 
125
                  <%
124
				  End If
126
				  End If
125
				  
127
				  
126
				  While ((NOT rsRep.BOF) AND (NOT rsRep.EOF)) %>
128
				  While ((NOT rsRep.BOF) AND (NOT rsRep.EOF)) %>
127
					  <tr> 
129
					  <tr> 
128
						<td nowrap class="body_row" valign="top" bgcolor="#F5F5F5"><a href="view_by_version.asp?pkg_id=<%=rsRep("pkg_id")%>&listby=<%=parListBy%>" class="body_link"><%=Highlight_Substring( rsRep("pkg_name"), parKeyword )%></a></td>
130
						<td nowrap class="body_row" valign="top" bgcolor="#F5F5F5"><a href="view_by_version.asp?pkg_id=<%=rsRep("pkg_id")%>&listby=<%=parListBy%>" class="body_link"><%=Highlight_Substring( rsRep("pkg_name"), parKeyword )%></a></td>