| Line 160... |
Line 160... |
| 160 |
<input type="hidden" name="listby" value="<%=parListBy%>">
|
160 |
<input type="hidden" name="listby" value="<%=parListBy%>">
|
| 161 |
<tr>
|
161 |
<tr>
|
| 162 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC"></td>
|
162 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC"></td>
|
| 163 |
<td width="20%" nowrap class="body_col" bgcolor="#E4E9EC">Version</td>
|
163 |
<td width="20%" nowrap class="body_col" bgcolor="#E4E9EC">Version</td>
|
| 164 |
<td width="60%" nowrap class="body_col" bgcolor="#E4E9EC">Reason for Release</td>
|
164 |
<td width="60%" nowrap class="body_col" bgcolor="#E4E9EC">Reason for Release</td>
|
| 165 |
<td width="20%" nowrap class="body_col" bgcolor="#E4E9EC">Last Modified</td>
|
165 |
<td width="20%" nowrap class="body_col" bgcolor="#E4E9EC" colspan="2">Last Modified</td>
|
| 166 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC"></td>
|
166 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC"></td>
|
| 167 |
</tr>
|
167 |
</tr>
|
| 168 |
<tr>
|
168 |
<tr bgcolor="#E4E9EC" class="body_col">
|
| 169 |
<td nowrap bgcolor="#E4E9EC"></td>
|
169 |
<td nowrap ></td>
|
| 170 |
<td nowrap bgcolor="#E4E9EC"><input name="fpkgversion" type="text" class="form_item" size="15" value="<%=parFPkgVersion%>"></td>
|
170 |
<td nowrap ><input name="fpkgversion" type="text" class="form_item" size="15" value="<%=parFPkgVersion%>"></td>
|
| 171 |
<td nowrap bgcolor="#E4E9EC">
|
171 |
<td nowrap >
|
| 172 |
<%
|
172 |
<%
|
| 173 |
Response.write "<a href='"& scriptName &"?"& Persists_Query_String( "hideRipple=" & not hideRipple ) &"'>"
|
173 |
Response.write "<a href='"& scriptName &"?"& Persists_Query_String( "hideRipple=" & not hideRipple ) &"'>"
|
| 174 |
If hideRipple Then
|
174 |
If hideRipple Then
|
| 175 |
Response.write "<img src='images/RippleSquareOff.gif' width='20' height='20' border='0' title='Rippled Versions Hidden. Toggle'>"
|
175 |
Response.write "<img src='images/RippleSquareOff.gif' width='20' height='20' border='0' title='Rippled Versions Hidden. Toggle'>"
|
| 176 |
Else
|
176 |
Else
|
| 177 |
Response.write "<img src='images/RippleSquare.gif' width='20' height='20' border='0' title='Rippled Versions Shown. Toggle'>"
|
177 |
Response.write "<img src='images/RippleSquare.gif' width='20' height='20' border='0' title='Rippled Versions Shown. Toggle'>"
|
| 178 |
End If
|
178 |
End If
|
| 179 |
Response.write "</a>"
|
179 |
Response.write "</a>"
|
| 180 |
%>
|
180 |
%>
|
| 181 |
</td>
|
181 |
</td>
|
| 182 |
<td nowrap bgcolor="#E4E9EC"></td>
|
182 |
<td nowrap >Who</td>
|
| - |
|
183 |
<td nowrap >Date</td>
|
| 183 |
<td nowrap bgcolor="#E4E9EC"></td>
|
184 |
<td nowrap ></td>
|
| 184 |
</tr>
|
185 |
</tr>
|
| 185 |
<%
|
186 |
<%
|
| 186 |
' Descending order
|
187 |
' Descending order
|
| 187 |
If rsRep.RecordCount = 0 Then
|
188 |
If rsRep.RecordCount = 0 Then
|
| 188 |
|
189 |
|
| 189 |
With Response
|
190 |
With Response
|
| 190 |
.write "<tr>"
|
191 |
.write "<tr>"
|
| 191 |
.write "<td colspan='5' class='body_row'>Found 0 records."
|
192 |
.write "<td colspan='6' class='body_row'>Found 0 records."
|
| 192 |
.write " Delete Unused Package Name "
|
193 |
.write " Delete Unused Package Name "
|
| 193 |
.write "<a href='javascript:;'"&_
|
194 |
.write "<a href='javascript:;'"&_
|
| 194 |
" title='Delete unused package name' "&_
|
195 |
" title='Delete unused package name' "&_
|
| 195 |
" onClick=""MM_openVixIFrame('_delete_package_name.asp?pkgId=" & parPkgId & "&bfile=index.asp','Delete Unused Package');"" >" &_
|
196 |
" onClick=""MM_openVixIFrame('_delete_package_name.asp?pkgId=" & parPkgId & "&bfile=index.asp','Delete Unused Package');"" >" &_
|
| 196 |
"<img src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' ></a>"
|
197 |
"<img src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' ></a>"
|
| Line 252... |
Line 253... |
| 252 |
" <img src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' ></a>"
|
253 |
" <img src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' ></a>"
|
| 253 |
Else
|
254 |
Else
|
| 254 |
DestroyPackage = ""
|
255 |
DestroyPackage = ""
|
| 255 |
End If
|
256 |
End If
|
| 256 |
%>
|
257 |
%>
|
| 257 |
<tr>
|
258 |
<tr bgcolor="#F5F5F5" valign="top" class="body_row">
|
| 258 |
<td valign="top" bgcolor="#F5F5F5"><%=imgLock%></td>
|
259 |
<td><%=imgLock%></td>
|
| 259 |
<td nowrap class="body_row" valign="top" bgcolor="#F5F5F5"><a href="<%=sLink%>" class="body_link"><%=aVersions( rsRep.FieldIndex("pkg_version"), i )%></a></td>
|
260 |
<td nowrap><a href="<%=sLink%>" class="body_link"><%=aVersions( rsRep.FieldIndex("pkg_version"), i )%></a></td>
|
| 260 |
<td class="body_txt_gray" valign="top" bgcolor="#F5F5F5"><%=NewLine_To_BR ( To_HTML( aVersions( rsRep.FieldIndex("comments"), i ) ) )%></td>
|
261 |
<td class="body_txt_gray"><%=NewLine_To_BR ( To_HTML( aVersions( rsRep.FieldIndex("comments"), i ) ) )%></td>
|
| - |
|
262 |
<td nowrap><%=emailField(enum_imgUser & aVersions( rsRep.FieldIndex("full_name"), i ), aVersions( rsRep.FieldIndex("user_email"), i ))%></td>
|
| 261 |
<td nowrap class="body_row" valign="top" bgcolor="#F5F5F5"><%= "<span data-email='"& aVersions( rsRep.FieldIndex("user_email"), i ) &"' class='mailto txt_linked'>" & enum_imgUser & aVersions( rsRep.FieldIndex("full_name"), i ) &"</span> "& DisplayShortDateTime ( aVersions( rsRep.FieldIndex("modified_stamp"), i ) )%></td>
|
263 |
<td nowrap><%=DisplayShortDateTime ( aVersions( rsRep.FieldIndex("modified_stamp"), i ) )%></td>
|
| 262 |
<td valign="top" bgcolor="#F5F5F5"><%=DestroyPackage%></td>
|
264 |
<td ><%=DestroyPackage%></td>
|
| 263 |
</tr>
|
265 |
</tr>
|
| 264 |
<%
|
266 |
<%
|
| 265 |
|
267 |
|
| 266 |
Next
|
268 |
Next
|
| 267 |
|
269 |
|
| 268 |
rsRep.Close()
|
270 |
rsRep.Close()
|
| 269 |
|
271 |
|
| 270 |
End If
|
272 |
End If
|
| 271 |
%>
|
273 |
%>
|
| 272 |
<tr>
|
274 |
<tr>
|
| 273 |
<td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
275 |
<td colspan="6" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
| 274 |
</tr>
|
276 |
</tr>
|
| 275 |
|
277 |
|
| 276 |
</form>
|
278 |
</form>
|
| 277 |
</table>
|
279 |
</table>
|
| 278 |
<br>
|
280 |
<br>
|