| Line 1001... |
Line 1001... |
| 1001 |
</table>
|
1001 |
</table>
|
| 1002 |
|
1002 |
|
| 1003 |
<!-- ADVANCED SEARCH ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
1003 |
<!-- ADVANCED SEARCH ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 1004 |
<DIV name="DIV_ADVANCED_SEARCH" id="DIV_ADVANCED_SEARCH" style="display:none;">
|
1004 |
<DIV name="DIV_ADVANCED_SEARCH" id="DIV_ADVANCED_SEARCH" style="display:none;">
|
| 1005 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
1005 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
| 1006 |
<form name="advancedsearch" method="get" action="find.asp">
|
- |
|
| 1007 |
<tr>
|
1006 |
<tr>
|
| 1008 |
<td nowrap class="form_txt" valign="middle">
|
1007 |
<td nowrap class="form_txt" valign="middle">
|
| 1009 |
<%
|
1008 |
<%
|
| 1010 |
Dim FindPackageCheck, FindFileCheck
|
1009 |
Dim FindPackageCheck, FindFileCheck
|
| 1011 |
|
1010 |
|
| Line 1019... |
Line 1018... |
| 1019 |
End If
|
1018 |
End If
|
| 1020 |
|
1019 |
|
| 1021 |
%>
|
1020 |
%>
|
| 1022 |
<fieldset>
|
1021 |
<fieldset>
|
| 1023 |
<legend class="body_colb"><img src="images/i_mglass.gif" width="17" height="17" border="0" align="absmiddle"> Advanced Search</legend>
|
1022 |
<legend class="body_colb"><img src="images/i_mglass.gif" width="17" height="17" border="0" align="absmiddle"> Advanced Search</legend>
|
| - |
|
1023 |
<form name="advancedsearch" method="get" action="find.asp">
|
| 1024 |
<input name="searchtype" id="searchtype1" type="radio" value="1" <%=FindPackageCheck%>>
|
1024 |
<input name="searchtype" id="searchtype1" type="radio" value="1" <%=FindPackageCheck%>>
|
| 1025 |
<span onClick="MM_findObj('searchtype1').checked=true;" class="body_txt">Find a Package</span><br>
|
1025 |
<span onClick="MM_findObj('searchtype1').checked=true;" class="body_txt">Find a Package</span><br>
|
| 1026 |
<input name="searchtype" id="searchtype2" type="radio" value="2" <%=FindFileCheck%>>
|
1026 |
<input name="searchtype" id="searchtype2" type="radio" value="2" <%=FindFileCheck%>>
|
| 1027 |
<span onClick="MM_findObj('searchtype2').checked=true;" class="body_txt">Find a File</span><br><br>
|
1027 |
<span onClick="MM_findObj('searchtype2').checked=true;" class="body_txt">Find a File</span><br><br>
|
| 1028 |
<%If CInt(nEnvTab) = enumENVTAB_WORK_IN_PROGRESS Then%>
|
1028 |
<%If CInt(nEnvTab) = enumENVTAB_WORK_IN_PROGRESS Then%>
|
| Line 1030... |
Line 1030... |
| 1030 |
<%ElseIf CInt(nEnvTab) = enumENVTAB_PLANNED Then%>
|
1030 |
<%ElseIf CInt(nEnvTab) = enumENVTAB_PLANNED Then%>
|
| 1031 |
Find in Pending<br>
|
1031 |
Find in Pending<br>
|
| 1032 |
<%ElseIf CInt(nEnvTab) = enumENVTAB_RELEASED Then%>
|
1032 |
<%ElseIf CInt(nEnvTab) = enumENVTAB_RELEASED Then%>
|
| 1033 |
Find in Released<br>
|
1033 |
Find in Released<br>
|
| 1034 |
<%End If%>
|
1034 |
<%End If%>
|
| 1035 |
<input type="text" name="keyword" size="25" class="form_ivaluew" value="<%=Request("keyword")%>">
|
1035 |
<input type="search" name="keyword" size="25" class="formBtnEnable form_ivaluew" value="<%=Request("keyword")%>" placeholder="Enter search string">
|
| 1036 |
<input type="submit" name="btn" value="Find" class="form_ivalue">
|
1036 |
<input type="submit" name="btn" value="Find" class="form_btn_comp">
|
| 1037 |
|
1037 |
|
| 1038 |
<input type="hidden" name="envtab" value="<%=nEnvTab%>">
|
1038 |
<input type="hidden" name="envtab" value="<%=nEnvTab%>">
|
| 1039 |
<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
|
1039 |
<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
|
| - |
|
1040 |
</form>
|
| 1040 |
</fieldset>
|
1041 |
</fieldset>
|
| 1041 |
<br>
|
1042 |
<br>
|
| 1042 |
</td>
|
1043 |
</td>
|
| 1043 |
</tr>
|
1044 |
</tr>
|
| 1044 |
</form>
|
- |
|
| 1045 |
</table>
|
1045 |
</table>
|
| 1046 |
</DIV>
|
1046 |
</DIV>
|
| 1047 |
|
1047 |
|
| 1048 |
<script language="JavaScript" type="text/javascript">
|
1048 |
<script language="JavaScript" type="text/javascript">
|
| 1049 |
<!--
|
1049 |
<!--
|