Subversion Repositories DevTools

Rev

Rev 119 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 119 Rev 5184
Line 201... Line 201...
201
			<td valign="top"><%=objForm.Validate ("rtag_name")%></td>
201
			<td valign="top"><%=objForm.Validate ("rtag_name")%></td>
202
		  </tr>
202
		  </tr>
203
		  <tr>
203
		  <tr>
204
			<td nowrap class="form_iname" valign="top">Branch Release </td>
204
			<td nowrap class="form_iname" valign="top">Branch Release </td>
205
			<td valign="top" nowrap class="form_iname">
205
			<td valign="top" nowrap class="form_iname">
206
			  <input name="branch" type="radio" value="N" checked>
206
			  <input name="branch" type="radio" value="N" checked>No
207
			  No
-
 
208
			  <input name="branch" type="radio" value="Y">
207
			  <input name="branch" type="radio" value="Y" <%=iif(Request("branch") = "Y", " checked","")%>>Yes</td>
209
			  Yes</td>
-
 
210
			<td valign="top"></td>
208
			<td valign="top"></td>
211
		  </tr>
209
		  </tr>
212
		  <tr>
210
		  <tr>
213
			<td valign="top" nowrap class="form_iname">Comments</td>
211
			<td valign="top" nowrap class="form_iname">Comments</td>
214
			<td valign="top"><%=objFormComponent.TextArea ( "rtag_description", Request("rtag_description"), 10, 60, "class='form_ivalue'" )%></td>
212
			<td valign="top"><%=objFormComponent.TextArea ( "rtag_description", Request("rtag_description"), 10, 60, "class='form_ivalue'" )%></td>