| Line 103... |
Line 103... |
| 103 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
103 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 104 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
104 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 105 |
<script language="JavaScript" src="images/common.js"></script>
|
105 |
<script language="JavaScript" src="images/common.js"></script>
|
| 106 |
</head>
|
106 |
</head>
|
| 107 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
|
107 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
|
| 108 |
<form name="reason" method="post" action="<%=scriptName%>" >
|
108 |
<form class="form_tight" name="reason" method="post" action="<%=scriptName%>" >
|
| 109 |
<table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
|
109 |
<table border="0" cellspacing="0" cellpadding="2" width="100%">
|
| 110 |
<tr>
|
110 |
<tr>
|
| 111 |
<td background="images/lbox_bg_orange.gif" width="1%" height="1%"><img src="images/s_notes_off.gif" width="20" height="24" hspace="5" border="0"></td>
|
- |
|
| 112 |
<td background="images/lbox_bg_blue.gif" nowrap width="50%" class="wform_ttl"> SBOM Priority </td>
|
- |
|
| 113 |
<td background="images/lbox_bg_blue.gif" align="right" width="50%">
|
- |
|
| 114 |
<input type="submit" name="btn" value="Submit" class="form_btn_comp">
|
- |
|
| 115 |
<input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="self.close()">
|
- |
|
| 116 |
</td>
|
- |
|
| 117 |
<td background="images/lbox_bg_blue.gif" align="right" width="1%%" nowrap>
|
- |
|
| 118 |
<img src="images/h_trsp_dot.gif" width="5" height="22"> </td>
|
- |
|
| 119 |
</tr>
|
- |
|
| 120 |
<tr>
|
- |
|
| 121 |
<td height="100%" width="1%"> </td>
|
- |
|
| 122 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
|
111 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
|
| 123 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
112 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 124 |
<tr>
|
113 |
<tr>
|
| 125 |
<td width="1%"><img src="images/h_trsp_dot.gif" width="10" height="30"></td>
|
- |
|
| 126 |
<td nowrap width="100%"> </td>
|
- |
|
| 127 |
</tr>
|
- |
|
| 128 |
<tr>
|
- |
|
| 129 |
<td width="1%"> </td>
|
- |
|
| 130 |
<td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt">
|
114 |
<td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt">
|
| 131 |
<table width="100%" border="0" cellspacing="0" cellpadding="3">
|
115 |
<table width="100%" border="0" cellspacing="0" cellpadding="3">
|
| 132 |
<tr>
|
116 |
<tr>
|
| 133 |
<td width="1"><input name="sbom_priority" type="radio" value="C" <%If SBOMPriority = "C" Then%>checked<%End If%>></td>
|
117 |
<td width="1"><input name="sbom_priority" type="radio" value="C" <%If SBOMPriority = "C" Then%>checked<%End If%>></td>
|
| 134 |
<td width="100%" class="form_field">Critical</td>
|
118 |
<td width="100%" class="form_field">Critical</td>
|
| 135 |
</tr>
|
119 |
</tr>
|
| 136 |
<tr>
|
120 |
<tr>
|
| 137 |
<td> </td>
|
- |
|
| 138 |
<td class="form_txt"> </td>
|
- |
|
| 139 |
</tr>
|
- |
|
| 140 |
<tr>
|
- |
|
| 141 |
<td colspan="2"><hr width="100%" size="1" noshade></td>
|
121 |
<td colspan="2"><hr width="100%" size="1" noshade></td>
|
| 142 |
</tr>
|
122 |
</tr>
|
| 143 |
<tr>
|
123 |
<tr>
|
| 144 |
<tr>
|
- |
|
| 145 |
<td width="1"><input name="sbom_priority" type="radio" value="I" <%If SBOMPriority = "I" Then%>checked<%End If%>></td>
|
124 |
<td width="1"><input name="sbom_priority" type="radio" value="I" <%If SBOMPriority = "I" Then%>checked<%End If%>></td>
|
| 146 |
<td width="100%" class="form_field">Important</td>
|
125 |
<td width="100%" class="form_field">Important</td>
|
| 147 |
</tr>
|
126 |
</tr>
|
| 148 |
<tr>
|
127 |
<tr>
|
| 149 |
<td> </td>
|
- |
|
| 150 |
<td class="form_txt"> </td>
|
- |
|
| 151 |
</tr>
|
- |
|
| 152 |
<tr>
|
- |
|
| 153 |
<td colspan="2"><hr width="100%" size="1" noshade></td>
|
128 |
<td colspan="2"><hr width="100%" size="1" noshade></td>
|
| 154 |
</tr>
|
129 |
</tr>
|
| 155 |
<tr>
|
130 |
<tr>
|
| 156 |
<td><input name="sbom_priority" type="radio" value="R" <%If SBOMPriority = "R" Then%>checked<%End If%>></td>
|
131 |
<td><input name="sbom_priority" type="radio" value="R" <%If SBOMPriority = "R" Then%>checked<%End If%>></td>
|
| 157 |
<td class="form_field">Routine</td>
|
132 |
<td class="form_field">Routine</td>
|
| 158 |
</tr>
|
133 |
</tr>
|
| 159 |
<tr>
|
134 |
<tr>
|
| 160 |
<td> </td>
|
- |
|
| 161 |
<td class="form_txt"> </td>
|
- |
|
| 162 |
</tr>
|
- |
|
| 163 |
<tr>
|
- |
|
| 164 |
<td colspan="2"><hr width="100%" size="1" noshade></td>
|
135 |
<td colspan="2"><hr width="100%" size="1" noshade></td>
|
| 165 |
</tr>
|
136 |
</tr>
|
| 166 |
<tr>
|
137 |
<tr>
|
| 167 |
<td><input name="sbom_priority" type="radio" value="L" <%If SBOMPriority = "L" Then%>checked<%End If%>></td>
|
138 |
<td><input name="sbom_priority" type="radio" value="L" <%If SBOMPriority = "L" Then%>checked<%End If%>></td>
|
| 168 |
<td class="form_field">Low</td>
|
139 |
<td class="form_field">Low</td>
|
| 169 |
</tr>
|
140 |
</tr>
|
| 170 |
<tr>
|
141 |
<tr>
|
| 171 |
<td> </td>
|
- |
|
| 172 |
<td class="form_txt"> </td>
|
- |
|
| 173 |
</tr>
|
- |
|
| 174 |
<tr>
|
- |
|
| 175 |
<td colspan="2"><hr width="100%" size="1" noshade></td>
|
142 |
<td colspan="2"><hr width="100%" size="1" noshade></td>
|
| 176 |
</tr>
|
143 |
</tr>
|
| 177 |
</table>
|
144 |
</table>
|
| 178 |
<input type="hidden" name="pv_id" value="<%=parPv_id%>">
|
145 |
<input type="hidden" name="pv_id" value="<%=parPv_id%>">
|
| 179 |
<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
|
146 |
<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
|
| 180 |
<input type="hidden" name="action" value="true"> </td>
|
147 |
<input type="hidden" name="action" value="true"> </td>
|
| 181 |
</tr>
|
148 |
</tr>
|
| 182 |
<tr>
|
- |
|
| 183 |
<td width="1%"> </td>
|
- |
|
| 184 |
<td nowrap width="100%">
|
- |
|
| 185 |
<p> </p>
|
- |
|
| 186 |
</td>
|
- |
|
| 187 |
</tr>
|
- |
|
| 188 |
</table>
|
149 |
</table>
|
| 189 |
</td>
|
150 |
</td>
|
| 190 |
</tr>
|
151 |
</tr>
|
| 191 |
<tr>
|
152 |
<tr>
|
| - |
|
153 |
<td align="right">
|
| 192 |
<td height="1%" width="1%"><img src="images/h_trsp_dot.gif" width="5" height="5"></td>
|
154 |
<input type="submit" name="btn" value="Submit" class="form_btn_comp">
|
| 193 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/lbox_bg_blue.gif"></td>
|
155 |
<input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
|
| - |
|
156 |
</td>
|
| 194 |
</tr>
|
157 |
</tr>
|
| 195 |
</table>
|
158 |
</table>
|
| 196 |
</form>
|
159 |
</form>
|
| 197 |
</body>
|
160 |
</body>
|
| 198 |
</html>
|
161 |
</html>
|