| Line 1238... |
Line 1238... |
| 1238 |
%>
|
1238 |
%>
|
| 1239 |
</td>
|
1239 |
</td>
|
| 1240 |
</tr>
|
1240 |
</tr>
|
| 1241 |
</table>
|
1241 |
</table>
|
| 1242 |
</fieldset>
|
1242 |
</fieldset>
|
| 1243 |
<br><br>
|
1243 |
<br>
|
| 1244 |
<%End If%>
|
1244 |
<%End If%>
|
| 1245 |
<!-- SBOM PRIORITY/CRITICALITY --------------------------------------------------------------------------------------------------------->
|
1245 |
<!-- SBOM PRIORITY/CRITICALITY --------------------------------------------------------------------------------------------------------->
|
| 1246 |
<%If NOT pageIsEditable AND pkgInfoHash.Item ("is_deployable") = "Y" Then%>
|
1246 |
<%If NOT pageIsEditable AND pkgInfoHash.Item ("is_deployable") = "Y" Then%>
|
| 1247 |
<fieldset class="fset"><legend class="body_colb"><img src='icons/i_prod_sbom_priority.gif' hspace='4' border='0' align='absmiddle'>SBOM Priority</legend>
|
1247 |
<fieldset class="fset"><legend class="body_colb"><img src='icons/i_prod_sbom_priority.gif' hspace='4' border='0' align='absmiddle'>SBOM Priority</legend>
|
| 1248 |
<a name="SBOM_PRIORITY"></a>
|
1248 |
<a name="SBOM_PRIORITY"></a>
|
| 1249 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1249 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 1250 |
<tr>
|
1250 |
<tr>
|
| 1251 |
<td class="body_colb"></td>
|
- |
|
| 1252 |
<td align="right" valign="bottom">
|
1251 |
<td align="right" valign="bottom">
|
| 1253 |
<%If (pkgInfoHash.Item ("dlocked") = "Y") Then%>
|
1252 |
<%If (pkgInfoHash.Item ("dlocked") = "Y") Then%>
|
| 1254 |
<a href='javascript:;' onClick="MM_openBrWindow('_wform_sbom_priority.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','SBOMPriority','resizable=yes,width=400,height=400')" class="txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
|
1253 |
<a href='javascript:;' onClick="MM_openBrWindow('_wform_sbom_priority.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','SBOMPriority','resizable=yes,width=400,height=400')" class="txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
|
| 1255 |
<%End If%>
|
1254 |
<%End If%>
|
| 1256 |
</td>
|
1255 |
</td>
|
| Line 1282... |
Line 1281... |
| 1282 |
<%End If%>
|
1281 |
<%End If%>
|
| 1283 |
</td>
|
1282 |
</td>
|
| 1284 |
</tr>
|
1283 |
</tr>
|
| 1285 |
</table>
|
1284 |
</table>
|
| 1286 |
</fieldset>
|
1285 |
</fieldset>
|
| 1287 |
<br><br>
|
1286 |
<br>
|
| 1288 |
<%End If%>
|
1287 |
<%End If%>
|
| 1289 |
<!-- CHANGE TYPE ----------------------------------------------------------------------------------------------------------------------->
|
1288 |
<!-- CHANGE TYPE ----------------------------------------------------------------------------------------------------------------------->
|
| - |
|
1289 |
<fieldset class="fset">
|
| - |
|
1290 |
<a name="CHANGE_TYPE"></a>
|
| 1290 |
<%If pkgInfoHash.Item ("build_type") = "A" Then%>
|
1291 |
<%If pkgInfoHash.Item ("build_type") = "A" Then%>
|
| 1291 |
<fieldset class="fset">
|
- |
|
| 1292 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Change Type</legend>
|
1292 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Change Type</legend>
|
| 1293 |
<a name="CHANGE_TYPE"></a>
|
- |
|
| 1294 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1293 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 1295 |
<tr>
|
1294 |
<tr>
|
| 1296 |
<td class="body_colb"></td>
|
- |
|
| 1297 |
<td align="right" valign="bottom">
|
1295 |
<td align="right" valign="bottom">
|
| 1298 |
<%If (pkgInfoHash.Item ("dlocked") <> "A") AND (pkgInfoHash.Item ("dlocked") <> "Y") AND criticalSectionIsEditable Then%>
|
1296 |
<%If (pkgInfoHash.Item ("dlocked") <> "A") AND (pkgInfoHash.Item ("dlocked") <> "Y") AND criticalSectionIsEditable Then%>
|
| 1299 |
<a href='javascript:;' onClick="MM_openBrWindow('_wform_change_type.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','ChangeType','resizable=yes,width=530,height=290')" class="txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
|
1297 |
<a href='javascript:;' onClick="MM_openBrWindow('_wform_rename_version.asp?renameMode=2&rfile=<%=ScriptName%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','ChangeType','resizable=yes,width=650,height=450')" class="txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
|
| 1300 |
<%End If%>
|
1298 |
<%End If%>
|
| 1301 |
</td>
|
1299 |
</td>
|
| 1302 |
</tr>
|
1300 |
</tr>
|
| 1303 |
</table>
|
1301 |
</table>
|
| 1304 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1302 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| Line 1312... |
Line 1310... |
| 1312 |
Response.write "<td class='sublbox_txt'>Major Change.<br></td>"
|
1310 |
Response.write "<td class='sublbox_txt'>Major Change.<br></td>"
|
| 1313 |
ElseIf pkgInfoHash.Item ("change_type") = "N" Then
|
1311 |
ElseIf pkgInfoHash.Item ("change_type") = "N" Then
|
| 1314 |
Response.write "<td class='sublbox_txt'>Minor Change.<br></td>"
|
1312 |
Response.write "<td class='sublbox_txt'>Minor Change.<br></td>"
|
| 1315 |
ElseIf pkgInfoHash.Item ("change_type") = "P" Then
|
1313 |
ElseIf pkgInfoHash.Item ("change_type") = "P" Then
|
| 1316 |
Response.write "<td class='sublbox_txt'>Patch Change.<br></td>"
|
1314 |
Response.write "<td class='sublbox_txt'>Patch Change.<br></td>"
|
| - |
|
1315 |
ElseIf pkgInfoHash.Item ("change_type") = "F" Then
|
| - |
|
1316 |
Response.write "<td class='sublbox_txt'>Version Specified by User.<br></td>"
|
| - |
|
1317 |
Else
|
| - |
|
1318 |
Response.write "<td><span class='err_alert'>Unknown Change Type: " & pkgInfoHash.Item ("change_type") & "</span></td>"
|
| 1317 |
End If
|
1319 |
End If
|
| 1318 |
Response.write "</tr>"
|
1320 |
Response.write "</tr>"
|
| 1319 |
Response.write "</table>"
|
1321 |
Response.write "</table>"
|
| 1320 |
Else
|
1322 |
Else
|
| 1321 |
Response.write "<span class='err_alert'>Required!</span><br>"
|
1323 |
Response.write "<span class='err_alert'>Required!</span><br>"
|
| 1322 |
End If
|
1324 |
End If
|
| 1323 |
%>
|
1325 |
%>
|
| 1324 |
</td>
|
1326 |
</td>
|
| 1325 |
</tr>
|
1327 |
</tr>
|
| 1326 |
</table>
|
1328 |
</table>
|
| - |
|
1329 |
<%ElseIf pkgInfoHash.Item ("build_type") = "M" Then%>
|
| - |
|
1330 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Build Type</legend>
|
| - |
|
1331 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| - |
|
1332 |
<tr>
|
| - |
|
1333 |
<td bgcolor=#f5f5f5>
|
| - |
|
1334 |
<span class='sublbox_txt'>Manually Built Package.</span>
|
| - |
|
1335 |
<%If pkgInfoHash.Item ("change_type") <> "F" Then%>
|
| - |
|
1336 |
<span class='err_alert'>Unexpected Change Type: <%=pkgInfoHash.Item ("change_type")%></span>
|
| - |
|
1337 |
<%End If%>
|
| - |
|
1338 |
</td>
|
| - |
|
1339 |
</tr>
|
| 1327 |
</fieldset>
|
1340 |
</table>
|
| - |
|
1341 |
<%ElseIf pkgInfoHash.Item ("build_type") = "Y" Then%>
|
| - |
|
1342 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Build Type</legend>
|
| - |
|
1343 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 1328 |
<br><br>
|
1344 |
<tr>
|
| - |
|
1345 |
<td bgcolor=#f5f5f5>
|
| - |
|
1346 |
<span class='sublbox_txt'>Legacy Package. Build and Change Type not specified</span>
|
| - |
|
1347 |
</td>
|
| - |
|
1348 |
</tr>
|
| - |
|
1349 |
</table>
|
| - |
|
1350 |
<%Else%>
|
| - |
|
1351 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Build Type</legend>
|
| - |
|
1352 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| - |
|
1353 |
<tr>
|
| - |
|
1354 |
<td bgcolor=#f5f5f5>
|
| - |
|
1355 |
<span class='err_alert'>Unknown Build Type (<%=pkgInfoHash.Item ("build_type")%>) Change Type (<%=pkgInfoHash.Item ("change_type")%>)</span>
|
| - |
|
1356 |
</td>
|
| - |
|
1357 |
</tr>
|
| - |
|
1358 |
</table>
|
| 1329 |
<%End If%>
|
1359 |
<%End If%>
|
| 1330 |
|
1360 |
</fieldset>
|
| 1331 |
|
1361 |
<br>
|
| 1332 |
|
1362 |
|
| 1333 |
<!-- RIPPLE PROPERTIES ----------------------------------------------------------------------------------------------------------------------->
|
1363 |
<!-- RIPPLE PROPERTIES ----------------------------------------------------------------------------------------------------------------------->
|
| 1334 |
<%If IsNull(pkgInfoHash.Item ("is_patch")) Then%>
|
1364 |
<%If IsNull(pkgInfoHash.Item ("is_patch")) Then%>
|
| 1335 |
<fieldset class="fset"><legend class="body_colb"><img src='icons/i_pkg_ripple_type.gif' hspace='4' border='0' align='absmiddle' height='25' width='25'>Ripple Properties</legend>
|
1365 |
<fieldset class="fset"><legend class="body_colb"><img src='icons/i_pkg_ripple_type.gif' hspace='4' border='0' align='absmiddle' height='25' width='25'>Ripple Properties</legend>
|
| 1336 |
<a name="RIPPLE_PROPERTIES"></a>
|
1366 |
<a name="RIPPLE_PROPERTIES"></a>
|
| 1337 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1367 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 1338 |
<tr>
|
1368 |
<tr>
|
| 1339 |
<td class="body_colb"></td>
|
- |
|
| 1340 |
<td align="right" valign="bottom">
|
1369 |
<td align="right" valign="bottom">
|
| 1341 |
<%If (objAccessControl.IsVisible( "RipplePackage" ) AND pageIsEditable) OR criticalSectionIsEditable OR objAccessControl.IsVisible( "PegPackageVersions" ) Then%>
|
1370 |
<%If (objAccessControl.IsVisible( "RipplePackage" ) AND pageIsEditable) OR criticalSectionIsEditable OR objAccessControl.IsVisible( "PegPackageVersions" ) Then%>
|
| 1342 |
<a href='javascript:;' onClick="MM_openBrWindow('_wform_ripple_properties.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','RippleType','resizable=yes,width=800,height=500')" class="txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
|
1371 |
<a href='javascript:;' onClick="MM_openBrWindow('_wform_ripple_properties.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','RippleType','resizable=yes,width=800,height=500')" class="txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
|
| 1343 |
<%End If%>
|
1372 |
<%End If%>
|
| 1344 |
</td>
|
1373 |
</td>
|
| Line 1445... |
Line 1474... |
| 1445 |
</tr>
|
1474 |
</tr>
|
| 1446 |
<%End If%>
|
1475 |
<%End If%>
|
| 1447 |
</table>
|
1476 |
</table>
|
| 1448 |
</fieldset>
|
1477 |
</fieldset>
|
| 1449 |
<br>
|
1478 |
<br>
|
| 1450 |
<br>
|
- |
|
| 1451 |
<%End If%>
|
1479 |
<%End If%>
|
| 1452 |
|
1480 |
|
| 1453 |
|
- |
|
| 1454 |
|
- |
|
| 1455 |
|
- |
|
| 1456 |
<!-- REASON FOR RELEASE ----------------------------------------------------------------------------------------------------------------->
|
1481 |
<!-- REASON FOR RELEASE ----------------------------------------------------------------------------------------------------------------->
|
| 1457 |
<fieldset class="fset"><legend class="body_colb"><img src='images/s_notes.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Reason for this version</legend>
|
1482 |
<fieldset class="fset"><legend class="body_colb"><img src='images/s_notes.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Reason for this version</legend>
|
| 1458 |
<a name="REASON_FOR_THIS_RELEASE"></a>
|
1483 |
<a name="REASON_FOR_THIS_RELEASE"></a>
|
| 1459 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1484 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 1460 |
<tr>
|
1485 |
<tr>
|
| Line 1487... |
Line 1512... |
| 1487 |
<%End If%>
|
1512 |
<%End If%>
|
| 1488 |
</td>
|
1513 |
</td>
|
| 1489 |
</tr>
|
1514 |
</tr>
|
| 1490 |
</table>
|
1515 |
</table>
|
| 1491 |
</fieldset>
|
1516 |
</fieldset>
|
| 1492 |
<br><br>
|
1517 |
<br>
|
| 1493 |
<!-- REASON FOR NON_RIPPLE RELEASE ----------------------------------------------------------------------------------------------------------------->
|
1518 |
<!-- REASON FOR NON_RIPPLE RELEASE ----------------------------------------------------------------------------------------------------------------->
|
| 1494 |
<%If pkgInfoHash.Item ("comments") = "Rippled Build." Then%>
|
1519 |
<%If pkgInfoHash.Item ("comments") = "Rippled Build." Then%>
|
| 1495 |
|
1520 |
|
| 1496 |
<fieldset class="fset"><legend class="body_colb"><img src='images/s_notes.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Reason for last non-ripple build</legend>
|
1521 |
<fieldset class="fset"><legend class="body_colb"><img src='images/s_notes.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Reason for last non-ripple build</legend>
|
| 1497 |
|
1522 |
|
| Line 1610... |
Line 1635... |
| 1610 |
%>
|
1635 |
%>
|
| 1611 |
</td>
|
1636 |
</td>
|
| 1612 |
</tr>
|
1637 |
</tr>
|
| 1613 |
</table>
|
1638 |
</table>
|
| 1614 |
</fieldset>
|
1639 |
</fieldset>
|
| 1615 |
<br><br>
|
1640 |
<br>
|
| 1616 |
<%End If%>
|
1641 |
<%End If%>
|
| 1617 |
<!-- FIXED ISSUES ----------------------------------------------------------------------------------------------------------------------->
|
1642 |
<!-- FIXED ISSUES ----------------------------------------------------------------------------------------------------------------------->
|
| 1618 |
<fieldset class="fset">
|
1643 |
<fieldset class="fset">
|
| 1619 |
<legend class="body_colb">
|
1644 |
<legend class="body_colb">
|
| 1620 |
<img src="images/s_bugs.gif" width="21" height="18" border="0" hspace="4" align="absmiddle">
|
1645 |
<img src="images/s_bugs.gif" width="21" height="18" border="0" hspace="4" align="absmiddle">
|
| Line 1953... |
Line 1978... |
| 1953 |
<!-- they do in fact cause the page to be rendered incorrectly. Hence they are commented out for now -->
|
1978 |
<!-- they do in fact cause the page to be rendered incorrectly. Hence they are commented out for now -->
|
| 1954 |
<!-- until the true cause of the mis-rendering can be ascertained. -->
|
1979 |
<!-- until the true cause of the mis-rendering can be ascertained. -->
|
| 1955 |
<!-- </tr> -->
|
1980 |
<!-- </tr> -->
|
| 1956 |
<!-- </table> -->
|
1981 |
<!-- </table> -->
|
| 1957 |
</fieldset>
|
1982 |
</fieldset>
|
| 1958 |
<br><br>
|
1983 |
<br>
|
| 1959 |
<!-- DEPENDENCY ISSUES (NOT FOR PATCHES!) ------------------------------------------------------------------------------------------------------->
|
1984 |
<!-- DEPENDENCY ISSUES (NOT FOR PATCHES!) ------------------------------------------------------------------------------------------------------->
|
| 1960 |
|
1985 |
|
| 1961 |
<%If IsNull(pkgInfoHash.Item ("is_patch")) Then%>
|
1986 |
<%If IsNull(pkgInfoHash.Item ("is_patch")) Then%>
|
| 1962 |
<fieldset class="fset"><legend class="body_colb"><img src="images/s_bugs.gif" width="21" height="18" border="0" hspace="4" align="absmiddle">Dependency Issues</legend>
|
1987 |
<fieldset class="fset"><legend class="body_colb"><img src="images/s_bugs.gif" width="21" height="18" border="0" hspace="4" align="absmiddle">Dependency Issues</legend>
|
| 1963 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1988 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| Line 2049... |
Line 2074... |
| 2049 |
<%End If%>
|
2074 |
<%End If%>
|
| 2050 |
<%If retVal <> 0 Then Response.write enumMSSQL_ERROR%>
|
2075 |
<%If retVal <> 0 Then Response.write enumMSSQL_ERROR%>
|
| 2051 |
<%End If%>
|
2076 |
<%End If%>
|
| 2052 |
</table>
|
2077 |
</table>
|
| 2053 |
</fieldset>
|
2078 |
</fieldset>
|
| 2054 |
<br><br>
|
2079 |
<br>
|
| 2055 |
<%End If%>
|
2080 |
<%End If%>
|
| 2056 |
<!-- UNIT TESTS --------------------------------------------------------------------------------------------------------------------->
|
2081 |
<!-- UNIT TESTS --------------------------------------------------------------------------------------------------------------------->
|
| 2057 |
<%
|
2082 |
<%
|
| 2058 |
Dim testCheckMSG, testCheckMSG_ID, testCheckNote, testCheckTestsFound
|
2083 |
Dim testCheckMSG, testCheckMSG_ID, testCheckNote, testCheckTestsFound
|
| 2059 |
Call CheckUnitTestsState ( parPv_id, testCheckMSG, testCheckMSG_ID, testCheckNote, testCheckTestsFound )
|
2084 |
Call CheckUnitTestsState ( parPv_id, testCheckMSG, testCheckMSG_ID, testCheckNote, testCheckTestsFound )
|
| Line 2182... |
Line 2207... |
| 2182 |
<input name="pv_id" type="hidden" value="<%=parPv_id%>">
|
2207 |
<input name="pv_id" type="hidden" value="<%=parPv_id%>">
|
| 2183 |
<input name="rtag_id" type="hidden" value="<%=parRtag_id%>">
|
2208 |
<input name="rtag_id" type="hidden" value="<%=parRtag_id%>">
|
| 2184 |
</form>
|
2209 |
</form>
|
| 2185 |
</table>
|
2210 |
</table>
|
| 2186 |
</fieldset>
|
2211 |
</fieldset>
|
| 2187 |
<br><br>
|
2212 |
<br>
|
| 2188 |
<!-- CODE REVIEW ------------------------------------------------------------------------------------------------------------------->
|
2213 |
<!-- CODE REVIEW ------------------------------------------------------------------------------------------------------------------->
|
| 2189 |
<fieldset class="fset"><legend class="body_colb"><img src='images/s_code_review.gif' width='21' height='23' hspace='4' border='0' align='absmiddle'>Code Review</legend>
|
2214 |
<fieldset class="fset"><legend class="body_colb"><img src='images/s_code_review.gif' width='21' height='23' hspace='4' border='0' align='absmiddle'>Code Review</legend>
|
| 2190 |
<a name="CODE_REVIEW" id="CODE_REVIEW"></a>
|
2215 |
<a name="CODE_REVIEW" id="CODE_REVIEW"></a>
|
| 2191 |
<%Set rsQry = OraDatabase.DbCreateDynaset( SQL_CodeReview ( parPv_id ), cint(0))%>
|
2216 |
<%Set rsQry = OraDatabase.DbCreateDynaset( SQL_CodeReview ( parPv_id ), cint(0))%>
|
| 2192 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
2217 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| Line 2370... |
Line 2395... |
| 2370 |
</table>
|
2395 |
</table>
|
| 2371 |
<%End If%>
|
2396 |
<%End If%>
|
| 2372 |
|
2397 |
|
| 2373 |
</fieldset>
|
2398 |
</fieldset>
|
| 2374 |
<br>
|
2399 |
<br>
|
| 2375 |
<br>
|
- |
|
| 2376 |
<!-- ADDITIONAL NOTES ------------------------------------------------------------------------------------------------------------------->
|
2400 |
<!-- ADDITIONAL NOTES ------------------------------------------------------------------------------------------------------------------->
|
| 2377 |
<fieldset class="fset"><legend class="body_colb"><img src="images/i_additional_notes.gif" width="26" height="20" hspace="4" border="0" align="absmiddle" alt="">Additional Notes</legend>
|
2401 |
<fieldset class="fset"><legend class="body_colb"><img src="images/i_additional_notes.gif" width="26" height="20" hspace="4" border="0" align="absmiddle" alt="">Additional Notes</legend>
|
| 2378 |
<a name="ADDITIONAL_NOTES"></a>
|
2402 |
<a name="ADDITIONAL_NOTES"></a>
|
| 2379 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
2403 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 2380 |
<tr>
|
2404 |
<tr>
|
| Line 2407... |
Line 2431... |
| 2407 |
<%End If%>
|
2431 |
<%End If%>
|
| 2408 |
</td>
|
2432 |
</td>
|
| 2409 |
</tr>
|
2433 |
</tr>
|
| 2410 |
<tr>
|
2434 |
<tr>
|
| 2411 |
<td colspan="2" bgcolor=#f5f5f5 class="sublbox_txt">
|
2435 |
<td colspan="2" bgcolor=#f5f5f5 class="sublbox_txt">
|
| 2412 |
<%=NewLine_To_BR( To_HTML ( rsQry("note_body") ) )%><br><br>
|
2436 |
<%=NewLine_To_BR( To_HTML ( rsQry("note_body") ) )%><br>
|
| 2413 |
<span class="rep_small">Last Modified: <%=rsQry("lastmod")%></span>
|
2437 |
<span class="rep_small">Last Modified: <%=rsQry("lastmod")%></span>
|
| 2414 |
</td>
|
2438 |
</td>
|
| 2415 |
</tr>
|
2439 |
</tr>
|
| 2416 |
<tr>
|
2440 |
<tr>
|
| 2417 |
<td colspan="2"><img src='images/spacer.gif' width='2' height='2'></td>
|
2441 |
<td colspan="2"><img src='images/spacer.gif' width='2' height='2'></td>
|
| 2418 |
</tr>
|
2442 |
</tr>
|
| 2419 |
<%rsQry.MoveNext
|
2443 |
<%rsQry.MoveNext
|
| 2420 |
WEnd%>
|
2444 |
WEnd%>
|
| 2421 |
</table>
|
2445 |
</table>
|
| 2422 |
</fieldset>
|
2446 |
</fieldset>
|
| 2423 |
<br><br>
|
- |
|
| 2424 |
|
2447 |
<br>
|
| - |
|
2448 |
|
| 2425 |
|
2449 |
|