| Line 213... |
Line 213... |
| 213 |
<tr>
|
213 |
<tr>
|
| 214 |
<td nowrap class="form_iname">Release Mode</td>
|
214 |
<td nowrap class="form_iname">Release Mode</td>
|
| 215 |
<td nowrap class="form_iname">
|
215 |
<td nowrap class="form_iname">
|
| 216 |
<input name="mode" type="radio" value="N" checked>Open
|
216 |
<input name="mode" type="radio" value="N" checked>Open
|
| 217 |
<input name="mode" type="radio" value="Y" <%=iif(Request("mode") = "Y", " checked","")%>>Closed
|
217 |
<input name="mode" type="radio" value="Y" <%=iif(Request("mode") = "Y", " checked","")%>>Closed
|
| 218 |
<input name="mode" type="radio" value="A" <%=iif(Request("mode") = "A", " checked","")%>>Archived</td>
|
218 |
<input name="mode" type="radio" value="A" <%=iif(Request("mode") = "A", " checked","")%>>Archived
|
| - |
|
219 |
<input name="mode" type="radio" value="S" <%=iif(Request("mode") = "S", " checked","")%>>Snapshot</td>
|
| 219 |
<td></td>
|
220 |
<td></td>
|
| 220 |
</tr>
|
221 |
</tr>
|
| 221 |
<tr>
|
222 |
<tr>
|
| 222 |
<td nowrap class="form_iname top">Comments</td>
|
223 |
<td nowrap class="form_iname top">Comments</td>
|
| 223 |
<td><%=objFormComponent.TextArea ( "rtag_description", objForm.GetValue("rtag_description", Comment ), 10, 60, "class='form_ivalue'" )%></td>
|
224 |
<td><%=objFormComponent.TextArea ( "rtag_description", objForm.GetValue("rtag_description", Comment ), 10, 60, "class='form_ivalue'" )%></td>
|